@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );
@font-face { font-family: 'Godo'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff'); }
@font-face { font-family: 'Godo'; font-style: normal; font-weight: 700; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff'); }
.godo * { font-family: 'Godo', sans-serif; }
* { margin: 0; padding: 0 }
body, td, p, input, button, textarea, select, a { font-family: 'Noto Sans Korean', 'Malgun Gothic', '¸¼Àº °íµñ', dotum, 'µ¸¿ò', gulim, '±¼¸²', tahoma, sans-serif; font-size: 15px; color: #333; line-height: 1.6; letter-spacing: -1px; padding: 0; margin: 0 }
body { overflow-y: scroll }
html, body { height: 100% }
img { border: 0; vertical-align: top }
a { text-decoration: none; }
li { list-style: none }
strong, b { font-weight: 600 }
.d_container { max-width: 1100px; margin: 0 auto; position: relative }
/* °øÅë */
#wrap { width: 100%; overflow: hidden; padding: 0; margin: 0 auto; border-top: 3px solid #129b07; }
.inner { width: 100%; max-width: 1100px; overflow: hidden; margin: 0 auto; padding: 0; text-align: center; }
.inner_footer { text-align: left; }
.mb30 { margin: 0 0 30px 0; }
.bigtext { font-size: 2em; }
.center { text-align: center; background-position: top center }
.orange { color: #F60; }
.half { float: left; width: 46%; padding: 0 2em 0 0; overflow: hidden }
.bold { font-weight: bold; }
.comm_dl { overflow: hidden; }
.comm_dl dt { float: left; width: 20%; font-weight: bold; padding: 0.5em 0 }
.comm_dl dd { float: left; width: 80%; padding: 0.5em 0 }
.clear { clear: both; }
.sub_container { width: 100%; overflow: hidden; }
.comm_list li { clear: both; padding: 5px 0 5px 15px; background: url(../images/common/li_bg.png) no-repeat 0px 10px; width: 100% !important; border: none !important; text-align: left !important }
.comm_box { border: 10px solid #a59b89; padding: 1.5em; /*background: url(../images/common/commbox.jpg) no-repeat top right */ overflow: hidden }
.blank { width: 100%; clear: both; height: 30px; }
.image img { max-width: 100%; width: 100% }
.button a { display: block; padding: 0.5em 2em; color: #fff }
.button a:hover { background: #67543b; }
.button { background: #f1592a; font-weight: bold; text-align: center; width: 150px; margin: 0 auto }
.btn_ul { text-align: center; overflow: hidden; padding: 1em 0 }
.btn_ul li { display: inline-block; margin: 0 1em; text-align: center }
.btn_ul li a { display: block; padding: 0.5em 2em; background: #023e74; color: #fff; font-weight: bold }
.btn_ul li:last-child a { background: #ed1c24; }
.comm_input { background: #eaeaea; padding: 0.5em; width: 50%; border: 0; margin: 0 0 0.2em 0 }
.comm_textarea { width: 100%; background: #ececec; border: 0; height: 300px; padding: 0.5em }
.right { float: right; }
.left { float: left; width: 50%; }
.sub_bg { width: 100%; height: 200px; background: url(../images/common/sub_bg01.jpg) no-repeat top center; background-size: 100% }
.sub_bg p { padding: 2em; font-weight: bold; font-size: 30px; }
.sub_bg p span { display: block; font-weight: normal; font-size: 24px }
.img { width: 100%; max-width: 100%; }
.textandimg { overflow: hidden; clear: both }
.textandimg img { float: left; width: 30%; }
.textandimg ul { float: left; width: 70%; }
sup { font-size: 0.5em }
.sub_txt { font-size: 2em;/* font-family: 'Godo'; color:#666 */ font-weight: 100 }
/* ¼¿·ºÆ®¹Ú½º ¶óµð¿À¹öÆ° */
.control-group { display: inline-block; vertical-align: top; background: #fff; text-align: left; box-shadow: 0 1px 2px rgba(0,0,0,0.1); padding: 30px; width: 200px; height: 210px; margin: 10px; }
.control { position: relative; padding: 5px 0 5px 30px; margin-bottom: 15px; cursor: pointer; }
.control input { position: absolute; z-index: -1; opacity: 0; }
.control__indicator { position: absolute; top: 2px; left: 0; height: 20px; width: 20px; background: #e6e6e6; }
.control--radio .control__indicator { border-radius: 50%; }
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator { background: #ccc; }
.control input:checked ~ .control__indicator { background: #023f73; }
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator { background: #3699c5; }
.control input:disabled ~ .control__indicator { background: #e6e6e6; opacity: 0.6; pointer-events: none; }
.control__indicator:after { content: ''; position: absolute; display: none; }
.control input:checked ~ .control__indicator:after { display: block; }
.control--checkbox .control__indicator:after { left: 8px; top: 4px; width: 3px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.control--checkbox input:disabled ~ .control__indicator:after { border-color: #f1592a; }
.control--radio .control__indicator:after { left: 7px; top: 7px; height: 6px; width: 6px; border-radius: 50%; background: #fff; }
.control--radio input:disabled ~ .control__indicator:after { background: #7b7b7b; }
.select { position: relative; display: inline-block; width: 100%; }
.select select { display: inline-block; width: 100%; cursor: pointer; padding: 10px 15px; outline: 0; border: 0; border-radius: 0; background: #e6e6e6; color: #7b7b7b; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus { color: #000; background: #ccc; }
.select select:disabled { opacity: 0.5; pointer-events: none; }
.select__arrow { position: absolute; top: 16px; right: 15px; width: 0; height: 0; pointer-events: none; border-style: solid; border-width: 8px 5px 0 5px; border-color: #7b7b7b transparent transparent transparent; }
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow { border-top-color: #000; }
.select select:disabled ~ .select__arrow { border-top-color: #ccc; }
.sample627al { display: none !important; }
/* Á¦ÀÏ À§·Î */
#back-top { position: fixed; bottom: 30px; right: 10px; z-index: 999 }
#back-top a { width: 50px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; color: #bbb; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover { color: #000; }
/* arrow icon (span tag) */
#back-top span { width: 40px; height: 40px; display: block; margin-bottom: 7px; background: #008000 url(../images/common/up-arrow.png)no-repeat center center; background-size: 50%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover span { background-color: #ccc; }
/* ¸ÞÀÎ ·¹ÀÌ¾Æ¿ô */
#header { position: relative; width: 100%; top: 0; z-index: 990; background-color: #fff; }
#main_contants { width: 100%; overflow: hidden }
.snb { position: absolute; top: 13px; right: 0; z-index: 999999999999 }
.snb a { background: #a59b89; padding: 0.5em; border-radius: 100px; }
.logout a { background: #fa0001; padding: 0.5em; border-radius: 100px; }
.container { width: 100%; overflow: hideen; }
.main_con { max-width: 1100px; width: 100%; overflow: hidden; position: relative; padding: 2em 0 5em 0; margin: 0 auto }
.section_box { width: 100%; overflow: hidden; position: relative; margin: 0 auto; }
.section_box .main_tit { font-family: 'Titillium Web', sans-serif; width: 100%; text-align: center; margin: 1em 0 3em 0; font-size: 18px; font-weight: 500; color: #008000; line-height: 40px; }
.section_box .main_tit span { font-size: 60px; font-weight: 600; }
/* ¸ÞÀÎ ÁÖ¿ä»ç¾÷ */
.m_business { float: left; margin-right: 3.5%; }
.m_business:last-child { margin-right: 0; }
.m_business_t { z-index: 2; position: relative; font-size: 24px; color: #444444; margin-left: 0.5em; border-left: 2px solid #008000; padding-left: 15px; padding-top: 5px; padding-bottom: 40px; }
.m_business_t img { padding-left: 10px; }
.m_business_img { position: relative; margin-top: -25px; }
.m_business div { overflow: hidden; }
.m_business div img { transition: all 0.5s; }
.m_business div img:hover { transform: scale(1.2) }
.m_business01 { margin-top: 5em; }
.m_business02 .m_business_t { padding-top: 40px; padding-bottom: 5px; margin-top: -25px; }
.m_business03 .m_business_t img { margin-top: -15px; }
/* ¸ÞÀÎ ¾ÆÀÌÄÜ */
.main_box { background: #f8f8f8; padding-bottom: 5em; }
.m_icon_box { width: 100%; text-align: center; }
.m_icon_box ul { width: 100%; display: inline-block; margin: 1em 0 3em 0; }
.m_icon_box ul li { width: 33%; float: left; border-right: 2px solid #dfdfdf; padding: 1em 0; font-size: 14px; color: #555555; }
.m_icon_box ul li:last-child { border: none; }
.m_icon_box ul li a { text-decoration: none; }
.m_icon_box ul li img { margin-bottom: 10px; }
.m_icon_box ul li span { font-weight: 600; font-size: 18px; line-height: 50px; }
.m_icon_box ul li span:hover { color: #008000; }
/* ¸ÞÀÎ °Ô½ÃÆÇ */
.m_board { max-width: 1090px; min-height: 200px; margin: 0 auto; border: 1px solid #cdcdcd; margin-top: -8em; background: #fff; margin-bottom: 6em; padding: 0; }
.m_notice { margin: 1.5em 2em; }
.m_notice .notice { padding: 1em; height: 60px; }
.m_notice .notice_bar { border-bottom: 2px solid #008000; }
.m_notice .notice .notice_date { float: left; margin-right: 3em; text-align: center; font-family: 'Titillium Web', sans-serif; font-size: 14px; }
.m_notice .notice .notice_date span { font-size: 40px; font-weight: 600; line-height: 30px; }
.notice_on .notice_date { color: #008000; }
.m_notice .notice_c { width: 60%; font-size: 14px; float: left; }
.m_notice .notice_c img { margin-right: 10px; }
.m_notice .notice_c span { font-size: 16px; font-weight: 600; line-height: 30px; }
.m_notice .notice_bt { float: right; }
.m_notice .notice_bt img { margin-top: 8px; }
.m_board_B { width: 50%; float: left; color: #fff; text-transform: uppercase; }
.m_cd { background: url(../images/main/m_cd.png) no-repeat 97% 98%; background-color: #647d55; }
.m_map { background: url(../images/main/m_map.png) no-repeat 95% 97%; background-color: #868266; }
.m_board_B span { font-family: 'Titillium Web', sans-serif; }
.m_board_T { margin: 2em 0 0 2em; }
.m_board_B a { color: #fff; }
.m_board_T span { font-size: 40px; font-weight: 600; }
.m_board_bt { margin: 2em 0 4em 2em; }
/* ¸ÞÀÎ °øÁö»çÇ× */
.main_notice { width: 100%; overflow: hidden; margin: 0 0 2em 0 }
.main_notice h2, .main_notice dl, .main_notice dl dt, .main_notice dl dd { float: left; }
.main_notice h2 { font-weight: bold; font-size: 24px; width: 20% }
.main_notice dl { overflow: hidden; padding: 0.5em 0; }
.main_notice dl dt { margin: 0 2em 0 0 }
.bar { position: absolute; left: 50%; margin: 0 0 0 200px; top: 55%; z-index: 999 }
.sub_bar { position: absolute; left: 50%; margin: 0 0 0 200px; top: 100px; z-index: 9 }
/* ¸ÞÀÎ¹Ú½º */
.column3 { float: left; width: 30%; overflow: hidden; position: relative; margin: 0 2em 0 0 }
.column3 img { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
/*.column3:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }*/
.nomar { margin: 0 !important; position: absolute; right: 0; bottom: 3em }
.nomar h2 { font-size: 24px; font-weight: bold; margin: 0 0 1em 0 }
.box01 { background: url(../images/main/ban_bg01.jpg) no-repeat bottom center; background-size: 100%; position: relative }
.box01 p, .box02 p { overflow: hidden; text-align: center; padding: 4em 2em; font-size: 16px; }
.box02 p a { color: #fff; }
.box01 span, .box02 span { position: absolute; right: 0; bottom: 0; text-align: center; }
.box01 span a, .box02 span a { display: block; padding: 0em 0.4em; background: #525252; color: #fff; font-size: 30px }
.box02 span a { background: #fa0001; }
.box01 span a:hover, .box02 span a:hover { background: #000; text-decoration: none }
.box02 { background: url(../images/main/ban_bg02.jpg) no-repeat bottom center; background-size: 100%; position: relative }
/*pc*/

/* Ä«ÇÇ¶óÀÌÆ® */
footer { width: 100%; padding: 1em 0; background: #dcdcdc; position: relative; }
footer ul { padding: 1em 0; width: 80%; }
footer ul li { display: inline-block; padding: 0 1em 0 0; }
footer ul li a { color: #242424; font-size: 14px; }
footer ul li a:hover { font-weight: 600; }
footer ul li:first-child a { font-weight: 600; }
address { font-weight: 600; color: #808080; font-size: 12px; padding: 1em 0; width: 80%; float: left; }
address span { font-weight: bold; color: #424242; text-transform: uppercase; font-weight: 600; }
footer p { float: left; margin-top: 18px; margin-bottom: 10px; margin-right: 5%; }
footer img { float: right; }
.sub_top { color: #fff; height: 250px; width: 100%; margin: 0 auto; text-align: center; }
.sub_top h2 { font-size: 4em; color: #fff; font-weight: 600; max-width: 1100px; width: 100%; margin: 0 auto; padding-top: 50px; font-family: 'Titillium Web', sans-serif; text-shadow: 2px 1px 1px #424242; }
.sub_top p { color: #fff; max-width: 1100px; width: 100%; margin: 0 auto; font-family: 'Titillium Web', sans-serif; text-shadow: 2px 1px 1px #424242; }
.sub_top .sub_t_p { font-size: 22px; letter-spacing: -1px; font-weight: 600; }
.sub_top .sub_t_p span { font-size: 15px; }
.sub_path { position: absolute; right: 70px; top: 20px; color: #fff; letter-spacing: 0px; z-index: 99999 !important }
.sub_path img { margin-top: 2px; margin-right: 6px; }
/* ¼­ºê³×ºñ */
#DB_navi39 a { text-decoration: none; display: block }
#DB_navi39 img { border: 0; vertical-align: top }
#DB_navi39 { position: relative; width: 100%; height: 45px; background: #1b8d27 url(../images/common/submenu_bg.png) no-repeat 75% 50%; }
#DB_navi39 ul { width: 1200px; margin: 0 auto; }
#DB_navi39 ul li { border-right: 1px solid #034e06; border-left: 1px solid #4fbe63; text-indent: 15px }
#DB_navi39 ul li.m0 { width: 40px; ; border-left: 1px solid #034e06 }
#DB_navi39 ul li.m1 { width: 200px }
#DB_navi39 ul li.m2 { width: 200px }
#DB_navi39 ul li.DB_main { float: left; position: relative }
#DB_navi39 ul li.DB_main a { color: #fff; line-height: 45px; background: url('../images/common/subnavi_arrow.png') no-repeat 95% 17px }/*¸Þ´º°£°Ý*/
#DB_navi39 ul li.DB_main a:hover { color: #fff !important; font-weight: bold; background-position: right -27px; background: url('../images/common/subnavi_arrow.png') no-repeat 95% 17px; }
#DB_navi39 ul li.DB_main.DB_select a { background-position: right -27px }
#DB_navi39 ul li.m0 a { background: url('../images/common/icon_home.png') no-repeat 10px 11px; text-indent: -9999px }
#DB_navi39 ul li.m0.DB_select a { background-position: 13px -24px; background: url('../images/common/icon_home.png') no-repeat 10px 11px; }
#DB_navi39 .DB_main .DB_sub { position: absolute; left: 0; top: 45px; width: 100%; display: none; background: #ffffff; border: 1px solid #1b8d27; border-width: 1px; margin-left: -1px; z-index: 999 }
#DB_navi39 .DB_main .DB_sub li { border: none; border-bottom: 1px solid #cccccc }
#DB_navi39 .DB_main .DB_sub li a { display: block; color: #666666; line-height: 40px; background: #ffffff }
#DB_navi39 .DB_main .DB_sub li a:hover { color: #ffffff; background: #1b8d27 }
#DB_navi39 .DB_main .DB_sub li.DB_select a { color: #ffffff; background: #1b8d27 }
.sticky-navigation.stuck { position: fixed; top: 0; box-shadow: 0 2px 4px rgba(0, 0, 0, .2); width: 100%; z-index: 999 }
#DB_navi39 ul li.DB_main a b { display: none; }
.sub_tit p { float: right; margin-top: -3em; }
.sub_tit p img { margin-top: 5px; margin-right: 5px; }
/* Äü¸Þ´º */
#quick { position: absolute; right: 20px; top: 300px; width: 100px; overflow: hidden; border: 1px solid #ccc; z-index: 999 }
#quick ul li:first-child a { font-weight: bold; color: #fff; font-size: 1.5em }
#quick ul li:first-child { background: #f1592a; }
#quick ul li:last-child { background: #b4b4b4; padding: 0.5em }
#quick ul li:last-child a { color: #fff; }
#quick ul li { background: #fff; padding: 1em 0.5em; text-align: center; border-bottom: 1px solid #CCC }
/* ¼­ºê¸Þ´º*/
.leftmenu { width: 100%; margin: 0 2em 0 0; border-bottom: 1px solid #ccc; overflow: hidden }
.sub_head { border-bottom: 2px solid #ddd; padding: 0 0 1em 0; font-size: 1.5em; display: none }
.sub_head h2 { font-weight: bold; font-size: 1.2em; }
.left_dep2 { }
.left_dep2 li { float: left; width: 220px; /*height:36px;*/ padding: 0; display: inline-block; margin: 0; }
.left_dep2 li a { margin: 0; padding: 0; display: block; background: url(../images/common/submenu_out.jpg) no-repeat right }
.left_dep2 li a:link, .left_dep2 li a:hover, .left_dep2 li a:visited, .left_dep2 li a:active { padding: 10px 0 10px 50px; letter-spacing: 0px; }
.left_dep2 li a.select { font-weight: bold; padding: 10px 0 10px 50px; background: url(../images/common/submenu_on.jpg) no-repeat left; color: #fff; }
.sub_tit { margin-bottom: 3em; }
/* ¼­ºê °øÅë */
.sub_con { width: 100%; min-height: 500px; overflow: hidden; position: relative; padding: 0 0 30px 0 }
.sub_con h3 { font-weight: bold; font-size: 2.5em; margin: 1.5em 0 0.5em 0; padding: 0.7em 0 0 0; text-align: center; background: url(../images/common/h3_bg.png) no-repeat top center }
.sub_box { position: relative; overflow: hidden }
.h4_box { padding: 2em; background: #023e74; color: #fff; overflow: hidden; width: 50%; position: absolute; top: 50px; right: 0; z-index: 9 }
h4 { font-size: 30px; font-weight: 600; background: url(../images/common/sub_tit2.png) no-repeat top center; padding: 20px 0 0 0; margin: 2em 0; text-align: center; }
.h4_box p { color: #fff; }
.sub_con h4 span { color: #f1592a; }
.sub_con h5 { font-weight: bold; font-size: 1.2em; clear: both; margin: 0 0; margin: 0 0 30px 0 }
.sub_con h6 { font-weight: bold; font-size: 1.5em; background: url(../images/common/h6_bg.jpg) no-repeat top left; padding: 0 0 0 40px; clear: both; margin: 0 0 30px 0 }
.s_tit { font-family: 'Titillium Web', sans-serif; font-weight: 500; font-size: 20px; }
.s_tit span { font-weight: bold !important; color: #008000; letter-spacing: -1px; font-size: 38px; font-weight: bold; }
/* »çÁø ¸ð´Þ */
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }
.pic { float: left; display: inline-block; margin: 0 15px 30px 0; width: 31%; text-align: center; vertical-align: top }
.pic img { width: 100%; display: block; }
.pic a { width: 100%; height: 100%; text-indent: -99999px; display: block; background: #444 url(../images/common/tit_bg.png) no-repeat bottom right; color: #fff; font-weight: bold; border: 1px solid #ccc; line-height: 3 }
.col1 { width: 48% !important; }
.col2 { width: 45% !important; }
.col4 { width: 24% !important; }
.col { width: 100% !important; }
.fac { float: none !important; }
/* È¸»ç°³¿ä */
.b01_01 { background: url(../images/sub01/com_int.jpg) no-repeat top center; overflow: hidden; height: 400px; }
.business_info { background: none; margin: -200px auto 0 auto; }
.business_info .box { float: left; width: 250px; padding: 30px; color: #fff; background: #647d55 url(../images/common/portfolio_bg.png) no-repeat bottom right; }
.business_info .box h2 { text-align: center; font-weight: normal; font-size: 30px; }
.business_info .box h2 img { display: block; text-align: center; margin: 0 auto; }
.business_info2 .box h2 img { width: 100%; }
.business_info .box h2 span { display: block; font-family: 'Titillium Web', sans-serif; font-size: 18px; text-transform: uppercase; }
.business_info .box dl { overflow: hidden; padding: 20px; text-align: center; font-size: 16px; font-weight: 600; }
.business_info .box dl dt { border-bottom: 1px solid #fff; }
.business_info .txt { float: left; width: 68%; margin: 200px 0 0 0; padding: 20px; text-align: left; font-size: 19px; background: none; }
.inner_int { position: relative; text-align: center; }
.inner_int .com_int { display: inline-block; width: 30%; clear: both; float: none; margin: 0 0 2em 0; }
.inner_int .com_int span { font-size: 22px; line-height: 60px; font-weight: 600; }
.com_T { border-top: 2px solid #008000 !important; margin-bottom: 4em; }
.com_T th { background-color: #ececec !important; color: #333333 !important; }
/* ÀÎ»ç¸» */
.greeting { overflow: hidden; width: 100%; }
.greeting_left { float: left; width: 50%; padding-top: 1em; }
.topLint { margin-top: 2em; background: url(../images/sub01/int_bar.png) no-repeat top; background-position: 56% 0%; }
.greeting .mb30 .int_tit { font-style: normal; font-weight: 600; font-size: 20px; }
.greeting .greeting_right .mb30 { text-align: left; }
/* ¼Ò°³ */
.colm3 { overflow: hidden; }
.colm3 li { float: left; width: 31%; margin: 0 20px 0 0; background: url(../images/sub01/info02_bg.jpg) no-repeat; background-size: cover; height: 400px; text-align: center; }
.colm3 li:first-child { background: url(../images/sub01/info01_bg.jpg) no-repeat; background-size: cover; height: 400px; }
.colm3 li:last-child { background: url(../images/sub01/info03_bg.jpg) no-repeat; background-size: cover; height: 400px; }
.colm3 li p { padding: 1em; color: #fff; font-weight: bold; font-size: 1.3em }
.colm3 li img { width: 100%; margin: 0 0 3em 0 }
/* ¿¬Çõ */
.history h4 { font-family: 'Titillium Web', sans-serif; text-transform: uppercase; text-align: center; font-size: 50px; color: #171b28; margin: 0; padding-bottom: 0; font-weight: 100 }
.history ul { position: relative; overflow: hidden; width: 100%; background: url(../images/sub01/history_bg.png) repeat-y top center }
.history ul li.left { background: url(../images/sub01/history_left.png) no-repeat right 5px; float: left; text-align: right; padding-right: 62px; width: 44.4% }
.history ul li:first-child { margin-top: 0px; }
.history ul li.right { background: url(../images/sub01/history_right.png) no-repeat left 5px; float: right; text-align: left; padding-left: 62px; width: 44.4% }
.history ul li:last-child { margin-bottom: 0px; }
.history ul li { margin: 0; margin-top: 0px; width: 50%; clear: both; font-size: 18px; vertical-align: middle; }
.history ul li span { color: #647d55; font-size: 24px; display: block; letter-spacing: 0.5px; }
.history ul li img { padding-top: 10px; }
.history_img { width: 90%; margin: 0 auto; }
.history_img img { width: 100%; }
.history_tab { width: 90%; margin: 20px auto; }
.history_tab ul { width: 100%; }
.history_tab ul li { width: 33%; }
.historyList { width: 90%; margin: 40px auto;     /*background: url(../images/sub01/dot_h.png) repeat-y 18% top; */ }
.historyList .year { border-top: 1px solid #ececec; position: relative; padding: 40px 0 40px 12%; }
.historyList .year:first-child { border-top: 2px solid #1b8d27; }
.historyList .year > dt { top: 20px; position: absolute; left: 0; font-size: 40px; font-weight: 600; color: #1b8d27; font-family: 'Titillium Web', sans-serif; }
.historyList .month { position: relative; padding-left: 38px; }
.historyList .month:first-child { margin-top: 0; }
.historyList .month > dt { text-align: right; padding-right: 10px; width: 5%; line-height: 24px; font-size: 16px; position: absolute; left: 0; top: 0; font-weight: 600; }
.historyList .month > dd { line-height: 24px; font-size: 16px; }
.historyList .month > dd > p { background: url(../images/sub01/green_sq.png) no-repeat left 9px; padding-left: 20px; text-align: left; margin-left: 5%; }
/* °æ¿µÀÌ³ä */
.inner_vision h4 { font-size: 35px; }
.inner_vision { margin-bottom: 4em; }
/* ÀÎÁõÇöÈ² */
.inner_cer { position: relative; text-align: center; }
#gallery { overflow: hidden; margin-top: 2em; }
#gallery .pic2 { display: inline-block; margin: 0 20px 20px 0; width: 20%; float: none; }
#gallery .pic2 a { padding: 10px; display: block; background: #fafafa; width: auto; }
#gallery .pic2 img { width: 100%; border: 1px solid #cccccc; }
#gallery .pic2 p { font-weight: bold; padding: 20px 0; }
#gallery .pic2 span { display: block; font-weight: 100; font-size: 0.9em; padding: 20px 0; border-top: 1px solid #ccc; margin: 10px 0 0 0; }
#gallery .pic3 { display: inline-block; margin: 0 20px 20px 0; width: 28%; }
#gallery .pic3 a { margin-bottom: 3em; }
/* ÁÖ¿ä°í°´ */
.inner_cus { margin-bottom: 5em; }
.cus_box { border-top: 2px solid #647d55; margin: 2em 0 5em 0; }
.cus_box li { position: relative; display: table; float: left; width: 24.8%; height: 200px; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.cus_box li:nth-child(4n) { border-right: 1px solid #e1e1e1; width: 25%; }
.cus_box li a { display: table-cell; vertical-align: middle; }
/* ¿À½Ã´Â±æ */
.division { overflow: hidden; padding: 20px 0; position: relative }
.division p { float: left; width: 40%; margin: 0 20px 0 0; text-align: left }
.division_con { float: left; width: 50%; text-align: left }
.dt_tit { overflow: hidden; margin: 0 0 20px 0; border-bottom: 1px solid #ccc; padding: 0 0 20px 0 }
.dt_tit dt { font-weight: bold; font-size: 24px; }
.dt_con dt, .dt_con dd { padding: 3px 0; }
.dt_con dt { float: left; clear: both; display: inline-block; font-weight: bold; color: #1b8d27; width: 20%; }
.map_box { text-align: center; }
.map_info .box { float: right; }
.map_info .txt { text-align: right; }
.map_info .txt span { color: #008000; font-weight: 600; font-size: 22px; }
.map_box2 { margin: 2em 0 4em 0; }
/* ÀÎÀç»ó */
.pers_box h4 span { font-size: 30px; color: #333333; }
.pers_box h4 b { color: #008000; }
.pers_box h4 { font-size: 24px; line-height: 50px; padding-top: 30px; }
.pers_box ul { display: inline-block; margin: 2em 0 6em 0; }
.pers_box li { float: left; margin: 0 0.5em; }
.pers_box .pers_li_bg { margin-top: 8em; }
.pers_box li p { margin: 2em 0; }
.pers_box2 h4 { font-size: 18px; font-weight: 500; margin: 2em 7em 3em 7em; line-height: 35px; }
.pers_box ul { width: 100%; margin: 2em 0 0 0; }
.pers_box2 li { margin: 0; width: 25%; }
.pers_box2 li p { margin: 10px 0; font-weight: 600; font-size: 18px; }
.pers_box2 li div { padding: 0 3em; }
.pers_box ul:last-child { margin: 2em 0 6em 0; }
/* »ý»ê¼³ºñ */
.business_icon { overflow: hidden; }
.business_icon li { display: inline-block; text-align: center; width: 16%; }
.business_icon p { padding: 0 10px; border: 4px solid #c8d7c8; margin: 5px; }
.business_icon li img { display: block; text-align: center; margin: 0 auto; width: 100%; }
#portfolio { width: 100%; overflow: hidden; padding: 0; text-align: left; margin-top: 50px; }
ul.thumbs { padding: 0; overflow: hidden; text-align: center; }
ul.thumbs li { display: inline-block; /*height: 180px;*/ overflow: hidden; padding: 0; /*float: left;*/ position: relative; text-align: center; margin: 0 25px 0 0; padding: 0 0 30px 0 }
ul.thumbs li:last-child { margin-right: 0; }
ul.thumbs > li { width: 28% !important; }
ul.thumbs li img { margin: 0 0 20px 0; text-align: center; width: 99%; border: 1px solid #dedede; }
ul.thumbs li p { text-align: center; padding-bottom: 5px; width: 100%; font-size: 20px; /*position:absolute; left:0; bottom:20px; background:#333; color:#fff; */ }
ul.thumbs li a.thumbnail { display: block;	/*overflow: hidden;*/ box-sizing: border-box; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; z-index: 9; width: 100%; height: 100%; }
ul.thumbs li a.thumbnail .description { padding: 0; position: absolute; height: 0; left: 0; bottom: 0; width: 100%; box-sizing: inherit; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; color: #fff; background-color: rgba(0, 0, 0, 0.5); font-size: 1.1em; padding: 100px 12px; line-height: 16px; box-sizing: inherit; text-align: center; font-weight: bold; }
ul.thumbs li a.thumbnail .active-arrow { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #ebebeb; bottom: 0px; zindex: 99; position: absolute; left: 0; right: 0; margin: 0 auto; }
ul.thumbs li a.thumbnail:hover .description { height: 100%; opacity: 1; }
ul.thumbs li.content { width: auto !important; display: none; background: none;/* height: 300px;*/ overflow: hidden; position: relative; padding: 20px 0; background: #ebebeb url(../images/common/portfolio_bg.png) no-repeat bottom right; margin: 0 auto; margin-top: -10px; }
ul.thumbs li.content h3 { display: inline-block; }
ul.thumbs li.content .close { position: absolute; top: 10px; right: 10px; color: #444444; cursor: pointer; font-weight: normal; font-family: -webkit-pictograph; font-size: 50px; line-height: 35px; z-index: 999 !important; }
ul.thumbs li.content .close:hover { opacity: 0.7; }
ul.thumbs li.content .media { display: inline-block; float: none; width: 100%; text-align: left; min-height: 200px; color: #fff; }
ul.thumbs li.content .media .detail {/* position:absolute; width:210px; top:25px; right:20px */ float: left; width: 63%; margin-left: 4%; }
ul.thumbs li.content .media .detail h4 { color: #444444; text-align: left; font-size: 24px; background: url(../images/sub02/business_tit.png) no-repeat top left; padding: 0; margin: 0 !important }
ul.thumbs li.content .media p { color: #444444; text-align: left !important; margin: 0 0 20px 0; background: none !important; position: relative !important; padding: 0 !important }
ul.thumbs li.content .media img { float: left; margin: 10px 0px 30px 0px; width: 32% }
ul.thumbs li.content .accordion-box { clear: both; }
.detail ul li { background: url(../images/sub04/arrow.png) no-repeat 100% 30%; padding: 0 10px 0 0; }
.detail ul li:last-child { background: none !important; }
.detail ul li span { display: block; padding: 10px; vertical-align: auto; background: #039; color: #fff; }
.portfolio-content { display: none; }
ul.thumbs li a.thumbnail .description { }
ul.thumbs li.content .media .detail_new h4 { text-align: left; font-size: 30px; background: url(../images/sub02/business_tit.png) no-repeat top left; margin: 0 !important; padding: 0; }
ul.thumbs li.content .media .detail_new h5 img { width: auto !important; border: none !important }
ul.thumbs li.content .media .detail_new { margin-left: 2%; margin-top: 10px; color: #444444; }
ul.thumbs li.content .media .detail_new p{font-size:1em}
.detail_ul li{display:inline-block; width:22% !important;}
.detail_ul li img{width:100% !important; margin:0 !important}
.detail_ul li span{display:inline-block; background:#063; color:#fff; font-weight:bold ; width:100%}
.accordion { position: relative; display: inline-block; width: 100%; font-weight: 700; color: #74777b; vertical-align: middle; }
.accordion h5 { position: relative; font-size: 18px; text-align: left; color: #444444; background: none; padding: 5px 0 5px 30px !important; background: url(../images/common/sub_tit2.png) no-repeat 0% 60%; margin: 0 0 15px 0; }
.accordion-desc { z-index: 2; margin-left: 10px; margin-top: 5px; }
.accordion-desc ul li { display: inline-block; width: 24%; float: left; margin: 0 10px 0 0 !important }
.accordion-desc ul li img { width: 100% !important; }
.accordion-desc .detail p { font-size: 18px; }
.accordion-desc .detail_pd { clear: both; margin-top: 20px; width: 100%; }
.accordion-desc .detail_pd img { width: auto !important; margin-top: 30px !important; margin-bottom: 20px !important; }
.accordion-desc .detail_pd_m { display: none; }
.accordion h5:hover { cursor: pointer; }
.accordion-container { width: 96%; margin: 0 auto; margin-top: 10px; }
ul.thumbs li.content .media .accordion-desc ul li img { margin: 0 0 10px 0; }
ul.thumbs li.content .media .accordion-desc ul li p { width: auto; margin: 0; border: 1px solid #fff; font-size: 13px; text-align: center !important; padding-bottom: 10px !important; }
ul.thumbs li.content .media .detail .accordion_tb { width: 100%; }
ul.thumbs li.content .media .detail .accordion_tb th { background-color: #008000; text-align: center; border-right: 1px solid #fff; padding: 5px 0; }
ul.thumbs li.content .media .detail .accordion_tb td { background-color: #fff; font-weight: 600; }
ul.thumbs li .pd_img { clear: both; }
/* ½ÃÇèºÐ¼® */
.business { float: left; display: inline-block; width: 23%; margin: 0 10px 10px 0; border-right: 1px solid #CCC; border-left: 1px solid #CCC; border-bottom: 1px solid #CCC; }
.business dt { background: #023f73; text-align: center; font-weight: bold; color: #fff; padding: 10px; border-top: 3px solid #3497c3 }
.business dd { padding: 10px 0 10px 20px; background: url(../images/common/li_bg.png) no-repeat 8px 15px; }
/* Å×ÀÌºí */
.comm_table { border-top: 2px solid #288ab9; border-collapse: collapse; padding: 0; width: 100%; }
.comm_table caption { display: none }
.comm_table tr { background: #fff; border: 1px solid #ddd; padding: .35em; }
.comm_table th, table td { padding: .625em; text-align: center; border: 1px solid #ddd; }
.comm_table th { text-transform: uppercase; background: #023f73; border-color: #FFF; color: #fff; font-weight: bold; }
.comm_table td img { text-align: center; }
.comm_table td.left { text-align: left !important; }
/* ÄÁ¼³ÆÃ */
.sub04_icon_b { margin-left: 15px; }
.sub04_icon { width: 30%; height: 200px; border: 2px solid #023e74; float: left; text-align: center; padding: 20px 0 0 0; margin-right: 12px; margin-bottom: 20px; position: relative; }
.sub04_icon div { width: 100%; height: 40px; background-color: #023e74; color: #fff; line-height: 40px; font-weight: 600; position: absolute; bottom: 0; }
.sub04_icon div a { text-decoration: none; color: #fff; }
.sub04_icon img { margin-top: 5px; }
/* ÁÖ¿ä»ç¾÷ */
.business_warp { width: 100%; padding-top: 250px; }
.busi01 { background: url(../images/sub02/business01.jpg) no-repeat center top; }
.busi02 { background: url(../images/sub02/business02.jpg) no-repeat center top; }
.busi03 { background: url(../images/sub01/com_int.jpg) no-repeat top center; }
.busi04 { background: url(../images/sub04/rnd01.jpg) no-repeat top center; }
.busi05  { background: url(../images/sub02/business03.jpg) no-repeat top center; }
.business_b { max-width: 1100px; background-color: #fff; padding-top: 2em; }
.business .btn_area { overflow: hidden; padding-bottom: 45px; padding-top: 8px; text-align: center; }
.btn_area .btn_show_pdf { border: 1px solid #999; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 180px; height: 42px; display: inline-block; font-size: 14px; line-height: 41px; margin: 0 7px; padding-right: 40px; padding-left: 10px; letter-spacing: -0.9px; background: url(../images/sub02/icon_pdf.jpg) no-repeat 90% center; }
.top_p_box { text-align: center; font-size: 18px; }
.top_p_box2 { text-align: center; margin-bottom: 2em; }
.top_p_box2 .top_tit { font-size: 30px; font-weight: 500; line-height: 1; color: #333; padding-top: 35px; padding-bottom: 10px; }
.top_p_box2 .hr_line { display: block; width: 26px; margin: 15px auto; border-top: 2px solid #003381; position: relative; }
/* ·Î±×ÀÎ */
.login { width: 80%; margin: 0 auto; overflow: hidden; border: 1px solid #CCC; border-top: 3px solid #ed1c24; padding: 1em; text-align: center }
.login dl { margin: 0 auto; width: 50%; }
.login dl dt { float: left; width: 20%; margin: 0.5em 0 }
.login dl dd { float: left; width: 80%; margin: 0.5em 0 }
/* »çÀÌÆ®¸Ê */
.sitemap { border: 1px solid #CCC; border-top: 3px solid #023e74; width: auto; margin: 0 0 3em 0; overflow: hidden; padding: 10px; }
.sitemap h2 { width: 20%; background: #789db7; font-size: 1.2em; text-align: center; color: #fff }
.sitemap ul { }
.sitemap ul li { display: inline-block; width: 21%; padding: 1em; background: url(../images/common/li_bg.png) no-repeat 0 20px }
.sitemap ul li a { display: block; }
.dropdown { display: none; }
/* ÅÇ */
.tab { text-align: center; }
.tab li { display: inline-block; }
.tab li a { display: block; background: #eaeaea; height: 40px; line-height: 40px; }
/*.tab li a:hover { background: #333 !important; color: #fff; }*/
.select a { background: #15236c !important; font-weight: bold; color: #fff; }
.li4 li { width: 23%; }
.li5 li { width: 18%; display: inline-block; }
.hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #333; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active { color: white; }
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #a59b89; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-top:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white; }
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); }
/*effect-underline*/
a.effect-underline:after { content: ''; position: absolute; left: 0; display: inline-block; height: 1em; width: 100%; border-bottom: 1px solid; margin-top: 10px; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
a.effect-underline:hover:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
/*effect-box*/
a.effect-box:after, a.effect-box:before { content: ''; position: absolute; left: 0; display: inline-block; height: 1em; width: 100%; margin-top: 10px; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; }
a.effect-box:before { border-left: 1px solid; border-right: 1px solid; -webkit-transform: scale(1, 0); transform: scale(1, 0); }
a.effect-box:after { border-bottom: 1px solid; border-top: 1px solid; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
a.effect-box:hover:after, a.effect-box:hover:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
/* effect-shine */
a.effect-shine:hover { -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%); -webkit-mask-size: 200%; animation: shine 2s infinite; }
 @-webkit-keyframes shine { from {
 -webkit-mask-position: 150%;
}
to { -webkit-mask-position: -50%; }
}
/* ÅÍÄ¡ ½½¶óÀÌµå */
.jssorb051 .i { position: absolute; cursor: pointer; }
.jssorb051 .i .b { fill: #fff; fill-opacity: 0.5; stroke: #000; stroke-width: 400; stroke-miterlimit: 10; stroke-opacity: 0.5; }
.jssorb051 .i:hover .b { fill-opacity: .7; }
.jssorb051 .iav .b { fill-opacity: 1; }
.jssorb051 .i.idn { opacity: .3; }
.jssora051 { display: block; position: absolute; cursor: pointer; }
.jssora051 .a { fill: none; stroke: #fff; stroke-width: 360; stroke-miterlimit: 10; }
.jssora051:hover { opacity: .8; }
.jssora051.jssora051dn { opacity: .5; }
.jssora051.jssora051ds { opacity: .3; pointer-events: none; }
 @media all and (min-width:1025px) {
#header h1 { float: left; padding: 1em 0; position: relative; z-index: 111; margin-right: 3%; }
#hsec1 { padding: 0px 0px; }
#hsec1 .d_container { position: relative }
#hsec1 .con1 { display: none }
#hsec1 .con2 { text-align: left }
#hsec1 .con2 .mo { display: none }
#hsec1 .con3 { position: absolute; right: 0; top: 0 }
#hsec2 { position: relative; padding: 1em 0 }
#d_lnb_bg { position: absolute; left: 0; top: 80px; width: 100%; background: #ffffff url(../images/common/menu_bg.jpg) no-repeat top center; box-sizing: border-box; height: 0; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc }
#d_lnb { height: 50px }
#d_lnb h2 { display: none }
#d_lnb li { position: relative; float: left; width: 13%; text-align: center; padding-bottom: 10px; }
#d_lnb li > a { font-size: 18px; font-weight: 800; color: #444444; line-height: 50px }
#d_lnb li > a:hover, #d_lnb li.on > a { color: #444444; padding: 0 0 2px 0 }
#d_lnb li.on { /*border-bottom: 10px solid #fa0001;*/ box-sizing: border-box; }
#d_lnb li.on .sub { /*background: #fa0001;*/ }
#d_lnb li .sub { display: block; background: none; position: absolute; width: 100%; top: 70px; height: 0; overflow: hidden; z-index: 100; }
#d_lnb li .sub dl { padding: 0px 15px; text-align: center; /*border-left: 1px solid #e6e6e6;*/ min-height: 220px; }
#d_lnb li .sub dd { padding: 1px 0; border: none; }
#d_lnb li .sub dd a { font-size: 13px; padding: 0px; color: #505050; }
#d_lnb li.on .sub dd a { color: #505050; font-weight: 500; }
#d_lnb li.on .sub dd a:hover { font-weight: 600; color: #129b07; }
#d_lnb li.on dl { border-left: 0px; }
#d_lnb li .sub dd a:hover { text-decoration: none; }
#d_lnb_mask { display: none }
.topmenu_icon { position: absolute; right: -5px; top: 28px; z-index: 999 }
.topmenu_icon li { display: inline-block; padding: 0 0.5em; }
.topmenu_icon .tmenu_b { background-image: url("../images/main/main_icon_bg.jpg"); background-repeat: no-repeat; background-position: 0 60%; padding-left: 15px; }
.topmenu_icon li a { font-size: 14px; }
.topmenu_icon a img { margin-top: 2px; }
.mob_login { display: none; }
}
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0;
}
.flex-caption { width: 100%; padding: 1em; background: #333; color: #fff; position: absolute; bottom: 0; }
.flex-direction-nav a { background: #000; text-decoration: none; display: block; text-align: center; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 30px; display: inline-block; content: '<'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
.flex-direction-nav a.flex-next:before { content: '>'; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;
}
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
.flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}


/* ¸ð¹ÙÀÏ */
@media all and (max-width:1024px) {
body.lnb_on { overflow: hidden }
body.lnb_on #d_lnb_mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/common/lnb_mask_bg.png'); z-index: 990 }
#hsec1 { padding: 1em 0px; }
#hsec1 .d_container { position: relative }
#hsec1 .con1 { position: absolute; left: 0; top: 0; padding: 14px 10px; cursor: pointer }
#hsec1 .con2 { text-align: center }
#hsec1 .con2 .pc { display: none }
#hsec1 .con3 { position: absolute; right: 0; top: 0 }
#hsec2 { }
.snb { left: 20px; }
#d_lnb { position: fixed; left: -100%; top: 0; width: 80%; height: 100%; background: #fff; z-index: 991 }
#d_lnb h2 { position: relative; text-align: center; color: #333; padding: 50px 0 20px 0; border-bottom: 1px solid #ddd; width: 80%; margin: 0 auto }
#d_lnb h2 .close { position: absolute; right: 10px; top: 10px; cursor: pointer }
#d_lnb li { border-bottom: 1px solid #ddd }
#d_lnb li.on > a { color: #fff; background:#008000 }
#d_lnb li > a { display: block; padding: 10px 25px; font-size: 13px; font-weight: 600 }
#d_lnb li .sub { background: #f5f5f5; display: none; }
#d_lnb li .sub dd { border-top: 1px solid #ddd }
#d_lnb li .sub dd a { display: block; padding: 10px 35px; }
#d_lnb li .sub dd a:hover { text-decoration: underline }
#header { border-bottom: 1px solid #ccc; }
.sub_con h3 { text-align: center; margin: 0 0 10px 0; font-size: 1.8em ; background-size:8%}
.sub_path { position: relative; top: auto; right: auto; text-align: center; color: #333; z-index: 1 !important; }
.sub_top { display: none; }
.shipping { display: block; width: auto; }
.process dt, .process dd { float: none; width: auto; }
.process dt { background: #023e74; padding: 0 }
.process2 { width: 99%; }
footer { width: auto; padding: 2em }
.inner { padding: 0.7em; max-width: 100%; width: auto }
.leftmenu { display: none; }
.sub_con { float: none; width: auto; padding: 1em }
.sub_con h4 { font-size: 1.5em; }
.half { float: none; width: auto; }
#tabs li a, #tabs2 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a { padding: 0.5em 1em; }
.bigtabs { width: 100% !important; }
.sub_con h4 { font-size: 1.5em; }
.pic { width: 43%; }
.fac { width: 100% !important }
#tabs li, #tabs2 li, #tabs3 li, #tabs4 li, #tabs5 li { width: 48%; }
.history dt, .history dd { float: none; width: auto; }
.history dt { background: url(../images/sub01/history_bg.jpg) repeat-x 100% 100%; }
.business { width: 45%; height: 230px; }
.comm_table { }
.comm_table caption { font-size: 1.3em; }
.comm_table thead { display: none; }
.comm_table tr { border-bottom: 1px solid #ddd; display: block; margin-bottom: .625em; background: none; }
.comm_table td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right; }
.comm_table td:before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }
.comm_table td:last-child { border-bottom: 0; }
#quick { display: none; }
.application_form dt { float: none; width: 100%; }
.application_form dd { float: none; width: 100%; }
.comm_input { width: 100%; }
.comm_dl dt, .comm_dl dd { float: none; width: 100%; }
.bus p { float: none; margin: 0 auto; }
.bus ul { float: none; width: 100%; }
.flow li { width: 34%; margin: 1em 0; }
footer ul li { padding: 0 0.3em 0 0; }
footer p { float: none; text-align: center; margin: 0 auto; position: relative }
#slider1_container { height: 300px !important; }
.box { margin: 0 0.5em 0.5em 0; }
.mind01, .mind02 { width: 100%; }
.mind01 dl, .mind02 dl { }
.mind03, .mind04, .mind05, .mind06 { width: 47%; }
.mind03 img, .mind04 img, .mind05 img, .mind06 img { height: 300px; }
.box dl dt { font-size: 1.2em; }
.main_news { float: none; width: 100%; overflow: hidden; padding: 0 }
.main_con { padding: 1em; width: auto; }
.main_news h2, .main_edulist h2 { text-align: center; }
.news_con { float: none; width: auto; padding: 0; margin: 0 0 1em 0 }
.icon_banner { float: none; width: 100%; overflow: hidden; margin: 0 }
.main_edulist { float: none; width: auto; }
.bottom_bg { display: none; }
.bottom_img { display: none; }
.edu_thumb { width: 32%; }
.text { font-size: 1em; }
.topmenu_icon { display: none; }
.login { width: auto; }
.login dl { width: 90%; }
.login dl dt { width: 30%; }
.login dl dd { width: 70%; }
.sitemap h2, .sitemap ul { float: none; width: auto }
.sitemap ul li { width: 30% }
.mob_login li a { display: block; color: #fff; padding: 0.5 1em !important; font-size: 0.8em }
.mob_login li { display: inline-block; background: #333; border-radius: 5px }

/* µå·Ó´Ù¿î */
.dropbtn { border: 1px solid #ccc; cursor: pointer; width: 100%; padding: 0.5em 0; background: #fff url(../images/common/mob_menu.jpg) no-repeat 90% }
.dropdown { position: relative; display: inline-block; width: 100%; margin: 0 0 30px 0 }
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; width: 100%; z-index: 999999; border: 1px solid #CCC }
.dropdown-content a { color: black; padding: 0.5em 0; text-decoration: none; display: block; }
.dropdown-content a:hover { background-color: #333; color: #fff }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color: #f9f9f9; }
/* ¸ÞÀÎ */
.section_box .main_tit span{font-size:2em}
.m_business{display:inline-block; width:46%}
.m_business div img{width:100%}
.m_business_t{font-size:1.2em}
.m_business01{padding:0}
.m_business_t img{width:40%}


.m_icon_box ul li{width:32%; font-size:0.8em}
.m_icon_box ul li span{font-size:1em}

.m_notice{margin:0}
.m_notice .notice{height:auto; overflow:hidden}
.m_notice .notice_bt img{display:none}
.m_board_B{width:100%}
.m_cd, .m_map{background-size:30%}
footer{text-align:center}
footer ul{text-align:center; width:100%}

address{float:none; width:auto; text-align:center}
footer img{float:none;}

/* ¼­ºê */
#DB_navi39{background-image:none}
#DB_navi39 ul li.m1{display:none}
.sub_tit p{float:none; margin:0}
.top_p_box2 .top_tit{font-size:1.3em}
.inner_int .com_int img{width:100%}
.inner_int .com_int span{font-size:1em}
.comm_table th{background:none; color:#333}

/* ÀÎ»ç¸» */
.greeting_left{float:none; width:auto;}
.greeting_left img{width:100%}

/* °øÅë */
.history_tab ul li{width:32%}
.li4 li{width:48%}
.sub_txt{font-size:1.5em}
.mob_img{width:100%}
.comm_table td{text-align:left}

/* ¿¬Çõ */
.historyList .year{padding:0}
.historyList .year > dt{font-size:1.5em; position:relative; float:left; width:20%; clear:both; top:auto; left:auto}
.historyList .year > dd{float:right; width:70%}
.historyList .month > dt{width:auto}

/* ÀÎÁõÇöÈ² */
#gallery .pic2{margin:0; width:46%; vertical-align:top; }
#gallery .pic{min-height:150px}

/* ÁÖ¿ä°í°´ */
.cus_box img{width:100%}
.cus_box li,
.cus_box li:nth-child(4n){display:inline-block; width:49.5%; height:auto}
.cus_box li:nth-child(2n){border-right: 1px solid #e1e1e1}

/* ¿À½Ã´Â±æ */
.business_info{margin:0}
.business_info .txt{float:none; width:auto; text-align:center !important; margin:0}

/* »ç¾÷ºÐ¾ß */
ul.thumbs li{padding:0; margin:0; width:49% !important; vertical-align:top}
ul.thumbs li.content .media{width:auto; padding:1em}
ul.thumbs li.content .media .detail_new h4{font-size:1.5em}

/* ¼³ºñÇöÈ²*/

.division p{float:none; width:auto; margin:0}
.division p img{width:100%}
.division_con{float:none; width:auto}
.dt_tit dt{font-size:1.3em}
.dt_con dt{width:30%}

ul.thumbs li.content .media img{float:none; width:100%; margin:0}
ul.thumbs li.content .media .detail{float:none; width:auto; margin:0}

/* ¿¬±¸¼Ò */
.column3 img{width:100%}
.column3{width:23%}

/* ÀÎÀç»ó */
.pers_box h4 span{font-size:1em}
.pers_box2 h4{margin:0}
.pers_box2 li{width:50%}
.pers_box2 li div{padding:0 1em}
}
