@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      : web_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
body.fixe {overflow:hidden; width: 100%; height:100%; position: fixed;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
.search_btn {display: none; position: absolute; right:65px; top:26px;}
img {max-width: 100%}
#navigation {display: none;}


/* wrap */
#wrap {width:100%; max-width:1910px; overflow:hidden; margin:0 auto; transition: all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding-bottom:70px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1200px; box-sizing: border-box; padding-left: 10px; padding-right: 10px; margin:0 auto;}
.inner:after { clear: both; content: ""; display: block;}

.bg_wrap {background: #f2f2f2}



/* header */
#header {width:100%; position:fixed; left:0px; top:0px; z-index:9999; box-sizing: border-box; transition: all 0.2s 0s ease-in-out;}
#header:after {display: block; content: ""; width:100%; height: 1px; background: #fff; opacity: 0.3; position: absolute; left: 0px; bottom: 0px;}
.in_header {max-width:1810px; margin: 0 auto; width:100%; height:90px; box-sizing: border-box; margin:0 auto; position:relative; z-index:9; color: #000;}
#header h1 {position: absolute; left:10px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%); overflow: hidden; transition: all 0.3s 0s ease-in-out; z-index:10 }
#header h1 a {display: block; overflow: hidden; height: 100%; outline: none; background: url(../img/common/logo.png) no-repeat left center; background-size: cover !important}



.m_gnb_on {position:absolute; right:10px; top:50%; transform: translateY(-50%); -webkit-transform:translateY(-50%);}
.m_gnb_on .menu_btn {margin: 0 auto;}



/* down */
#header.down {background: #fff; transition: all 0.2s 0s ease-in-out; padding-top: 0px; border-bottom: 1px solid #eee;}
#header.down h1 a {background: url(../img/common/logo2.png) no-repeat left center}
#header.down .in_header {transition: all 0.2s 0s ease-in-out; }
#header.down .w_gnb .gnb > ul > li {transition: all 0.2s 0s ease-in-out;}
#header.down .w_gnb .gnb > ul > li > a > span {color: #000;}
#header.down .m_gnb_on {margin-top: 0px;}
#header.down .menu_btn .line-top, #header.down .menu_btn .line-middle, #header.down .menu_btn .line-bottom {background: #000;}


#header.over {background: #fff; transition: all 0.2s 0s ease-in-out; padding-top: 0px; border-bottom: 1px solid #eee;}
#header.over h1 a {background: url(../img/common/logo2.png) no-repeat left top}
#header.over .in_header {transition: all 0.2s 0s ease-in-out; }
#header.over .w_gnb .gnb > ul > li {transition: all 0.2s 0s ease-in-out;}
#header.over .w_gnb .gnb > ul > li > a > span {color: #000;}
#header.over .m_gnb_on {margin-top: 0px;}
#header.over .menu_btn .line-top, #header.over .menu_btn .line-middle, #header.over .menu_btn .line-bottom {background: #000;}







/* GNB */
.w_gnb {padding:0px 0px 0px 0px;}
.w_gnb .gnb {padding: 0px 120px;}
.w_gnb .gnb:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul {font-size:0px; max-width:700px; margin: 0 auto; text-align:center;}

.w_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul > li {text-align: center; display: inline-block; width: 20%; position:relative; transition: all 0.2s 0s ease-in-out;}
.w_gnb .gnb > ul > li > a {display:block; color:#fff;}
.w_gnb .gnb > ul > li > a > span {display:inline-block; font-size:18px; font-weight:400; line-height:91px; height:91px; color:#fff; transition: all 0.2s 0s ease-in-out;}
.w_gnb .gnb > ul > li:hover > a > span {color:#0068b7;}

.w_gnb .gnb > ul > li:hover .sub_menu {background: #093190}
.w_gnb .gnb > ul > li:hover .sub_menu > li > a {color:#fff}


.gnb > ul > li.gnb08 {display: none !important;}
.gnb > ul > li.gnb09 {display: none !important;}

.w_gnb .sub_menu  {position:absolute; left:0%; width:100%; height:171px; box-sizing:border-box; overflow:hidden; top:100%; line-height:20px; display:none; padding:20px 0px;}
.w_gnb .sub_menu > li {padding:5px 10px 5px 15%;}
.w_gnb .sub_menu > li > a {display:block; font-size:15px; word-break: keep-all; text-align:left; font-weight:300; color:#333; line-height:140%;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration: underline;}


#gnb_bar {position:absolute; display:none; left:0%; top:100%; width:100%; height:170px; border-top:1px solid #ccc;  background:#fff; z-index: 8; border-bottom: 1px solid #eee}
.gnb_bar_in > ul {padding-top:18px; max-width: 1720px; margin: 0 auto;}
.gnb_bar_in > ul > li {margin-top: 10px; }
.gnb_bar_in > ul > li img {border: 1px solid #ccc; border-radius:10px; overflow: hidden;}


.slide_menu_wrap {width:100%; height:100%; background: #fff; position: fixed; top:-100%; left: 0px; bottom: 0px; right: 0px; display:none; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; /*background: linear-gradient(180deg, #f18900, #006ab9, #12ad64);*/ background: #093190; z-index: 9998}
.slide_menu_inner {max-width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 0px 10px;}
.slide_menu_wrap .gnb {padding-top:90px; padding-bottom: 20px; text-align: center;}
.slide_menu_wrap .gnb > ul {overflow: hidden;}
.slide_menu_wrap .gnb > ul > li {padding-top:30px;}
.slide_menu_wrap .gnb > ul > li > a {display:inline-block; line-height:150%; font-size:40px; color: #fff; padding:5px; font-weight: 500; letter-spacing: 1px;} 
.slide_menu_wrap .gnb > ul > li > a:hover {color: #fff;} 

.slide_menu_wrap .gnb .sub_menu {text-align: center; display: block !important; height: auto !important; font-size: 0px;}
.slide_menu_wrap .gnb .sub_menu > li {display: inline-block; vertical-align: top; position: relative; padding: 0px 15px;}
.slide_menu_wrap .gnb .sub_menu > li:after {display: block; content: ""; width: 1px; height:16px; background: #fff; position: absolute; left: 0px; top: 50%; transform: translateY(-50%) rotate(25deg);}
.slide_menu_wrap .gnb .sub_menu > li:first-child:after {display: none;}
.slide_menu_wrap .gnb .sub_menu > li > a {display:inline-block; vertical-align: middle; line-height:150%; font-size:18px; font-weight:300; color: #fff; padding-bottom: 1px;} 
.slide_menu_wrap .gnb .sub_menu > li > a:hover {color: #fff; padding-bottom: 0px; border-bottom: 1px solid #fff;} 

.on #header  {background:#093190; }
.on #header:after {background:#093190; opacity: 1; }
.on .in_header  {background: url(../img/common/logo.png) no-repeat center center; }
.on .in_header #gnbW {display: none;}
.on .in_header h1 {display: none;}





/* visual */
.main_visual {width: 100%; overflow: hidden; position: relative;}
.main_visual .bxslider > li {}
.main_visual .bxslider > li .bg_img {display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width:1910px; height: 900px; }
.main_visual .bxslider > li.active .bg_img {transform: scale(1.05) translate(-50%, -50%); transform-origin:center center; transition: all 3s 0s ease-in-out; }
.main_visual .bxslider > li.active .visual_txt {margin-top: -50px; opacity: 1; transition: all 0.8s 0s ease-in-out; }
.main_visual .v_frame {max-width:1200px; margin: 0 auto; position: relative;}
.main_visual .v_frame .cell {height:900px; position: relative; padding: 0px 10px;}
.main_visual .v_frame .visual_txt {position: absolute; opacity: 0; padding-bottom: 1px; 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-weight:100; font-size: 26px; line-height: 130%; padding-bottom:80px; color: #fff; }
.main_visual .v_frame .visual_txt .big {display: block; padding-bottom:30px; font-size:95px; line-height: 120%; font-weight:700;}
.main_visual .v_frame .visual_txt .big > strong { font-size:1.2em; line-height: 130%; font-weight:600;}


.main_visual .v_frame img {max-width: 100%;}
.main_visual .v_frame .m_visual {display: none;}
.main_visual .v_bt {display: inline-block; vertical-align: top; border: 1px solid #ffffff82; border-radius:100%; line-height:40px; width: 40px; height: 40px; box-sizing: border-box; z-index:99;}
.main_visual .v_bt > a {display: block; color: #000; font-weight:100; text-align: center; padding:13px; line-height:14px; box-sizing: border-box;}
.main_visual .stop {margin-left: 10px;}
.main_visual .stop a {display: block; color: #000; line-height: 100%; font-size: 0px; text-align: center; width:38px; height: 38px;}
.main_visual .stop .bx-stop {background: url(../img/common/stop.png) no-repeat center center}
.main_visual .stop .bx-start {background: url(../img/common/play.png) no-repeat center center}

.main_visual #board_l1 {margin-right: 15px;}
.main_visual #board_r1 {margin-left: 15px;}


.visual_counter_wrap {width: 100%; position: absolute; left: 0px; bottom:25%; z-index: 98;}
.visual_counter_wrap .visual_counter {max-width:1200px; margin: 0 auto; position: relative; padding: 0px 10px; box-sizing: border-box}
.main_visual #visual_counter {z-index:98;  min-width: 65px; display: inline-block; vertical-align:top; line-height: 40px; color: #fff; font-family: 'Montserrat', sans-serif; font-size:18px; font-weight:400; letter-spacing:10px;}
.main_visual #visual_counter > span {font-weight:700; font-size: 32px; line-height: 40px;}

.main_visual .bx-controls {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom:30%; width: 100%; max-width: 1200px; box-sizing: border-box; z-index: 99;}
.main_visual .bx-wrapper .bx-pager {position: relative; width: auto !important; left: auto; bottom: auto; display: inline-block; vertical-align: top; padding:7px 10px 0px 0px; z-index: 99;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {vertical-align: top;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {width:14px; height:14px; margin:0 4px; background:#fff; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; box-sizing:border-box; position:relative; opacity: 0.5;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity: 0.5; background: #fff;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {opacity: 1;  background: #fff;}
.main_visual .bx-wrapper .bx-controls-auto .active {display: none;}

.visual-pager {overflow: hidden; display: inline-block; vertical-align: top; margin-top:24px; max-width:90px; width: 100%; }
.visual-pager > li {float: left; width: 33.333%;}
.visual-pager > li > a {display: block; width: 100%; height: 2px; background: #fff; opacity: 0.5;}
.visual-pager > li > a.active {opacity:1;}



.main_visual .scroll_ico {position: absolute; width:130px; transform: translateX(-50%); -webkit-transform: translateX(-50%); left: 50%; bottom:30px; z-index:97}
.main_visual .scroll_ico > a {cursor: default; display: block; width:100%; text-align: center; font-size:15px; color:#fff; font-weight:600; padding:30px 0px 10px 0px; background: url(../img/main/ico_scroll.png) no-repeat center top; position: relative;}
.main_visual .scroll_ico .arrow {display: block; width:1px; height:30px; opacity: 0.9; background: #fff; text-align:center; position: absolute; left:50%; bottom:0px; transform: translateX(-50%); -webkit-transform:translateX(-50%);}
.main_visual .scroll_ico .arrow2 {bottom:0px;}
.main_visual .scroll_ico .arrow1 {animation: mv1 0.7s ease-in-out 0.7s infinite;}

 @keyframes mv1 {
     0%{opacity: 1; bottom:0px;} 
    40%{opacity: 1; bottom:-8px;} 
     100%{opacity: 1; bottom:0px;} 
}




/* section */
.section {padding:50px 0px; font-size: 18px;}
.section .more {position: absolute; right:0px; top:0px;}
.section .more a {display: block; font-size:16px; font-weight: 300; color: #000000; padding-right: 30px; background: url(../img/main/more.png) no-repeat right center; line-height: 24px;}


.mont {font-family: 'Montserrat', sans-serif;} 

#section2 .ico_bt {font-size: 0px; text-align: center; margin: 0px}
#section2 .ico_bt > li {display: inline-block; vertical-align:top; padding: 0px 20px; position: relative;}
#section2 .ico_bt > li > a {display: block; font-size:21px; color: #111111;}
#section2 .ico_bt > li:after {display: block; position: absolute; left: 0px; top: 50%; margin-top: -8px; content: ""; width:1px; height: 16px;background: #ccc;}
#section2 .ico_bt > li:first-child:after {display: none;}
#section2 .ico_bt > li > a .txt {display: block; padding: 2px 0px; line-height: 140%; border-bottom: 2px solid #fff; text-align: center; font-weight:600;}
#section2 .ico_bt > li.on > a:after {opacity: 1;}
#section2 .ico_bt > li.on > a .txt {color: #02409e; border-bottom:2px solid #02409e; }






.main_product {margin-top:40px; padding-bottom:30px; padding-left: 380px; position: relative; box-sizing: border-box;}
.main_product .right {width:1555px;}
.main_product .right .img img {width: 812px !important; height: 495px !important;}
.main_product .right .v_bt_wrap .p_txt {font-size: 36px; line-height: 130%;font-family: 'Montserrat', sans-serif; font-weight: 700; padding-top: 40px;}
.main_product .right .v_bt_wrap .v_bt {position: absolute; top: 50%; margin-top:-34px;}
.main_product .right .v_bt_wrap .v_bt > a {display: block; background: #02409e; padding:24px; }

.main_product .right .v_bt_wrap #p_prev {display:none;}
.main_product .right .v_bt_wrap #p_next {right:-50px;}
.main_product .right .v_bt_wrap #p2_prev {display:none;}
.main_product .right .v_bt_wrap #p2_next {right:-50px;}

.main_product .left {position: absolute; z-index: 9; left:0%; bottom: 0px; width: 50%; max-width:500px; padding-right: 20px; box-sizing: border-box;}
.main_product .left .m_tit {color: #093190; font-size: 32px; line-height: 120%; padding-bottom:5px; font-family: 'Montserrat', sans-serif;}

.main_product .product_info {display: none;}
.main_product .product_info.active {display:block;}




.product_info {padding:40px; position: relative; background: #fff; box-shadow:0px 14px 11px #e8e8e8;}

.product_info > h4 {font-weight:400; font-size:23px; font-weight:500; line-height: 140%; color: #02409e;}
.product_info > h4 .txt_t {display: block; padding: 5px 0px 0px 0px; font-size:1.4em; font-weight: 600; line-height: 140%; color: #111111; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.product_info > h4 .txt_t:After {display: block; content: ""; width: 50px; height: 1px; background:#02409e; margin:30px 0px;}
.product_info .txt {font-weight:300; color: #02409e; font-size: 21px; line-height: 140%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.product_info .txt2 {padding-top: 30px;}
.product_info .txt2 dt {font-weight:400; color: #111111; font-size: 21px; line-height: 140%; }
.product_info .txt2 dd {font-weight:300; color: #333333; font-size:18px; line-height: 140%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}


.product_info .bt {margin-top:20px; display: block; text-align: center; box-sizing: border-box; color: #333333; display: block; font-size:18px; background: #fff; padding: 0px 5px; border: 1px solid #333333; font-weight: 300;}
.product_info .bt > span {display: block; line-height:58px;}


#section3 {margin-top: 60px; background: url(../img/main/bg_section3.jpg) no-repeat center center; padding: 0px; background-size:cover}
#section3 .inner {position: relative; display: table;  width: 100%; max-width: 1720px; margin: 0 auto; box-sizing: border-box;}

#section3 .inner .cell {display: table-cell; vertical-align: middle; text-align: center; color: #fff; height:900px;}
#section3 .txt {font-weight:100; line-height: 140%; font-size:2.7em;}
#section3 .m_tit {color: #fff; padding-bottom: 0px;}
#section3 .m_tit_s {font-weight: 300;}
#section3 .ban {overflow: hidden; max-width:1200px; margin: 0 auto; padding-top: 30px;}
#section3 .ban > li {float: left; width:25%; box-sizing: border-box; padding:5px 10px; margin-top: 50px; transition: all 0.3s 0s ease-in-out;}
#section3 .ban > li:hover {margin-top:0px; margin-bottom: 50px;  transition: all 0.3s 0s ease-in-out;}
#section3 .ban > li > a {position:relative; color: #fff; font-weight: 300; display: block;}
#section3 .ban > li > a .txt_w {position: absolute; left: 0px; bottom: 0px; display: block; box-sizing: border-box; padding: 0px 20px 20px 25px; text-align: left;}
#section3 .ban > li > a .txt_t {display: block; font-size:35px; line-height: 130%;}
#section3 .ban > li > a .txt_t:after {display: block; content: ""; width: 40px; height: 1px; background: #fff; margin: 20px 0px;}
#section3 .ban > li > a .txt_s {display: block; font-size: 18px; line-height: 130%; padding-bottom: 20px;}
#section3 .ban > li > a .bt {display: inline-block; font-size:15px; line-height: 100%; padding-right: 40px; background: url(../img/main/arrow_r.png) no-repeat right 90%; opacity: 0; transition: all 0.3s 0s ease-in-out;}
#section3 .ban > li:hover > a .bt { opacity:1; transition: all 0.3s 0s ease-in-out;}



.main_board_wrap {position: relative;}
.main_board_wrap .m_list:after {display: block; content: ""; clear: both;}
.main_board_wrap .m_list {margin: -5px;}
.main_board_wrap .m_list > li {float:left; width:25%; box-sizing: border-box; padding:5px;}
.main_board_wrap .m_list > li > a {display: block; position: relative; min-height:330px; box-sizing: border-box; padding:30px; border: 1px solid #dfdfdf; transition: all 0.2s 0s ease-in-out;}
.main_board_wrap .m_list > li > a:hover {border: 1px solid #0078bf; box-shadow: 1px 3px 6px #cccc; }
.main_board_wrap .m_list > li > a .txt_t {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:300; font-size:23px; font-weight: 400; color: #000000; line-height:32px; height:64px; padding: 20px 0px 0px 0px;}
.main_board_wrap .m_list > li > a .txt_s {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:300; font-size:16px; font-weight: 300; color: #333333; line-height:23px; height:46px;}
.main_board_wrap .m_list > li > a .point {display: block; font-weight:300; font-size:53px; height: 20px; line-height:53px; font-style: italic; color: #e2e2e2; font-family: 'NanumSquare', sans-serif !important; font-weight: bold;}
.main_board_wrap .m_list > li > a .line {display: block; width: 40px; height: 1px; background:#02409e; margin: 20px 0px; }
.main_board_wrap .m_list > li > a .date {display: block; color: #666666; font-weight:300; font-size:14px; padding:25px 0px 0px 0px}


.main_board_wrap .more {top: 30px;}
.main_board {padding-top: 50px;}



.notice_tit {font-size:82px; line-height: 140%; font-weight: 700;}


.main_notice_wrap {box-sizing: border-box; max-width:1200px; margin: 0 auto; position: relative; background: url(../img/main/bg_section8.jpg) no-repeat center center;}
.main_notice_wrap:after {display: block; content: ""; clear: both; }
.main_notice_wrap .left {float: left; width: 50%; box-sizing: border-box; padding-right: 40px;}
.main_notice_wrap .movie {position: relative; max-width: 534px; margin-top:26%; overflow: hidden;}
.main_notice_wrap .movie .frame {position: relative; padding-bottom: 56%;}
.main_notice_wrap .movie .frame video {position: absolute; left: 0px; top: 0px; width: 100% !important; height: 100% !important}
.main_notice_wrap .movie .txt {padding-top: 15px; line-height: 130%; font-size: 1.1em;}
.main_notice_wrap .bt_more {margin-top: 50px;}
.main_notice_wrap .bt_more > a {display: inline-block; border: 1px solid #333; text-align: center; min-width:175px; background: #fff; box-sizing: border-box;}
.main_notice_wrap .bt_more > a:hover { background: #0078bf; border-color: #0078bf}
.main_notice_wrap .bt_more > a:hover > span {color: #fff;}
.main_notice_wrap .bt_more > a > span {display: inline-block; line-height:58px; font-size: 16px; color: #333; font-weight: 400; padding-right: 45px; background: url(../img/main/more_arrow.png) no-repeat right center;}
.main_notice {float: left; position: relative; width: 50%; box-sizing: border-box;}
.main_notice:before {display: block; content: ""; width: 363px; height:376px; position: absolute; left: 100%; top: 100%; margin: -320px 0px 0px -100px; background: url(../img/main/g.png) no-repeat left top;}
.main_notice > ul:after {display: block; content: ""; clear: both;}
.main_notice > ul {margin: -10px;}
.main_notice > ul > li {width: 50%; box-sizing: border-box; padding:10px;}
.main_notice > ul > li:nth-child(2) {margin:-30% 0% 0px 50%;}
.main_notice > ul > li:nth-child(3) {margin:-30% 0% 0px 0%;}
.main_notice > ul > li > a {position: relative; display: block; color: #333; padding:10px 10px 20px 10px; box-shadow:3px 4px 6px #6565652b; border: 1px solid #0078bf; background: #Fff;}
.main_notice > ul > li > a:hover {color: #fff; background: #0078bf}
.main_notice > ul > li > a:hover .date {color: #fff;}
.main_notice > ul > li > a:hover:after {background: #fff;}
.main_notice > ul > li > a:hover:before {color: #0068b7}
.main_notice > ul > li > a:after {display: block; content: ""; width:44px; height: 44px; background:#0068b7; border-radius:100%; position: absolute; right: 10px; bottom: 10px; z-index: 1}
.main_notice > ul > li > a:before {display: block; content: "→"; width:44px; height: 44px; text-align: left; color: #fff; border-radius:100%; position: absolute; right: 10px; bottom: 10px; z-index: 2; overflow: hidden; font-weight: 100; font-size:29px; line-height: 44px;}
.main_notice > ul > li > a .pic {display: block; overflow: hidden; position: relative; padding-bottom:74.81%;}
.main_notice > ul > li > a .pic img {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;} 
.main_notice > ul > li > a .txt_t {font-size: 20px; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:400; margin-bottom:15px; margin-top: 10px; line-height:28px; height:56px;}
.main_notice > ul > li > a .date {display: block; font-size:20px; padding-top: 20px; color: #999999;}




#section5 {padding:0px}


#section5 .m_tit {color: #fff; text-align: center; line-height: 120%; padding: 50px 0px 10px 0px;}
#section5 .m_tit_s {color: #fff; text-align: center; font-weight: 300;}

.recruit_ban {overflow: hidden;}
.recruit_ban > li {width:50%; float: left; display: table; box-sizing: border-box;}
.recruit_ban > li .box {display:table-cell; box-sizing: border-box; padding: 10px 50px; background-size:cover !important; vertical-align: middle; height:367px;  color: #fff; }
.recruit_ban > li .box h3 {font-size: 38px; line-height: 130%; }
.recruit_ban > li .box h3:after {display: block; content: ""; width: 40px; height: 1px; background: #fff; margin: 20px 0px; }
.recruit_ban > li .box .txt {font-weight: 300; line-height: 140%;}
.recruit_ban > li .box .bt {display: block; text-align: center; border: 1px solid #fff; max-width:260px; margin-top: 20px;}
.recruit_ban > li .box .bt > span {display:inline-block; padding-right:50px; background:url(../img/main/arrow_r.png) no-repeat right center; line-height: 58px; color: #fff; text-align: center; font-size:16px; font-weight: 300}
.recruit_ban > li:nth-child(1) .box {background: url(../img/main/ban01.jpg) no-repeat right center;}
.recruit_ban > li:nth-child(2) .box {background: url(../img/main/ban02.jpg) no-repeat left center;}

.recruit_ban > li > a {display: block; padding: 25px 0px;  font-size:1.1em;  box-sizing: border-box; border-radius:35px 0px 40px 0px; border:2px solid #ffffff57; text-align: center; color: #fff;}
.recruit_ban > li > a:hover {background: #0078bf; border-color:#0078bf }
.recruit_ban > li > a .ico {display: block; padding-top: 20px;}




.youtube_wrap_max {max-width: 960px; margin: 0 auto;}
.youtube_wrap {position: relative; padding-bottom:56.25%; }
.youtube_wrap iframe {width: 100% !important; height: 100% !important; position: absolute; left: 0px; top: 0px;}


.dis_table {display: table; width: 100%;}
.dis_table_cell {display: table-cell; vertical-align: middle; }

.more_wrap {text-align: center; padding-top: 30px}
.more_wrap > a {display: inline-block; padding: 0px 30px 0px 20px; border: 1px solid #ccc; border-radius:30px; text-align: center;}
.more_wrap > a > span {display:inline-block; font-size:17px; font-weight: 600; color: #666666; line-height:43px; padding-left: 30px; background: url(../img/common/arrow.gif) no-repeat left center; }
 




@media (hover: none) {
    .hover:hover .ico_circle {background: #007dc6;}
  
    
}



.mb_tit {text-align: center; font-size: 32px; color: #000; padding:50px 0px 25px 0px; line-height:150%; position: relative; font-weight: 700; border-bottom: 1px solid #e5e5e5}
.mb_tit:after {display: block; content: ""; width:64px; height: 7px; position: absolute; left: 50%; bottom: 0px; margin-left: -32px; background: #313747}
.m_tit {padding:0px 0px 25px 0px; color:#333; font-size:55px; line-height:150%; font-weight: 700;}
.m_tit2 {padding:0px 0px 25px 0px; color:#333; font-size:56px; line-height:130%; font-weight: 700;}
.m_tit_s {font-size:18px; font-weight: 300; text-align:center; line-height:150%; display:block;}



.line_bg {display: block; background: url(../img/common/line.gif) repeat left top; min-height:17px; }
.line_tit {text-align: center; margin-top:40px; font-size: 2em; color: #000; border-bottom: 1px solid #e5e5e5; line-height: 140%;}
.line_tit:after {display: block; content: ""; width:64px; height: 7px; margin: 0 auto; margin-top: 10px; background: #313747}




/* footer */
#footerW {clear:both; background:#28282e; padding:30px 0px 0px 0px; box-sizing: border-box; margin:0 auto; position:relative;}
#footerW.z_over {z-index:101; position:relative;}
#footerW .copy {text-align: center; color: #fff; background: #242429; padding: 20px 0px; font-weight: 100; font-size: 13px; line-height: 130%; text-transform:uppercase}

#footer_navi > ul {font-size: 0px; text-align: left; box-sizing: border-box;padding:20px 0px;}
#footer_navi > ul li {display: inline-block; position: relative; vertical-align: top; padding-left:16px; margin-left:15px;}
#footer_navi > ul li:first-child {padding-left:0px; margin-left: 0px;}
#footer_navi > ul li:after {display: block; content: ""; width: 1px; height: 14px; background: #6f737f; position: absolute; left: 0px; top: 50%; margin-top: -7px;}
#footer_navi > ul li:first-child:after {display: none;}
#footer_navi > ul li a {display:block; font-size:16px; color:#999999; font-weight:100; line-height:25px; }
#footer_navi > ul li.on a {color:#fff}



#footer {max-width:1200px; margin: 0 auto; position: relative; padding-bottom: 30px;}
#footer .f_logo {font-size:45px; line-height: 130%; color: #fff; font-weight: 600; padding-bottom: 30px; }

#footer .addressW {padding:30px 0px 25px 0px; position: relative; font-size:16px; color:#999999; line-height:24px; font-weight:100;}
#footer .addressW a {color: #fff}
#footer .addressW address {margin-left: -10px; line-height: 150%;}
#footer .addressW address span {display: inline-block; vertical-align: middle; padding:2px 12px;}
#footer .addressW address .line {width: 1px; height:16px; background: #6f737f; padding: 0px;}
#footer .go_top {position: absolute; right:10px; bottom:0px; z-index: 99}
#footer .go_top > a {display: block; color: #fff; text-align: center; background:#000; padding:15px;}
#footer .go_top > a > span {display: block; font-weight: 100; font-size:14px; color: #fff}
#footer .go_sns {position: absolute; right:90px; top: -75px; z-index: 00;}
#footer .bt_member {position: absolute; right: 0px; top: 30px;}
#footer .bt_member > a {display: block; border: 2px solid #fff; border-radius: 60px; width:170px; text-align: center; font-size:20px; font-weight: 100; line-height:55px; text-indent:-15px;  color: #fff; background: url(../img/common/ico_pop.png) no-repeat 85% center; }


#footerW .familySite {position:absolute; right:0px; top:30px; z-index: 9}
#footerW .familySite ul.show {display:block;}
#footerW .familySite ul {position:absolute;   right:0px; bottom:100%; display:none; background:#363636; width:100%; border-top:1px solid #6c6f78;}
#footerW .familySite ul li {min-height:43px; border:1px solid #6c6f78; border-top:none; line-height:43px; font-size:13px; }
#footerW .familySite ul li:last-child {border-bottom:1px solid #6c6f78; }
#footerW .familySite ul li a {display:block; color:#c0c2c5; padding-left:17px; font-weight: 300;}
#footerW .familySite ul li a:hover {color:#c0c2c5; background: #272727}
#footerW .familySite p.on {width:130px; text-align: left; border:1px solid #abacb4; color:#fff; cursor:pointer; font-size:15px; line-height:38px; background:url(../img/common/familySite_bg.png) no-repeat right center; padding:0px 32px 0px 17px; font-weight: 100;}
#footerW .tel {position: absolute; right: 0px; top:100px;}
#footerW .tel dt {display: inline-block; font-size: 16px; font-weight: 300; color: #fff; vertical-align: top; padding-right: 20px; line-height: 140%;}
#footerW .tel dd {display: inline-block; font-size: 36px; font-weight: 300; color: #fff; vertical-align: top; line-height: 100%;}




#content {width:100%; max-width:1400px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}




.sub_visual {width: 100%; box-sizing: border-box; overflow: hidden; position: relative; background: url(../img/common/sub_visual.jpg) no-repeat center top; display: table; background-size:cover !important; margin: 0 auto;}
.sub_visual .sub_txt {padding: 10px; display: table-cell; text-align: center; height:400px; vertical-align: middle; color: #fff; box-sizing: border-box;} 
.sub_visual .sub_txt > h2 {padding-bottom:10px; padding-top:40px;} 
.sub_visual .sub_txt .txt1 {font-size:24px; max-width: 1200px; margin: 0 auto; line-height: 140%; font-weight: 100; }


.sub_wrap_1 .sub_visual {background: url(../img/introduce/sub_visual.jpg) no-repeat center top;}
.sub_wrap_2 .sub_visual {background: url(../img/business/sub_visual.jpg) no-repeat center top;}
.sub_wrap_3 .sub_visual {background: url(../img/result/sub_visual.jpg) no-repeat center top;}
.sub_wrap_4 .sub_visual {background: url(../img/recruit/sub_visual.jpg) no-repeat center top;}
.sub_wrap_5 .sub_visual {background: url(../img/community/sub_visual.jpg) no-repeat center top;}
.sub_wrap_8 .sub_visual {background: url(../img/member/sub_visual.jpg) no-repeat center top;}
.sub_wrap_9 .sub_visual {background: url(../img/introduce/sub_visual.jpg) no-repeat center top;}



.sub_wrap .bt_quick {display: none}

#sub_tit {font-size:58px; max-width: 1200px; margin: 0 auto; color:#fff; font-weight:600; line-height:140%;}
#sub_tit .txt_s {font-size:36px; display: inline-block;}


#m_lnb {display:none;}


#lnb_wrap {position:relative; z-index:99; height:60px; border-bottom: 1px solid #dddddd; word-break: keep-all; margin:0 auto; min-height: 10px; background:#fff; box-shadow: none; box-sizing: border-box;}
#lnb_wrap .lnbs1 {display: block;}

#lnb_wrap .lnb { position:relative; z-index:9; max-width: 1200px; margin: 0 auto;}
#lnb_wrap .lnb:after { clear:both; content:""; display:block;}
#lnb_wrap .lnb .lnbs { float:left; width:250px; position:relative;}

#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:0px; top:100%; box-sizing: border-box; width:100%; border:1px solid #ccc; display:none; background: #fff; box-shadow: 1px 2px 2px #cccccc4d; border-top:none }
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}


#lnb_wrap .lnbs3 {display: none;}
#lnb_wrap .lnb .lnbs2 {margin-left: -1px; border-right:1px solid #dddddd}


#lnb_wrap .ico_home {float:left; display: block;}
#lnb_wrap .ico_home a {display:block; width:60px; height:60px; color: #000; line-height: 60px; background:url(../img/common/ico_home.png) no-repeat center center #093190; font-size:17px; font-weight: 100;}
.lnb ul li {color:#666666; display: block; padding: 0px; margin-top: 0px;}
.lnb .three_depth {padding: 10px;}
.lnb ul li a {display:block; line-height:20px; min-height:20px; padding:15px 0px 15px 25px; border-top:1px solid #ccc; box-sizing:border-box; text-align: left; font-size: 15px; color: #333; font-weight:300;}
.lnb ul li:first-child a { border-top:none;}
.lnb ul li a:hover {background: #333; color:#fff;}
.lnb .three_depth {border: none;}
.lnb ul li .three_depth a {padding:6px 15px; border: none; font-size: 13px;}

.lnbs2 > ul > li:first-child > a  { border-top:none;}
.lnbs2 > ul > li.drop > a {background: none !important;}


#lnb_tit {font-size:16px; box-sizing:border-box; padding-right:45px; padding-left:25px; color:#000; font-weight:300; line-height:60px; height:60px; background:url(../img/common/down.png) no-repeat 90% center; cursor:pointer; border-right:1px solid #dddddd; border-left:1px solid #dddddd}
#lnb_tit2 {display: block; font-size:16px; box-sizing:border-box; padding-left:25px; padding-right:45px; line-height:60px; height:60px; background:url(../img/common/down.png) no-repeat 90% center; cursor:pointer; font-weight:500; color: #000;}
#lnb_tit.on {background:url(../img/common/up.png) no-repeat 90% center;}
#lnb_tit2.on {background:url(../img/common/up.png) no-repeat 90% center;}



.title_bar {max-width: 1200px; margin:0px auto 50px auto; padding-top:60px; position: relative; text-align: center}
.title_bar h2 {font-size:43px; font-weight:400; color:#333333; line-height:110%; transition: all 0.2s 0s ease-in-out;}

.title_bar .s_txt {font-size:24px; color:#333333; padding-top:30px; line-height: 140%; font-weight:300; word-break: keep-all}
.big_tit {font-size:46px; color:#000000; line-height:100%; transition: all 0.2s 0s ease-in-out; font-weight:700; padding: 40px 0px 30px 0px;}



.sub_con { max-width: 1200px; margin: 0 auto; font-size:17px; font-weight: 300; line-height: 160%; word-break: keep-all;}

.sub_con img {max-width: 100%;}

.s_tit {font-size:32px; color: #333333; line-height: 120%; padding:0px 0px 25px 0px; margin-top:60px; font-weight:700; position: relative;}
.s_tit:after {display: inline-block; content: ""; width:9px; height: 9px; background: #02409e; border-radius:100%; vertical-align: top; margin: 5px 0px 0px 5px;}
.s_tit > span {display: inline-block; position: relative; z-index: 1}

.s_tit.tc {text-align: center; background: none !important; padding-left: 0px;}
.ss_tit {font-size:26px; position: relative; color: #000; line-height: 140%; padding:0px 0px 0px 0px; margin-bottom:20px; margin-top: 45px; font-weight: 700;}
/*.ss_tit:before {display: block; content: ""; width:7px; height:24px; background:#0f7bc6; position: absolute; left: 0px; top:4px;}
.ss_tit > span{font-weight: 300;}*/
.s_titW {max-width: 1200px; margin:0 auto; padding: 50px 0px 5px 0px;}

.sss_tit {font-size:20px; color:#000; padding:0px 0px 0px 20px; margin:40px 0px 10px 0px; line-height:140%; position: relative;}
.sss_tit:before {display: block; content: ""; width:10px; height:10px; background:#144085; border-radius:100%; position: absolute; left: 0px; top:8px;}
.b_txt {font-size:20px; color: #000000; padding:40px 0px 15px 0px; line-height: 150%;}
.s_txt_r {text-align: right; margin-top: -35px; height: 20px; padding-bottom:15px;}
.s_txt_r2 {height: 40px; margin-top: -55px;}
.imgW img {max-width:100%;}
.txt_in {padding-left:20px;}
.txt_in2 {padding-left:60px;}

.div_line {border-top:1px solid #aab7cc; margin-top: 50px; padding: 50px 0px; display: block}

.box_txt {border: 1px solid #d0d0d0; text-align: center; background: #f4f6f7; font-size: 22px; line-height: 140%; color:#004497; padding:30px 0px;}
.first_txt {font-size:1.65em; line-height: 130%; font-weight: 100; padding-bottom: 50px;}



.more_bt {text-align: center;}
.more_bt > a {display: inline-block; padding: 0px 20px; border: 1px solid #d7d7d7; border-radius:30px;}
.more_bt > a > span {display: block; padding-left: 30px; background: url(../img/common/arrow.gif) no-repeat left center; color: #666666; font-weight: 500; line-height:44px; }

.btn_list {display: inline-block;}
.btn_list > span {display:block; font-weight: 500; line-height:44px; padding-right:110px; color: #666666; background: url(../img/common/bt_list.gif) no-repeat right center;}

.introduce_wrap {overflow: hidden; }
.introduce_wrap > div {float:left; width: 50%; box-sizing: border-box;}
.introduce_wrap > div.left {padding-right:30px; max-width:600px; }
.introduce_wrap > div.right {float: right; line-height: 160%; color: #666666;}
.introduce_wrap .point_txt {font-size:28px; line-height:140%; position:relative; padding:50px 0px; margin-bottom:20px; display:inline-block;}
.introduce_wrap .point_txt:before {position:absolute; left:0px; top:0px; display:block; content:""; width:38px; height:31px; background:url(../img/introduce/01_point1.gif) no-repeat left top; margin-bottom:15px;}
.introduce_wrap .point_txt:after {position:absolute; right:0px; bottom:0px; display:block; content:""; width:38px; height:31px; background:url(../img/introduce/01_point2.gif) no-repeat left top; margin-top:15px; }
.introduce_wrap .point_txt > strong {font-weight: 600;}
.introduce_wrap .sign {text-align:right; color:#333; font-weight:600; font-size:1.1em;}

.introduce_bottom {background: url(../img/introduce/01_img02.jpg) no-repeat center top; background-size: cover; padding:5% 10px; margin: 0px -10px}
.introduce_bottom .sub_con {color: #fff; font-weight: 400;}
.introduce_bottom .first_txt {color: #fff; font-weight: 600; padding-bottom: 20px;}
.introduce_bottom .first_txt:Before {display: block; content: ""; clear: both; width: 56px; height: 43px; background: url(../img/introduce/01_ico01.png) no-repeat left top; margin-bottom: 10px;}


.gray_bar {background: #f3f4f8; margin: 0px -10px; padding:70px 10px; margin-top: 80px;}

.mission_wrap {position: relative; min-height: 356px; box-sizing: border-box; padding-top:120px; color: #fff; margin-top: -80px; font-size: 2.4em; line-height: 140%; font-weight: 400;}
.mission_wrap:before {display: block; content: ""; width: 1661px; height: 356px; background-size: cover; background: url(../img/introduce/02_img01.jpg) no-repeat left top; position: absolute; left:-63px; top: 0px; z-index: -1}

.vision_tit {font-size:36px; line-height: 120%; font-weight:600; padding: 50px 0px 10px 0px;}
.vision_tit > strong {display: block; font-size: 1.8em; color: #093190; font-weight: 600; line-height: 120%; font-family: 'Montserrat', sans-serif;}

.mission_dl {overflow: hidden; padding-top: 20px; margin:0px -10px;}
.mission_dl > dl {float: left; width: 50%; box-sizing: border-box; color: #000; padding: 10px;}
.mission_dl > dl > dt {font-size: 1.3em; line-height: 140%; padding-bottom: 10px;}



.core_value_wrap > ul {overflow: hidden; margin: 0px -24px;}
.core_value_wrap > ul > li {float: left; font-size: 1.05em; display: table; width:25%; box-sizing: border-box; padding: 20px 24px;}
.core_value_wrap > ul > li .box {display: table-cell; padding: 10px; vertical-align: middle; height: 310px; box-sizing: border-box; position: relative; text-align: center;}
.core_value_wrap > ul > li .box:before {display: block; content: ""; width: 100%; height: 100%;  border: 1px solid #e5e5e5; box-sizing: border-box; border-radius:100%; position:absolute; left: 0px; top: 0px;}
.core_value_wrap > ul > li h4 {font-size: 1.6em; font-weight:100; line-height: 130%;}
.core_value_wrap > ul > li h4:After {display: block; content: ""; width: 1px; height:20px; font-variant-position: 0.5; background: #ccc; margin: 10px auto;}
.core_value_wrap > ul > li .ico:before {display: block; content: ""; position: absolute; right: 0px; bottom: 0px; width: 100%; height: 2px; background: #093190;}

.history_box:after {display: block; content: ""; clear: both;}
.history_box {position: relative; padding:0px 0px 40px 0px; margin: 0 auto;}
.history_box .line {width:1px; height: 100%; position: absolute; left: 50%; margin-left: -1px; top:2px; background: #dddddd}
.history_box .line2 {width:70px; height:14px; position: absolute; left: 50%; margin-left: -35px; bottom:-2px; background: #e5e5e5; border-radius:30px }
.history_box .year {padding-left:50%; font-size:33px; margin-left: 40px; line-height: 140%; font-weight: 300; padding-bottom:20px;}


.history_box > ul > li {box-sizing: border-box; position: relative; padding-bottom:10px;}
.history_box > ul > li {overflow: hidden;}
.history_box > ul > li > .history_txt {box-sizing: border-box; min-height: 340px; width: 50%; text-align: right; padding:0px 85px 0px 205px;}
.history_box > ul > li > .history_txt:after {display: block; content: ""; width:40px; height:40px; border-radius:100%; background: #fff; position: absolute; left:50%; top:0px; margin:0px 0px 0px -20px; border: 1px solid #02409e;}
.history_box > ul > li > .history_txt .img {position: absolute; left: 0px; top: 0px;}
.history_box > ul > li > .history_txt .img.bottom {top: auto; bottom: 0px;}
.history_box > ul > li:after {display: block; content: ""; width:12px; height: 12px; border-radius:100%; background: #02409e; position: absolute; left:50%; top:15px; margin:0px 0px 0px -6px}
.history_box > ul > li:before {display: block; content: ""; width:60px; height:1px; border-radius:100%; background: #02409e; position: absolute; right:50%; top:20px; margin:0px 0px 0px 0px}
.history_box > ul > li > dl:first-child {border-top:1px solid #dddddd; }


.history_box .history_txt .year_s {font-size:65px; color: #02409e; font-family: 'Montserrat', sans-serif; display: block; font-weight:400; line-height: 100%;}
.history_box .history_txt ul {padding:15px 0px 5px 0px; color: #333333; line-height: 140%; }
.history_box .history_txt ul > li {line-height: 150%; margin-top: 10px;  padding:0px 40px 3px 0px; font-weight: 300; position: relative; }

.history_box .history_txt ul > li .month {position: absolute; right: 0px; top: 0px; color: #333; font-weight: 600; font-size:1.3em;}

.history_box > ul > li:nth-child(even) .history_txt {float: right; text-align: left; padding: 0px 205px 0px 85px;}
.history_box > ul > li:nth-child(even) .history_txt ul > li {padding-left:40px; padding-right: 0px;}
.history_box > ul > li:nth-child(even) .history_txt ul > li .month {left: 0px; right: auto;}
.history_box > ul > li:nth-child(even) .history_txt .img {left: auto; right: 0px;}


.history_box > ul > li:nth-child(even):before {display: block; content: ""; left:50%; top:20px; margin:0px 0px 0px 0px}

.pm_business_wrap {overflow: hidden; padding-top: 60px; margin: 0px -5px;}
.pm_business_wrap > ul {float: left; width: 50%; padding: 0px 5px; box-sizing: border-box;}
.pm_business {overflow: hidden;}
.pm_business > li {box-sizing: border-box; padding: 5px 0px;}
.pm_business > li .box {padding:10px 20px; background:#f5f5f5; display: table; width: 100%; box-sizing: border-box;}
.pm_business > li .box > p {position: relative; padding-left:80px; font-size: 16px; display: table-cell; vertical-align: middle; height:120px; }
.pm_business > li .box > p .ico {display: block; padding-bottom: 1px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.pm_business > li .box > p .num {display: block; font-family: 'Montserrat', sans-serif; font-size: 28px; line-height: 130%; font-weight: 700; }
.pm_business > li .box > p > strong {display: block; font-size:1.1em; }
.pm_business > li .box > p .txt_s {color: #333; display: block;}
.pm_business > li .box > p.cor1 {color: #02409e}
.pm_business > li .box > p.cor2 {color: #0241a2}
.pm_business > li .box > p.cor3 {color: #0147c1}
.pm_business > li .box > p.cor4 {color: #014bd2}
.pm_business > li .box > p.cor5 {color: #0052e2}
.pm_business > li .box > p.cor6 {color: #005cec}
.pm_business > li .box > p.cor7 {color: #006ded}
.pm_business > li .box > p.cor8 {color: #0080ec}
.pm_business > li .box > p.cor9 {color: #00a0e3}
.pm_business > li .box > p.cor10 {color: #01b7db}
.pm_business > li .box > p.cor11 {color: #01c8d5}

.rnd_method {overflow: hidden; margin: 0 auto;}
.rnd_method > li {float: left; text-align: center; width: 33.333333333%; box-sizing: border-box; padding:0px 15px; border-left:1px solid #e9e9e9;}
.rnd_method > li > dl {font-size:16px;}
.rnd_method > li > dl dt {font-size: 1.1em; line-height: 140%;}
.rnd_method > li > dl dt .ico {display: block; padding-bottom: 10px;}
.rnd_method > li > dl dt:after {display: block; content: ""; width: 40px; height: 1px; background: #333; margin:15px auto;}
.rnd_method > li:nth-child(1) > dl dt {color: #02409e;}
.rnd_method > li:nth-child(2) > dl dt {color: #005eed;}
.rnd_method > li:nth-child(3) > dl dt {color: #01cdd4;}

.rnd_method > li:first-child {border: none;}


.rnd_method2 {margin: 0 auto; padding: 0px 10px;}
.rnd_method2:after {display: block; content: ""; clear: both; }
.rnd_method2 > li {float: left; text-align: center; width: 33.333333333%; box-sizing: border-box;}
.rnd_method2 > li > dl {font-size:16px;}
.rnd_method2 > li > dl dt {font-size: 1.1em; line-height: 140%;}
.rnd_method2 > li > dl dd {padding: 10px;}
.rnd_method2 > li > dl dt .ico {display: block; margin: 0px -15px;}


.welfare {overflow: hidden; margin:-5px;}
.welfare > li {float: left; width: 20%; box-sizing: border-box; padding:5px;}
.welfare > li > dl {background: #f4f4f4; min-height:283px; text-align: center; line-height: 140%; font-size: 16px; padding: 10px; box-sizing: border-box;}
.welfare > li > dl dt {font-size:1.4em; line-height: 140%; padding-top: 10px;}
.welfare > li > dl dt:after {display: block; content: ""; width: 40px; height: 2px; background: #02409e; margin:15px auto;}
.welfare > li > dl dt .ico {display: block; padding:10px 0px 10px 0px;}

.process {overflow: hidden; margin:-5px;}
.process > li {float: left; position: relative; width: 20%; box-sizing: border-box; padding:5px;}
.process > li > dl {background: #f4f4f4; min-height:240px; text-align: center; line-height: 140%; font-size: 16px; padding: 10px; box-sizing: border-box;}
.process > li > dl dt {line-height: 140%; padding-top:15px;}
.process > li > dl dt .ico {display: block; padding:10px 0px 10px 0px;}
.process > li > dl dd {font-size: 1.35em; font-weight:400; padding-top: 10px;}
.process > li:before {display: block; content: ""; width:34px; height: 34px; background: url(../img/recruit/arrow.png) no-repeat center center; position: absolute; left: 0px; top: 50%; margin: -17px 0px 0px -17px;}
.process > li:first-child:before {display: none;}


.process_info {margin-top: 50px; border-top:2px solid #02409e}
.process_info > li {border-bottom: 1px solid #ccc; padding: 20px 0px;}
.process_info > li > dl {position: relative; padding-left:155px;}
.process_info > li > dl dt {position: absolute; left:15px; top: 50%; transform: translateY(-50%); padding-left:15px;}
.process_info > li > dl dt:before {display: block; content: ""; width:5px; height: 5px; position: absolute; left: 0px; top: 50%; margin-top: -2px; border-radius:100%; background: #02409e}


.result_view {margin:0 auto;}
.result_view .slick-slide div {text-align: center}
.result_view .slick-slide div img {display: inline-block;}
.result_view .custom-pager {max-width:875px; position:relative; padding:0px 70px; margin: 0 auto; margin-top:10px;}
.result_view .custom-pager .slick-arrow {position:absolute; top:0px; width:65px; height:100%; text-indent:-9999px;}
.result_view .custom-pager .slick-prev {background:url(../img/result/arrow_left.gif) no-repeat center center #333333; left:0px;}
.result_view .custom-pager .slick-next {background:url(../img/result/arrow_right.gif) no-repeat center center #333333; right:0px;}
.result_view .custom-pager .slick-slide > div {padding:0px 20px;}
.result_view .custom-pager .slick-slide .thum {border:1px solid #fff;}
.result_view .custom-pager .slick-current .thum {border:1px solid #2d4988}


.result_view_info {padding:40px 0px; overflow: hidden; margin: -5px;}
.result_view_info > li {float: left; width: 50%; box-sizing: border-box; padding: 5px;}
.result_view_info > li > div {position: relative; padding-left:115px; font-weight: 400;}
.result_view_info > li > div .txt_t {position: absolute; left: 0px; top: 0px; font-weight: 300;}

.result_view .slick-dots {text-align:center; font-size:0px; width:100%; position:absolute; left:0px; bottom:30px;}
.result_view .slick-dots > li {display:inline-block; padding:4px;}
.result_view .slick-dots > li > button {font-size:0px; display:block; width:12px; height:12px; border-radius:12px; background:#f39530; outline:none; border:none;}
.result_view .slick-dots > li.slick-active > button {width:40px;}








.map_wrap {height: 500px;}
.map_wrap > iframe {width: 100% !important; height: 100% !important;}

.map_wrap {width: 100%; height:475px; overflow: hidden; border-bottom: 1px solid #ccc; box-sizing: border-box;}
.map_wrap > div {width: 100% !important;}
.map_wrap .wrap_map {height:475px !important;}
.map_wrap iframe {width: 100% !important; height: 100% !important;}


.map_add {overflow: hidden; margin: -3px -20px; padding-bottom: 20px;}
.map_add > li {float: left; padding: 3px 20px; position: relative;}
.map_add > li:before {display: block; content: ""; width: 1px; height:16px; background: #ccc; position: absolute; left: 0px; top: 50%; margin-top: -8px;}
.map_add > li:first-child:before {display: none;}
.map_add > li > p {font-size: 1.2em; line-height: 140%; }
.map_add > li > p > strong {color:#093190}
.map_info {overflow: hidden; margin: 0px -10px;}
.map_info .cell {overflow: hidden; box-sizing: border-box;}
.map_info .cell dl {padding-left:75px; padding-right: 10px; box-sizing: border-box; width: 50%; float: left; margin-bottom:20px;}
.map_info .cell dl dt {font-size:1.05em; padding:5px 0px 5px 0px; line-height: 140%; font-weight:600; color: #333333;}
.map_info .cell dl .arrow {display: inline-block; vertical-align: top; padding-left: 40px; background: url(../img/introduce/arrow.png) no-repeat 5px 10px;}
.map_info .cell .ico01 {background: url(../img/introduce/ico_metro.gif) no-repeat 10px top;}
.map_info .cell .ico02 {background: url(../img/introduce/ico_bus.gif) no-repeat 10px top;}
.map_info .cell .ico03 {background: url(../img/introduce/ico_bus2.gif) no-repeat 10px top;}
.map_info .cell .ico04 {background: url(../img/introduce/ico_taxi.gif) no-repeat 10px top;}

.management {position: relative; font-size: 0px; padding-top: 356px;}
.management:before {display: block; content: ""; width:1660px; height: 356px; background: url(../img/promotion/01_img01.jpg) no-repeat left top; position: absolute; left: 0px; top: 0px;}
.management:after {display: block; content: ""; clear: both;}
.management .bul01 {font-size: 0px; padding-left:60px;}
.management .bul01 > li {display: inline-block; vertical-align: top; width: 50%; font-size:18px; box-sizing: border-box;}


.management2 {overflow: hidden; margin-top:70px; position: relative;}
.management2 .img {width:51%;}
.management2 > dl {width:100%; max-width:770px; font-size: 1.05em; line-height: 150%; position:absolute; right:0%; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); background: #fff; padding:5% 5% 5% 6%; box-sizing: border-box;}
.management2 > dl > dt {font-size: 1.8em; padding-bottom:20px; font-weight: 600; line-height: 140%;}

.img_top {display: table; width: 100%; position: relative; margin-bottom: 40px;}
.img_top > img {position: absolute; left: 0px; top: 0px; max-height: 100%; max-width: none; z-index: 1}
.img_top .cell {display: table-cell; padding-left: 60px; box-sizing: border-box; padding-top: 10px; padding-bottom: 10px; font-size:1.2em; line-height: 140%; vertical-align:middle; height:356px; color: #fff; position: relative; z-index: 2; font-weight: 100;}
.img_top .cell .big {font-size:2.1em; line-height: 140%;}
.img_top .cell p {color: #fff;}





.arrow_week {overflow:hidden; position: relative; margin-bottom: 20px; }
.arrow_week:before {display: block; content: ""; width:99%; height: 1px; background: #000; position: absolute; left: 0px; top: 50%;}
.arrow_week:after {display:block; content: "▶"; position: absolute; right:0%; top: 0px; font-size: 21px;}
.arrow_week > li {float: left; width: 20%; position: relative; min-height: 30px; line-height: 30px;}
.arrow_week > li > p {display: inline-block; text-align: center; min-width: 90px; background: #fff; padding: 0px 10px; color: #333; position: absolute; left:100%; top: 0px; line-height: 30px; margin-left: -55px; font-size:21px; font-weight: 600}
.arrow_week > li > p:before {display:block; content: "▶"; position: absolute; right:90%; top: 0px;}

.arrow_kg {overflow:hidden; position: relative; margin-bottom: 20px; }
.arrow_kg > li {width: 33.33%; box-sizing: border-box; float: left;}
.arrow_kg > li > p {display: inline-block; text-align: center; color: #093190; font-size:21px; font-weight: 600}


.program_step {overflow: hidden; margin: -20px; padding-bottom: 50px;}
.program_step > li {float: left; width:20%; box-sizing: border-box; padding: 20px; position: relative;}
.program_step > li:before {display: block; content: ""; width: 42px; height: 42px; position: absolute; left:0px; top: 50%; margin-top:-21px; background:url(../img/recruit/arrow.png) no-repeat left center; margin-left: -21px}
.program_step > li:first-child:before {display: none;}
.program_step > li.lv1 .box {background:#6b83bc;}
.program_step > li.lv2 .box {background:#526eb1;}
.program_step > li.lv3 .box {background:#3a5aa6;}
.program_step > li.lv4 .box {background:#21459b;}
.program_step > li.lv5 .box {background:#093190;}
.program_step .box {display: table; border-radius:100%; margin: 0 auto; width: 100%; max-width:225px; }
.program_step .cell {display: table-cell; font-weight:400; text-align: center; vertical-align: middle; padding: 13px; height:225px; box-sizing: border-box; color: #fff; line-height: 140%; font-size: 24px;}

.three .arrow_week {max-width: 900px; margin: 0 auto;}
.three .arrow_week:after {display: none;}
.three .program_step {max-width: 900px; margin: 0 auto;}
.three .arrow_week > li {width: 33.333%}
.three .arrow_week > li:last-child > p {left: auto; right: 0px;}
.three .program_step > li {width: 33.333%}

.two .arrow_week {max-width:600px; margin: 0 auto !important; position: relative !important; width: 100% !important; height: auto; left: auto;}
.two .arrow_week:before {width: 99% !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 50% !important;}
.two .arrow_week > li {float: left !important;}
.two .arrow_week > li > p {bottom: auto !important}
.two .arrow_week > li > p:before {display: block; content: "▶"; position: absolute; right: 90%; top: 0px;}
.two .arrow_week > li {width:33.333%;}
.two .arrow_week > li:nth-child(1) > p {left: 0px; margin-left: 0px;}
.two .arrow_week > li:nth-child(1) > p:before {display: none;}
.two .arrow_week > li:nth-child(2) > p {left:50% !important; margin-left: -55px;}
.two .arrow_week > li:nth-child(3) > p {left:auto; right: 0px}
.two .arrow_week:after {display: none;}
.two .program_step {max-width:580px; margin: 0 auto !important;}
.two .program_step > li {width:50% !important;  float: left !important;}
.two .program_step > li:before {transform:none; left: 0px !important; top: 50% !important;}


.two .arrow_kg {max-width:580px; margin: 0 auto;}
.two .arrow_kg > li {width: 33.33%;  float: left;}
.two .arrow_kg > li:nth-child(1) {text-align: left;}
.two .arrow_kg > li:nth-child(2) {text-align: center;}
.two .arrow_kg > li:nth-child(3) {text-align: right;}

.quality_system {text-align: center;}
.quality_system > h3 {display: inline-block; background: #093190; color: #fff; font-size:1.8em; padding:20px 20px; max-width:790px; width: 100%; border-radius:60px; line-height: 130%; box-sizing: border-box;}
.quality_system .ico:before {display: block; margin: 0 auto; content: ""; width:211px; height:85px; background:url(../img/product/arrow.gif) no-repeat center top; margin-top: 10px;}
.quality_system .ico > ul {margin: 0 auto; max-width: 1080px; overflow: hidden; border-top:1px solid #ccc; padding: 30px 90px; border-radius:100px;  }
.quality_system .ico > ul > li {float:left; width: 20%; box-sizing: border-box; padding: 0px 5px;}

.product_pic {overflow: hidden; margin: 0px -13px;}
.product_pic > li {float: left; width: 16.66666%; box-sizing: border-box; padding: 0px 13px;}

.histroy_list > li {margin-top: 10px; position: relative; padding-left:80px;}
.histroy_list > li > strong {position: absolute; left: 0px; top: 0px;}
.histroy_list > li:first-child {margin-top: 0px;}

.certify_ico {overflow: hidden;}
.certify_ico > li {display: table; float: left; width: 25%; box-sizing: border-box; padding: 10px;}
.certify_ico > li > p {display: table-cell; padding-left:102px; position: relative; vertical-align: middle; height: 91px; font-weight: 400;}
.certify_ico > li > p .ico {display: block; position: absolute; left: 0px; top: 0px;}








.contest_view {overflow: hidden; padding-left:225px; position: relative; min-height:270px;}
.contest_view .pic {position: absolute; left: 0px; top: 0px; text-align: center; width:200px; height: 265px; border: 1px solid #ccc; overflow: hidden;}
.contest_view .pic img {width: 100% !important; height: auto !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.contest_view .table_line {border-top:1px solid #000; }
.contest_view .table_line .board-view td {padding: 9px 10px 9px 20px;}
.contest_view .table_line .board-view th {padding: 9px 5px 9px 20px;}



.go_bt {background:#0c91dd; display: inline-block; border-radius:30px; color: #fff; padding:7px 15px; }
.go_bt > span {display: block; color: #fff; line-height: 110%; padding-right:15px; background:url(../img/common/bt_arrow2.png) no-repeat right center;}

.point_box {padding: 20px; background: #f3f4f8}




.check_txt {font-size: 18px; color: #494949}



#add_date {position: relative; padding-right:115px; }
#add_date .bt {position: absolute; right: 0px; top: 0px;}

.tooltip {color: #ff751a; border: 1px solid #ff751a; border-radius:6px; text-align: center; line-height:38px; width:38px; height: 40px; box-sizing: border-box; font-size: 1.5em; vertical-align: middle;}
.br_box {border: 1px solid #dce1eb; padding: 20px 20px 20px 20px;}
.t_box {background: #757a85; color: #fff; padding: 5px 5%; display: inline-block;}
td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {font-size: 0px; padding: 5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.radio_group > li {display: inline-block; font-size:15px; padding: 5px 0px 0px 15px;}
.radio_group .input {width: auto !important;}
.input_etc {position: relative; padding-left: 62px; box-sizing: border-box;}
.input_etc .pa {position: absolute; left: 0px; top: 0px; font-size: 14px; line-height:40px;}

.btn-tc {text-align: center; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tc > a {margin: 0px 10px;}
.btn-tl {text-align: left; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tr {text-align: right; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}


/*atab*/
.atab {margin: 0 auto; margin-bottom:40px;}
.atab:after {clear:both; display:block; content:"";}
.atab li {float:left; width:20%; box-sizing:border-box; position:relative; display: table; }
.atab li a {display:table-cell; width: 100%; height:53px; vertical-align: middle; background:#fff; line-height:20px; padding:0px 0px; text-align:center; color:#999999; box-sizing:border-box; border:1px solid #cccccc; font-size:1em; border-left: none}
.atab li:first-child a {border-left:1px solid #cccccc;}
.atab li.on a {font-weight:400; background: #093190; color: #fff; border:1px solid #093190 !important }
/*.atab li.on a:after {display: block; content: ""; width:20px; height: 20px; background: #fff; position: absolute; left:50%; bottom:-22px; transform: rotate(45deg) translateX(-50%);}*/
.atab.two li {width:50%;}
.atab.three li {width:33.33%;}
.atab.four li {width:25%;}
.atab.two_row > li {margin: -1px 0px 0px -1px}
.atab.two_row > li.on {margin-top:-1px;}
.atab.two_row > li.on a {height: 50px;}
.atab.two_row > li > a {border-left:1px solid #cccccc;}



.btab { margin-bottom:40px; padding-top: 10px; font-size: 0px; text-align: center}
.btab:after {clear:both; display:block; content:"";}
.btab li {display: inline-block; padding:2px 2px; box-sizing:border-box; position:relative;}
.btab li a {display:block; min-width:115px; padding:10px 0px; text-align:center; color:#666666; box-sizing:border-box; border: 1px solid #00357e; border-radius:30px; font-size:16px; }
.btab li a .ico {display:block; margin: 0 auto; width: 120px; height: 120px; overflow: hidden; margin-bottom:10px;}
.btab li.on a {color: #fff; background: #00357e; border-color:#00357e;}
.btab li.on a .ico img {margin-top: -100%;}
.btab.two li {width:50%;}
.btab.line li {padding:2px;}
.btab.line li a {border: 1px solid #ccc; padding: 0px 5px; font-size: 15px;}
.btab.line li.on a {border: 1px solid #ed2129;}




.of_hi .fl50 {float:left; width:48%;}
.of_hi .fr50 {float:right; width:48%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display: none;}

/* 레이어팝 */
#black {display:none; background-color: #000; display: none; height: 100%; left: 0; opacity: 0.6; filter: alpha(opacity=60); position: fixed; top: 0; width: 100%; z-index: 9999;}
.layerPop {-webkit-overflow-scrolling: touch; overflow-y: auto; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; background:url(../img/common/png_70.png) repeat left top;/*background:#d7d7d7;*/ zoom: 1;}

.layerPop_inner {width: 100%; height: 100%; padding: 15px; display: table; position: relative; margin: 0 auto; box-sizing: border-box;}
.pop_wrap {display: table-cell; vertical-align: middle; position: relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size: 15px; background: #fff; word-break: keep-all;}
.pop_wrap .pop_body .btns {padding-top: 20px;}
.pop_wrap .popup_scroll {max-height:700px; overflow-y:auto;}
.pop_wrap .pop_wrap_in {width:100%; margin: 0 auto;}
.pop_wrap .x_btn {position: absolute; right:25px; top:50%; margin-top: -13px; display: inline-block; width:26px; height: 26px; cursor: pointer; background: none}
.pop_wrap .pop_head {background: #0c91dd; position: relative;}
.pop_wrap .pop_head .title {font-size:30px; line-height:150%;  color: #fff; padding:15px 50px 20px 25px; text-align: left; font-weight:500;}
.pop_wrap .pop_head .title.tc {padding-left:50px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color: #646464; text-align: center; padding: 0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position: absolute; right:0px; bottom:0px; }
.pop_wrap .x_btn3 {position: absolute; right:0px; bottom:-42px; }
.pop_body .btn-tc {padding:30px 0px 0px 0px; margin-top:25px;}
.pop_body .btn-tc > a {margin: 0px 10px;}
.pol_sc {width: 100%; height: 310px; overflow-x: hidden; overflow-y: auto;}



/* 팝업 */



.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#004497;  text-align: center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size: 14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Noto Sans; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:38px;}




.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 5px;}
.add_bt {position: absolute; right: 0px; top: 0px;}






.certify {text-align: center; padding-top: 50px;}
.certify:before {display: block; content: url(../img/member/certify.png);}
.certify dt {font-size: 22px; line-height: 140%; padding-bottom: 10px;}

.mentor_box {font-size: 15px; font-weight: 300;}
.all_check {text-align: center; padding: 15px 5px; margin: 30px 0px; background: #f5f5f5}


.print_wrap #header {display: none !important}
.print_wrap .sub_visual {display: none !important}
.print_wrap #lnb_wrap {display: none !important}
.print_wrap .title_bar {display: none !important}
.print_wrap .page_tab {display: none !important}
.print_wrap #footerW {display: none !important}
.print_wrap .print_bt {display: none !important}
.print_wrap .p_none {display: none !important}
#wrap.print_wrap {padding:0px !important}

.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }

.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -15px; width: 30px; height: 30px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}





.board-write .input {min-height: 40px; line-height: 40px; width: 100%;}
.down_file {display: inline-block; vertical-align: middle; color: #0c91dd; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; color: #000; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}
.view_tit {padding:20px 10px; background: #f3f4f8; border-top:1px solid #000; border-bottom: 1px solid #ccc; font-size: 1.1em; font-weight: 500; margin-bottom:15px;}
.view_tit .v_tit {font-size: 1.4em; font-weight:400; line-height: 130%; word-break: break-all;}
.view_tit .v_tit .ico {display: inline-block; border: 1px solid #0c91dd; background: #fff; color: #0c91dd; font-size:1rem; padding: 0px 5px; min-width: 46px; vertical-align: top; margin-right: 4px; text-align: center; height: 24px; line-height: 22px;}
.view_tit .v_list {padding-top:0px;}
.view_tit .v_list > li {display: inline-block; color: #000; vertical-align: top; font-weight: 100; font-size:0.95em; padding:5px 10px; position: relative;}
.view_tit .v_list > li:before {display: block; content: ""; width: 1px; height:14px; background: #666; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%)}
.view_tit .v_list > li:first-child:before {display:none;}

.click_count {text-align: right; padding: 10px 0px; font-size:1.05em; color: #666666}
.view_photo {padding: 20px 0px 0px 0px; text-align: center;}


.td_btns {font-size: 0px; text-align: center; padding: 0px 5px; max-width:260px; margin: 0 auto;}
.td_btns > li {display: inline-block; min-width:50%; box-sizing: border-box; padding: 2px;}
.td_btns > li > a {display: block; min-width:100%}
.td_btns > li > .btnNormal span {padding:10px 5px; min-height:16px; height: auto; line-height:16px; white-space:normal;}



.dl_table > dl {padding:20px 0px 0px 0px;}
.dl_table > dl > dt {font-size:18px; color:#000000; line-height:150%; padding-bottom:5px;}
.dl_table > dl > dd .input {line-height:46px; height:46px; padding-left: 10px; border:1px solid #cccccc}
.dl_table > dl > dd .select_ds select {line-height:46px; height:46px; border:1px solid #cccccc}
.dl_table > dl .pa_minus {line-height:46px;}
.dl_table > dl .btnNormalS span {height:46px; line-height: 46px; overflow: hidden;}

.member_ok {font-size:1.5em; text-align: center; line-height: 140%; padding:30px 0px 190px 0px; background: url(../img/member/complete.png) no-repeat center bottom; }

.btnNormal.m_block span {min-width:60px;}


.find_type {font-size:20px; color: #333333; line-height: 140%; padding: 20px 0px 10px 0px; margin-top: 10px; }
.find_type > button {display: block; font-size:20px; color: #333333; line-height: 140%; padding-left:25px; font-weight: 500; background: url(../img/common/radio.png) no-repeat left 7px; outline: none; text-align: left;}
.find_type.on > button {background-position:left -69px;}


.find_box .btn-tc {margin-top: 0px; border: none;}

.find_cell {box-sizing: border-box; position: relative;}
.find_cell:after {clear: both; content: ""; display: block;}
.find_cell .cell {float: left; width: 50%; box-sizing: border-box;}
.find_cell .cell select {width: 100%}
.find_cell .bt {position: absolute; right: 0px; top: 0px;}
.find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }
.find_pop {font-size: 15px; line-height: 150%; padding-bottom: 40px !important; position: relative;}
.bb_tit {font-size: 1.5em; line-height: 150%; color: #000000; font-weight: 500; padding: 40px 0px 15px 0px;}





.list_tab {width:100%; margin-bottom:30px; font-size:0px; border-bottom:1px solid #000000; border-top:1px solid #000000; line-height:0px; box-sizing:border-box; }
.list_tab li {/*width:167px;*/ width:20%; min-width:130px; display:inline-block; zoom:1; *display:inline; text-align:center; min-height:50px; line-height:50px; letter-spacing:-1px; font-size:14px; box-sizing:border-box; border-top:3px solid #fff;}

.list_tab li span {display:block; background:url(../img/common/gnb_line.gif) no-repeat left center;}
.list_tab li:first-child span {display:block; background:none;}
.list_tab li span a {display:block;  font-size:13px; color:#000; }
.list_tab li:hover {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li:hover a {color:#37589b; }
.list_tab li.on {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li.on a {color:#37589b;}
.list_tab li.line {background:url(../img/common/list_tab_line.gif) no-repeat right center;}

.scrollbox1 {background: #f1f1f1; height: 100px; overflow-x: hidden; overflow-y: auto; padding: 12px;}





.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }

.leave {padding:170px 0px 0px 0px; margin-top: 40px; background: url(../img/mypage/ico_leave.gif) no-repeat center top;} 
.gray_box {border: 1px solid #e9e9e9; padding:28px 20px; background: #fafafa}
.gray_box.gray_box_s {padding: 10px;}
.et_profile {overflow: hidden; margin-left: -3px;}
.et_profile > li {float: left; margin-left: 3px;}
.et_profile > li select {min-width:140px;}
.et_profile > li.bt {float: right;}
.bt_ib > li {display: inline-block; padding-top: 5px;}



.txt_pa > li {position: relative; padding-left:60px; font-weight: 300; color: #000; line-height: 140%;  margin-bottom: 10px; font-size: 1.05em;}
.txt_pa > li > strong {position: absolute; left: 0px; top: 0px; color:#666666}

.error_wrap {text-align: center;}
.error_wrap .error_msg {font-size:36px; color:#333333; line-height: 150%; font-weight:700; padding: 50px 0px 30px 0px; background: url(../img/common/tit_line.gif) no-repeat center bottom; margin-bottom:30px;}
.error_wrap .error_msg2 {font-size:16px; color:#333333; line-height: 150%; }
.error_wrap .error_msg2 .mail {display: inline-block; padding-left: 20px; color:#ed1b23; background: url(../img/common/ico_mail.gif) no-repeat left center; margin-left: 3px;}



.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -15px; width: 30px; height: 30px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}

.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }
.ico_note {position: relative; padding-left:25px; font-weight:500 }
.ico_note:before {display: block; content: ""; width:19px; height: 19px; border-radius:100%; background: #ff6600; position: absolute; left: 0px; top:3px;}
.ico_note:after {display: block; content: "!"; width:19px; height: 19px; color: #fff; font-size:15px; font-weight: 600; text-align: center; line-height: 19px; position: absolute; left: 0px; top:3px;}
.ico_note.red {color: #e50065 !important}
.ico_note.red:before {background: #e50065;}




/* ------------------------------------------------------------
 * Name      : mobile_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position: relative;}

.down_file {display: inline-block; vertical-align: middle; color: #0c91dd; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}

/* 980px 이상 */
@media screen and (min-width:980px) {
	
  
    
}
/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1200px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
   
}




/* 1220px 이하 */
@media screen and (max-width:1219px) {



    .main_visual .scroll_ico {display: none}
  	
	#header .top_btns {right: 70px;}
    #inner_wrap {padding:0px 10px 70px 10px;}
    #inner_wrap.no_visual {padding-top:70px;}



    .w_gnb .gnb > ul > li > a > span {font-size: 18px;}
    
   
    
    .business_banner .info {float: none !important; width:100%;}
    .business_banner .pic {float: none !important; width:100%; text-align: center; padding-top: 10px;}
    
  
     #footer_navi > ul {text-align: center; float: none; width: 100%; }

	
	
    #footer .addressW {background-position:center 20px; text-align: center;}
	#footerW .copy > p {text-align: center;}
	#footer .jum_menu {position: relative; right: auto; bottom: auto; margin: 0 auto;}
    #footerW .familySite {display: none;}
    
    #footerW .tel {position: relative; right: auto; top: auto; text-align: center;}
    #footerW .tel dt {display: none}
    .certify_ico > li {width:50%;}
    
   
   
	.history_box > ul > li > .history_txt {padding-left: 60px !important; padding-right: 0px !important; text-align: left !important; padding-top:0px !important; width:100% !important;}
    .history_box > ul > li > .history_txt .img {left: auto; right: 0px;}
    .history_box .line {left:15px;}
    .history_box > ul > li > .history_txt:after {left: 20px; width: 26px; height: 26px;}
    .history_box > ul > li:after {left: 15px; top: 9px; width: 10px; height: 10px;}
    .history_box > ul > li:before {left:20px !important; top: 15px !important; margin: 0px !important; width: 30px;}
    .history_box .history_txt ul > li {padding-left: 40px !important}
    .history_box .history_txt ul > li .month {left: 0px !important}
    .history_box .line2 {left:30px;}
    .history_box {padding-bottom: 20px;}
    .history_box > ul > li {padding-bottom: 30px;}
    .history_box .history_txt ul > li.pl0 {padding-left: 0px !important} 
    
}
/* 980px 이하 */
@media screen and (max-width:979px) {
    
    .m_gnb_on {margin-top: 0px !important;}
	.m_gnb_on {display: block;}
    .w_gnb {display: none;}
	#gnb_bar {display:none !important;}
   

    .in_header {height: 80px;}
    .main_visual .v_frame .cell {height: 620px;}
    .main_visual .v_frame .visual_txt {width: 100%; font-size: 20px; padding-bottom: 0px; text-align: center}
    .main_visual .v_frame .visual_txt img {max-width: 80%;}
    .main_visual .v_frame .visual_txt .big {padding-bottom:20px; font-size: 52px;}
    .main_visual .bxslider > li .bg_img {width: 1240px; height: 620px;}
    .visual_counter_wrap {bottom:10%; text-align: center;}
	.main_visual .bx-controls {bottom: 10px;}
        
	.m_tit {font-size:45px;}
    
    .main_product .left .m_tit {text-align: center; font-size: 52px; line-height: 130%;}
    .main_product .ico_bt {text-align: center;}
    .main_product .right .v_bt_wrap #p_next {right: 0px;}
    .main_product .right .v_bt_wrap #p_prev {display: block; margin-left: 0px; left: 0px}
    .main_product .right .v_bt_wrap #p2_next {right: 0px;}
    .main_product .right .v_bt_wrap #p2_prev {display: block; margin-left: 0px; left: 0px}
    .main_product .right .img img {width: auto !important; height: auto !important;}



    .product_info {box-shadow: none; padding: 40px 0px}
    .main_product {padding: 0px;}
    .main_product .left {position:relative; left: auto; top: auto; width:100%; max-width: 100%; padding: 0px;}
    .product_info {padding-top: 20px;}
    .main_product .right {width: 100%; position: relative;}
    
    #section3 .ban > li > a .txt_t {font-size: 30px;}
    #section3 .ban > li > a .txt_s {font-size: 15px;}
    
    .main_board_wrap .m_list > li > a {min-height: 280px; padding: 15px;}
    

    
	
	.section {font-size: 17px; padding: 35px 0px;}

 
    .inner {padding: 0px 10px;}
	.sub_con {font-size: 16px;}
	
    .sub_visual .sub_txt {height:320px;}
    #sub_tit {font-size:42px;}
    .sub_visual .sub_txt > h2 {padding-bottom:0px}

    .title_bar:before {display: none;}
     #lnb_wrap .lnb .lnbs {width:230px}
    #lnb_wrap .lnbs3 {display: none;}
    #lnb_wrap .lnb .lnbs2 {display: block; margin-left: -1px;}
	#lnb_tit2 {}
    .location {display: none;}
	
	
    .core_value_wrap > ul > li { width: 50%;}
    .core_value_wrap > ul > li .box:before {border-radius:0%; }
    .core_value_wrap > ul > li .box {height: 240px;}
    
    

    .map_info > ul > li {float: none; width: 100%;}
    
    .management .bul01 {padding-left: 0px;}
    .management .bul01 > li {display: block; width: 100%;}
    
    .management2 .img {width: 100%;}
    .management2 > dl {max-width: 100%; position: relative; top: auto; left: auto; transform: none; padding: 20px 0px 0px 0px;}
    
    .step_ico > li {float: none; width: 100%;}
    .step_ico > li:before {left: 50%; top: 0px; transform: rotate(90deg)}
    
    .sb_feature > li {float: none; width: 100%;}
    
    .competitive > li {width: 50%;}
    .competitive > li > ul {min-height: 70px;}
    
    .product_feature > li {float: none; width: 100% !important;}
    .product_feature .box > h4 {min-height: auto; padding-bottom: 10px;}
    .product_feature .box {min-height: auto;}
   
    .img_left {padding-left: 0px;}
    .img_left .img {position: relative; left: auto; top: auto; right: auto; padding-bottom: 10px;}
    .img_left .img img {max-width: 100%;}
    .img_left .txt_t {padding-top: 20px;}
    
    .arrow_week_wrap {position: relative;}
    .arrow_week {position: absolute; left: 50%; margin-left:50px !important; top: 0px; height: 100%; width: 110px; text-align: center;}
    .arrow_week:before {width: 1px; height:99%; left: 50%; top: 0px;}
    .arrow_week > li {float: none; width: 100%; height: 20%;}
    .arrow_week > li > p {left:0%; margin-left:0px; top:auto; bottom:-20px; text-align: center;}
    .arrow_week > li > p:before {content: "▼"; right: auto; position: relative; text-align: center;}
    .arrow_week:after {content: "▼"; right: auto; text-align: center; top: auto; bottom: 0px; width: 100%}
    .program_step {padding-bottom: 0px; margin-left: -60px !important;}
    .program_step > li {float: none; width: 100% !important;}
    .program_step > li:before {left: 50%; top: 0px; transform: rotate(90deg); }
    
    .three .arrow_week > li:last-child > p {left: 0%; bottom: 0px;}
    .three .arrow_week > li {float: none; height:33.3333%;}

    .two .arrow_week > li:nth-child(2) > p {left: 0%;}
    
    .vision_wrap > ul.four > li {width: 50%;}
    .quality_system .ico > ul > li {float: none; width: 100%; padding: 5px 0px;}
    .quality_system .ico > ul {padding-left: 10px; padding-right: 10px;}
    
    .product_pic > li {width: 33.3333%;}
    
    .welfare > li {width:50%;}
    
    .result_view_info > li {float: none; width: 100%;}
    .result_view_info > li > div {padding-left: 80px;}
    
    
    
}

/* 768 이하 */
@media screen and (max-width:767px) {

    
    .main_visual .v_txt {max-width: 100%}

    .main_visual .bx-controls {bottom:10px;}
	.main_visual #visual_counter {bottom: 20px; font-size: 20px;}
   
    
    .slide_menu_wrap .gnb > ul > li > a {font-size: 30px;}
    .slide_menu_wrap .gnb .sub_menu > li > a {font-size: 15px;}
    

	.section {font-size:15px;}

    .m_tit {font-size:38px;}
	.m_tit_s {font-size:16px;}
    

    .product_info .bt > li > a {font-size: 14px; min-width: 160px;}
    .product_info .bt > li > a > span {line-height: 44px;}
    .main_product .right .v_bt_wrap .v_bt > a {padding: 14px;}
    .product_info {padding-bottom: 0px;}
    .product_info .txt {font-size: 19px;}
    .product_info > h4 .txt_t:After {margin: 20px 0px;}
   
    .m_gallery > li > a {min-height: auto;}
    
    .first_txt {font-size:1.5em}
    .title_bar h2:after {width: 25px;}
    
    #section3 .ban {max-width: 600px; margin: 0 auto;}
    #section3 .ban > li {width: 50%; margin: 0px !important}
    
    
    .main_board_wrap .m_list > li {width: 50%}
    .recruit_ban > li {width: 100%}
    
    .main_notice_wrap .movie {margin:20px auto; }
    
    .main_notice_wrap .left {width: 100%; float: none; padding: 0px;}
    .main_notice_wrap .movie {margin-top:20px;}
    .main_notice > ul > li {width: 33.3333%; float: left; margin: 0px !important;}
    .main_notice {float: none; width: 100%}
	
    .main_notice > ul > li > a .date {font-size:18px;}
    .main_notice > ul > li > a .txt_t {font-size: 18px;line-height: 24px; height: 48px;}
    .main_notice > ul > li > a:before {width: 34px; height: 34px; font-size: 24px; line-height: 34px;}
    .main_notice > ul > li > a:after {width: 34px; height: 34px; line-height: 34px;}
    

    .main_notice_wrap .bt_more > a > span {line-height: 48px; font-size: 15px;}

    
    #footerW {padding-top: 0px; padding-bottom:0px;}
    #footer .addressW {padding:10px; padding-top: 0px; text-align: center}
    #footerW .familySite {display: none;}
    #footer .addressW .copy {padding-top:10px;}
    #footer .go_top > a {padding: 7px;}
	
	
    #footer_navi {padding-bottom: 0px;}
    #footer_navi > ul {text-align: center; padding:15px 0px;}
    #footer_navi > ul li {padding: 0px 13px;}
    #footer_navi > ul li a {font-size: 13px;}
    #footer .addressW {font-size: 13px;padding:15px 10px; background: none;}

	
	#footerW .copy > p {font-size: 12px;}
	#footer .go_top {display: none;}
	#footer .go_sns {display: none;}
    
	
	
    #lnb_wrap .ico_home {display: none;}
    #lnb_wrap .lnb .lnbs {width: 50%;}
    
	.sub_con {font-size:15px;}
	
    .title_bar {margin-bottom:35px; padding:35px 0px 0px 0px;}
    .title_bar h2 {font-size:32px }

    .title_bar .s_txt {font-size: 1.15em; padding-top: 20px;}
	.s_tit {padding-bottom: 15px; font-size: 30px; margin-top: 40px;}
	.b_txt {font-size:17px; padding: 30px 0px 15px 0px}
	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}
   
    .ico_note {padding-left:20px; background-size:15px auto; }
       

    
    .b_table.long > dl {padding-left:0px;}
    .b_table.long {padding-top:10px;}

    .b_table.long > dl > dt {position: relative; padding-bottom: 0px;}
    /*atab*/
    .atab li a {height:45px;}
    .atab li.on {margin-top: 0px;}

    .atab li.on a:after {width:16px; height:16px; bottom: -18px;}

    .btn-tc > a {margin: 0px;}
    
    .find_cell {padding-right: 0px !important}
    .find_cell .cell {float: left; width: 50%; box-sizing: border-box;}
    .find_cell .bt {display: block; position: relative; right:auto; top:auto; width: 100%; clear: both; padding-top: 5px;}
  
    
    .contest_view {padding-left:0px; min-height:auto;}
    .contest_view .pic {width:100%; height: auto; max-width:280px; position: relative; margin: 0 auto; left: auto; top: auto; margin-bottom: 30px;}
    .contest_view .pic img { position: relative; left: auto; top: auto; transform:none; -webkit-transform:none}
    
    
    .btab li a {padding:5px 0px; font-size:15px;}
   	
    
    .event_wrap > li {width:50%; min-height: 400px;}
    
    .map_wrap {height:440px;}
    .map_txt > ul > li {float: none; width: 100%; font-size: 15px; border-bottom: 1px solid #ccc}
    .map_txt > ul > li:last-child {border-bottom: none;}
    
	.gray_bar {padding:40px 10px; margin-top:50px;}
	
    .introduce_wrap > div {float: none; width: 100%;}
    .introduce_wrap > div.left {padding: 0px 0px 20px 0px; text-align:center; max-width:100%;}
    
    .vision_wrap > ul > li {float: none; width: 100% !important;}
    
    .vision_tit {font-size: 30px;}
    .mission_dl > dl {float: none; width: 100%;}
    
    .ci_wrap .box {float: none; width: 100%;}
    .ci_wrap .box:nth-child(2) {padding: 20px 0px 0px 0px;}
    .ci_wrap .box .down_bt {text-align: center; padding-top: 20px;}
    .ci_logo_list {margin:0px -5px;}
    .ci_logo_list > li {padding: 0px 5px;}
    
    .map_info .cell dl {float: none; width: 100%; padding-left: 65px}
    
    .management {padding-top: 280px;}
    .management:before {height: 280px;background-size:auto 280px;}
    
    .management .bul01 > li {font-size:15.5px;}
    
    .img_top .cell {height: 256px;}

    
    .certify_ico > li {width: 100%; float: none;}
    
    .history_box .history_txt .year_s {font-size: 45px;}
    .history_box > ul > li > .history_txt {min-height: auto;}
    .history_box > ul > li > .history_txt .img {display: none;}

    .pm_business_wrap > ul {float: none; width: 100%;}
    
    .rnd_method {margin: -20px 0px;}
    .rnd_method > li {float: none; width: 100%; padding:20px 0px; margin: 20px 0px; border: none; border-top:1px solid #e9e9e9}
    
    .process > li {float: none; width: 100%;}
    .process > li > dl {min-height: auto; padding-bottom:30px;}
    .process > li:before {top:0%; left: 50%; transform: rotate(90deg)}
    
    .result_view .custom-pager .slick-slide > div {padding: 0px 10px;}

    
}
/* 600 이하 */
@media screen and (max-width:599px) {
    
    .main_visual .v_frame .cell {padding: 0px; height:500px;}
    .main_visual .videoDiv {padding: 0px; height:500px;}
    .main_visual .v_frame .visual_txt {font-size:14px; padding-top: 30px;}
    .main_visual .v_frame .visual_txt .big {font-size: 38px;}
  
    #footer_navi > ul li {font-size: 13px;}
    #footer .addressW {text-align: center; font-size: 12px;}
    
    
    .pop_wrap .pop_head .title {font-size:18px; color: #fff; padding: 17px 55px 18px 15px !important;}
    .pop_wrap .pop_body {padding:10px;}
   
    
   
	#w_lnb {display:none;}
	#m_lnb {display:block;}
    
     .login_wrap {padding:15px;}

    
    .signup {padding:10px 0px 5px 0px;}
    .signup li input {height: 50px; font-size: 14px;}
    .login_wrap .id_save {font-size:14px;}
    .find_idpw a {font-size: 14px;}
    .login_wrap .login_bt .btn {line-height:30px; font-size:18px;}
    .join_go > a {line-height:30px; font-size:18px;}    
    .layers_wrap .layers {padding:10px; font-size:0.95em;}
    .error_wrap .error_msg {font-size:26px;}

    .table_line {width: 100%; overflow: auto;}

   
    .bt_include {padding:0px 0px 45px 0px;}
    .bt_include2 {padding:0px 0px 35px 0px;}
    .bt_include .add_bt {position: absolute; right: 0px; top: auto; left: 0px; bottom:0px;}
    .bt_include .add_bt a {display: block;}
    .m_block600 {display: block !important; margin-bottom: 3px !important; float: none !important;}
    
   
    
    #add_date {padding-right: 0px; padding-bottom:45px;}
    #add_date .bt {left: 0px; bottom: 0px; top:auto; padding-right: 40px;}
    #add_date .bt a {display: block; }
    #add_date .bt .tooltip {right: 0px; top: 0px; position: absolute;}
    #empty a {display: block;}
    .br_box {padding:15px;}
    

    
    .m_box {padding:20px;}
    .more {right:20px; top:20px;}
    
    .day_day .select_ds {width: 50% !important;}
    .day_day .select_ds:nth-child(2) {padding-right: 0px !important;}
    .day_day .select_ds:last-child {clear: both; width: 100% !important; max-width: 100% !important; margin-top: 5px;}
    
	.day_time .select_ds {width:100% !important; margin: 5px 0px 0px 0px !important;}
    
  
    .big .ez-radio {width:20px;height:20px; background-size: 20px auto}
    .big .ez-hide {width:19px;height:19px;}
    
    .over_layerW {position: relative;}
    .over_layer {overflow:auto;}
    .over_layerW:after {display: block; content: ""; width:10px; height: 100%; position: absolute; right: 0px; top: 0px; background: url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > div {min-width: 600px;}
    .guide_name {padding: 20px; background:#f1f2f6;}
    .sss_tit .ib.point_c.fn {display: block; font-size: 0.85em;}
    
	.ico_dl {padding: 20px;}
	.ico_dl .ico {display: none;}
	
	
 
    .blank_list > li {width:33.333%;}
    
    .ci_logo_list > li {float: none; width: 100%; text-align: center; padding-bottom: 20px;}
}



/* 480px 이하 */
@media screen and (max-width:479px) {
	

	#header h1 a img {height:42px;}
    .in_header {height:60px;}
    .main_visual .v_frame .visual_txt .big {font-size: 29px;}
    .main_visual #visual_counter > span {font-size: 26px;}
    .main_visual #visual_counter {font-size: 16px;}
    .main_visual .v_frame .visual_txt img {max-width: 90%}
    .visual-pager {max-width: 70px;}
    .main_visual #board_l1 {left: 10px;}
    .main_visual #board_r1 {left: 70px;}
    .main_visual .v_bt > a {font-size: 13px;}
    

    .slide_menu_wrap .gnb {padding-top: 40px;}
    .slide_menu_wrap .gnb > ul > li > a {font-size:22px;}
    .slide_menu_wrap .gnb .sub_menu > li {padding: 0px 10px;}
    .slide_menu_wrap .gnb .sub_menu > li > a {font-size: 13px;}
    .slide_menu_wrap .gnb .sub_menu > li:after {height: 10px;}

	.section {font-size:13px; padding: 20px 0px;}
    
    .main_product .left .m_tit {font-size: 37px}
    .product_info > h4 {font-size: 1.5em;}
    .product_info {padding: 20px 0px 0px 0px;}
    .product_info:before {display: none;}
    .product_info:after {display: none;}
    .product_info .bt > li > a {min-width: 110px;}
    .product_info .bt > li > a > span {line-height: 40px;}
    .product_info .bt {font-size: 16px;}
    .product_info .bt > span {line-height: 48px;}
    
    .main_board_wrap .more {top: 6px;}
    .main_board {padding-top: 20px;}
    
    .main_board_wrap .m_list > li > a .txt_t {font-size: 18px; line-height: 24px; height: 48px; padding-top: 10px;}
    .main_board_wrap .m_list > li > a .point {font-size: 44px; line-height: 44px;}
    .main_board_wrap .m_list > li > a {min-height: 220px;}
    .main_board_wrap .m_list > li > a .txt_s {font-size: 14px; line-height: 20px; height: 40px;}
    .main_board_wrap .m_list > li > a .date {padding-top: 15px;}
    
    #section3 {background-position:70% center}
    #section3 .inner .cell {height:260px; padding: 30px 0px}

    #section3 .ban > li > a .txt_w {padding: 0px 10px 10px 10px;}
    #section3 .ban > li > a .txt_t {font-size: 20px;}
    #section3 .ban > li > a .txt_s {font-size: 13px;}
    
    #section2 .ico_bt > li > a {font-size: 18px;}
    .main_product .right .v_bt_wrap .v_bt {margin-top: -15px}
    .main_product .right .v_bt_wrap .v_bt > a img {width:19px;}
    .main_product .right .v_bt_wrap .v_bt > a {padding: 10px;}
    
    .product_info > h4 .txt_t {font-size: 1.2em;}
    .product_info .txt {font-size: 16px;}
    .product_info .txt2 dd  {font-size: 16px;}
   
    
    .section .more a {font-size: 13px;}
	.m_tit {font-size:26px;}
	.m_tit_s {font-size:15px;}
    .notice_tit {font-size:47px;}
	

    
    
    #section2  {min-height: auto;}

    
    
    .main_notice > ul > li > a .txt_t {font-size: 20px;}
    .main_notice > ul > li > a .txt_s {font-size:14px; line-height:22px; height:44px;}
    .main_notice > ul > li > a .date {font-size: 14px;}
    
    .recruit_ban > li .box {padding: 10px 30px; height: 220px;}
    .recruit_ban > li .box h3 {font-size: 25px;}
    .recruit_ban > li .box .bt > span {line-height: 44px; font-size: 15px;}

    

    .main_notice > ul > li {float: none; width: 100%;}
    


    
    
    .main_notice {padding-top: 20px;}
    
     #footer .go_top {display: none;}
    #footer .f_logo {font-size: 25px; padding-bottom: 5px;}
    #footer .f_logo img {height: 42px;}
    #footerW {margin-top: 20px;}
    #footer .addressW address {margin: 0px;}
    #footerW .tel dd {font-size: 29px;}
    #footer .addressW address span {padding: 2px 5px;}
    #footer_navi > ul li a {font-size: 12px;}
    #footer_navi > ul li {margin-left: 0px; padding: 0px 10px}
    #footer .addressW address .line {height: 10px;}
    
    #position3 {padding:40px 0px 100px 0px;}
    .pop_wrap .pop_head .title {text-align: left !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display: none;}
    .pop_wrap .x_btn {right:15px; }
    
    
	.mb_dis {display: block;}
    #add_date .bt .tooltip {height: 36px; line-height: 34px;}

    
    
    #lnb_wrap {background:#093190; margin: 0px -10px 0px -10px; height: auto;}
    #lnb_wrap .lnb {padding-left:0px; position: relative;}
    #lnb_wrap .lnb .lnbs:after {display: none;}
    #lnb_wrap .ico_home {display: none}
    #lnb_tit {display: none;}
    #lnb_wrap .lnb .lnbs {width:100%; border: none; box-sizing: border-box;}
    #lnb_tit2 {padding-left:0px; padding-right: 0px; text-align: center; color: #fff; line-height:51px; height:51px; background: url(../img/common/lnb_arrow3.png) no-repeat right center; font-size: 14px; border: none;}
    
    #lnb_tit2.on {background:url(../img/common/lnb_arrow3_on.png) no-repeat right center;}
    #lnb_wrap .lnb .lnbs .copy_menu {top:52px; border: none; box-shadow:0px 1px 3px #ccc;}
    #lnb_wrap #gnb_menu {display: none !important;}
    .lnb ul li a {font-size: 14px;}
	.lnbs2 > ul > li > a {border-color:#d4d4d4 !important; padding: 10px 0px 10px 25px;}

    
    .ico_box > li {width: 50%;}
    .ico_box > li .ico img {max-width:70px;}

	.more_bt > a > span {background-size:auto 10px; padding-left:20px; line-height: 33px; }
	.btn_list > span {background-size:auto 33px; padding-right:70px;}
    
    .ico_note {padding-left:18px; background-size:13px auto; }
	
    .ico_note {padding-left:18px; background-size:13px auto; }
	.ico_note:before {width:14px; height: 14px; top: 3px;}
	.ico_note:after {width: 14px; height: 14px; font-size:12px; line-height: 14px; top:3px;}
    
    
    
    .join_step > ol > li {font-size: 15px;}

    
	.btn-tc > a {margin:5px 0px;}
	.subject {padding-left:10px;}
	.bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}


    .block_m {display: block;}
    .block_m.fl {float: none;}
    .list_btn .block_m {margin: 2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display: block;}

    .s_tit {padding: 0px 0px 10px 0px; margin-top: 35px; font-size:20px; background-position:left 5px; background-size:20px auto; }
    .s_tit:before {width: 22px; height: 22px; top:13px;}
    .s_tit:after {width: 6px; height: 6px;}

	.ss_tit {font-size: 18px; margin-top:25px;}
    .ss_tit:before {width: 6px; height: 19px; top: 4px;}
	.sss_tit {font-size:17px; margin-top:25px; padding-left: 16px;}
    .sss_tit:before {width: 8px; height: 8px; top: 9px;}
    .s_txt_r {margin-top: -25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top: -45px;}
    .txt_in {padding-left:16px;}
	#inner_wrap {padding-bottom: 30px;}
    #inner_wrap.no_visual {padding-top: 30px;}

  	.brand_view .cell {height:250px; font-size:15px; padding-top:50px;}
	
	.sub_visual .sub_txt {height:180px;}
    .sub_visual .sub_txt .cell .sub_tit_s {font-size: 20px; padding-bottom: 20px;}
    #sub_tit {font-size:26px; }
    .sub_visual .sub_txt .txt1 {font-size: 14px; padding-bottom: 0px;}
    
    .first_txt {font-size:1.4em; padding-bottom: 20px; }

	.introduce_wrap .first_txt .br {display:none;}
	.introduce_wrap .point_txt {font-size: 19px; padding:25px 0px; margin-bottom: 10px;}
	.introduce_wrap .point_txt:before {background-size:20px auto; width:20px; height:20px;} 
	.introduce_wrap .point_txt:after {background-size:20px auto; width:20px; height:20px;}
    
    .sub_con {font-size:13px; }
    .layerPop {font-size:0.95em; }
    .title_bar {padding:20px 0px 20px 0px; margin-bottom:10px; background-size:auto 60px; }
	.title_bar h2 {font-size:22px; }

    .title_bar .s_txt br {display: none;}
    .title_bar .s_txt2 {font-size: 1.25em; padding-top: 0px; margin-bottom:15px;}
    .view_tit {padding: 10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    
    

    .w_name {width: 70px;}
    .w_date {width:80px;}
    .m_block {display: block !important; margin-bottom: 3px !important; float: none !important;}
    .scrollbox {height:120px; }
    .atab {margin-bottom: 20px;}
 
    .b_table > dl {font-size: 16px; padding-left:0px;}
    .ul_table > ul > li {font-size: 16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    .b_table {padding-top:10px;}
    .b_table > dl > dt {font-size:16px; padding-top: 13px;}
    .b_table > dl > dd {min-height:20px; font-size: 13px;}
    .b_table > dl > dt {position: relative; padding-bottom: 0px;}
    .input_etc .pa {font-size:13px; line-height:36px;}
    input.input5 {height:36px; padding: 0px 5px; line-height: 34px; font-size: 13px;}
    .textarea {padding:5px 5px; font-size: 13px;}
    .b_table .btnNormalB span {padding: 0px 18px; height: 36px; line-height: 34px; font-size: 13px;}
    .security_code .code .num {height:34px; line-height: 32px; font-size: 14px;}
    .file_input label {height:36px;  line-height:34px; font-size: 13px;}
    .radio_group {margin-top:-5px;}
   
    
    
    .find_box {padding: 0px 0px 10px 0px;}
    .find_cell .bt {overflow: hidden;}
    .find_cell .bt > a {width: 50%; float: left;}
    .find_cell .bt > a > span {display: block; padding: 0px; margin: 0px 2px; }  
    .print_bt {display: none !important}
    .gray_box {padding:5px;}
  
    
    .main_content {padding:0px 0px 10px 0px;}
  
    .good_bt {padding:10px 0px;}
    .good_bt button {padding:3px 0px 3px 30px; background-size:24px auto !important; font-size: 14px; background-position: left center !important}
    .down_file > span {background-size:11px auto; padding-left: 16px; }

    .br_box {padding:10px;}
    .guide_tab > li > a {font-size: 12px;}
    
    .tit_ico {height:19px; line-height:18px;}

    
    .board_w > ul {padding: 10px 15px;}
    .btn-tc {padding:20px 0px; margin-top:20px;}
    



    .btab li a {font-size:14px; min-width:90px;}
    .event_wrap > li {width:50%; min-height:350px;}
    .point_box {padding: 10px;}
    
  
    .data_table > li .txt_t {width: 100px;}

    .bul_list {padding-left: 57px !important}
    .bul_list .txt_t {line-height:20px; font-size: 13px; padding: 0px 5px; min-width: 50px;}
    
    .b_check_box {padding: 10px;}
    #inner_wrap .b_check_box .board-write th {font-size: 1.05em !important;}
	

	.map_wrap {height: 300px;}
	.map_btn .btn > li {width: 50%;}
	
	.result {float: none; width: 100%;}
    
    

	.list_count {background-size: 13px auto; padding-left: 18px;}
    
    .vision_tit {font-size: 20px;}
    .mission_wrap {min-height:236px; padding-top: 60px; margin-top: -50px; font-size: 2em;}
    .mission_wrap:before {height: 236px; background-size: cover}
    
    .core_value_wrap > ul {margin: -10px;}
    .core_value_wrap > ul > li {padding: 10px;}
    .core_value_wrap > ul > li .box {height: 210px;}
    
    .history_box .history_txt .year_s {font-size: 30px;}
    .history_box .history_txt ul > li {padding-left: 28px !important;}
    .history_box .history_txt ul {padding-top: 0px;}

    .ci_box .cell img {max-height:170px;}
    
    .management {padding-top: 130px;}
    .management .bul01 > li {font-size:14px;}
    .management:before {height: 130px; background-size: auto 130px;}
    
    .img_top .cell {padding-left: 30px; height:176px;}
    .img_top .cell .big {font-size:1.4em;}
    .txt_in2 {padding-left:30px;}
    

    
    
    .step_ico .cell .txt_t {font-size: 18px;}
    
    .competitive > li {width: 100%;}
    .competitive > li > ul {min-height: auto;}
    
    .product_feature .box .num {font-size: 28px; top: 20px;}
    .product_feature .box > h4 {min-height: auto; padding-bottom: 10px;}
    .sb_feature > li > div {padding-left: 40px;}
    .sb_feature > li > div .ico {width: 30px;}
    .two .arrow_week > li > p {min-width: 60px; font-size: 14px;}
    .two .arrow_week > li:nth-child(2) > p {margin-left: -30px;}
    .two .program_step .cell {height: 135px; font-size: 18px;}
    .two .arrow_kg > li > p {font-size: 14px;}
    
    .quality_system > h3 {font-size: 1.5em;}
    .quality_system .ico > ul > li img {width: 140px;}
    

    
    .certify_ico > li .ico {width: 50px;}
    .certify_ico > li > p {padding-left: 62px; height: 51px;}
    
    .product_pic {margin: -5px;}
    .product_pic > li {padding: 5px; }
    
    .pm_business_wrap {padding-top: 30px;}
    .pm_business > li .box > p {font-size: 14px; height: 70px;}
    .pm_business > li .box > p .num {font-size: 24px;}
    
    
    .rnd_method2 > li > dl {font-size: 13px;}
    .rnd_method2 > li > dl dt .ico {margin: 0px -5px;}
    .rnd_method2 > li > dl dd {padding: 10px 5px;}
    
    .welfare > li > dl {font-size: 13px;}
    .welfare > li > dl {min-height: 253px;}
    
    .process_info > li > dl {padding-left:85px;}
    .process_info > li > dl dt {left: 0px;}
    
    .result_view_info {padding: 30px 0px;}
    .result_view .custom-pager {padding: 0px 35px;}
	.result_view .custom-pager .slick-arrow {width:30px;}
	.result_view .custom-pager .slick-slide > div {padding: 0px 5px;}

    .result_view_info > li > div {padding-left: 60px;}

	.result_view .slick-dots {bottom:10px;}
    
}




/* 320px 이하 */
@media screen and (max-width:320px) {
    .main_company h3 {font-size:24px; }
    .atab li a {font-size:12px;}
    .title_bar .s_txt {padding-left: 10px;}
    .bt_application a {padding: 0px 18px;}
    .bt_application a span {text-align: center;}

    
    .btns > li {width:100%; float: none; padding:2px 0px;}
    .btn-tc {padding:20px 0px;}
    

    
}








