@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );
* { 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-family: 'NanumSquare', sans-serif !important; font-size: 16.5px; color: #333; line-height: 1.6; padding: 0; margin: 0 ; font-weight:500; letter-spacing:-1px}
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; }
.inner { width: 100%; max-width: 1100px; overflow: hidden; margin: 0 auto; padding: 0; }
.inner_img { text-align: center; }
.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%; overflow: hidden; padding: 2em 0; background: url(../images/common/sub_bg01.jpg) no-repeat top center; background-size: 100% }
.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 }
/* ¼¿·ºÆ®¹Ú½º ¶óµð¿À¹öÆ° */
.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; /* background color transition */ -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: #007ee8 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_about { overflow: hidden; padding: 5em 0 }
.main_about img { width: 100% }
.about_left { width: 50%; float: left }
.about_right { width: 50%; float: left }
.about_right p { color: #fff; font-size: 1.2em; padding: 2.2em; background: #253a64 url(../images/common/safe_bg.png) no-repeat top right; }
.about_right ul li { float: left; width: 50%; }
/* ¸ÞÀÎ ºñÁî´Ï½º */
.main_business { overflow: hidden; background: url(../images/main/busines_bg.jpg) no-repeat top center; padding: 5em 0 }
.main_business h2 { font-family: 'Titillium Web', sans-serif; font-weight: bold; color: #fff; font-size: 3em; text-align: center; margin: 0 0 1em 0 }
.business_con { width: 22%; margin: 1%; display: inline-block; overflow: hidden; height: 400px; background: #fff; }
.business_con p { overflow: hidden }
.business_con p img { width: 100%; transition: all 0.2s }
.business_con p img:hover { transform: scale(1.2) }
.business_con dl { padding: 1em }
.business_con dl dt { font-weight: 900; font-size: 1.2em; margin: 0 0 1em 0 }
.business_con dl dd { font-size: 0.9em }
/* ¸ÞÀÎ °øÁö»çÇ× */
.main_notice { overflow: hidden; padding: 3em 0 }
.notice_con { overflow: hidden }
.notice_con dt { font-weight: bold; font-size: 1.3em }
.notice_con dd { padding: 0.5em 0; border-bottom: 1px solid #ccc }
.notice_con dd span { display: block; }
/* Ä«ÇÇ¶óÀÌÆ® */
footer { width: 100%; padding: 1em 0; background: #f2f2f2; position: relative; }
footer ul { padding: 1em 0; text-align: center }
footer ul li { display: inline-block; padding: 0 1em  }
footer ul li a { color: #959595; font-weight: 900; font-size: 0.9em }
address { font-weight: 500; font-size: 14px; padding: 1em 0; text-align: center; border-top:1px solid #ccc }
address span { font-weight: bold; color: #007ee8; }
footer p {margin:0 auto; text-align:center; padding:1em 0}
/*¼­ºêÆäÀÌÁö*/
.sub_container { background: url(../images/common/subbg.jpg) no-repeat top right }
.sub_top { color: #fff; height: 250px; width: 100%; margin: 0 auto; }
.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; }
.sub_top p { color: #fff; max-width: 1100px; width: 100%; margin: 0 auto; font-family: 'Titillium Web', sans-serif; }
.sub_top .sub_t_p { font-size: 2em; letter-spacing: -1px; font-weight: 500; line-height: 22px; }
.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; }
/* Äü¸Þ´º */
#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; background: #fafafa }
.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: 16%; /*height:36px;*/ padding: 0; display: inline-block; margin: 0; border-left: 1px solid #e9e7e7; margin-left: 15px; }
.left_dep2 li a { margin: 0; padding: 0; display: block; background: url(../images/common/submenu_out.png) no-repeat right; padding-left: 15px; }
.left_dep2 li a:link, .left_dep2 li a:hover, .left_dep2 li a:visited, .left_dep2 li a:active { padding: 10px 0 10px 15px; letter-spacing: 0px; }
.left_dep2 li a.select { font-weight: bold; padding: 10px 0 10px 15px; color: #fff; background: url(../images/common/submenu_out3.png) no-repeat right; background-color: #1957aa; }
.left_dep2 li:first-child { width: 50px; text-align: center; padding: 0; }
.left_dep2 li:first-child a { background: none; padding: 10px 0; }
.left_dep2 li:last-child { border-right: 1px solid #e9e7e7; }
.left_dep2 li:nth-child(2) { margin-left: 0; }
/* ¼­ºê °øÅë */
.sub_con { width: 100%; min-height: 500px; overflow: hidden; position: relative; padding: 0 0 7em 0; }
.sub_con h3 { font-weight: bold; font-size: 2.5em; margin: 1.5em 0 1em 0; padding: 0 0 1em 0; text-align: center; background: url(../images/common/h3_bg.jpg) no-repeat bottom 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-weight: 500; font-size: 1.8em; margin: 0 0 30px 0; text-align: center; background: url(../images/common/h4_bg.png) no-repeat top center; padding: 1.3em 0 }
h4 span { color: #039; font-weight: 600 }
.h4_box p { color: #fff; }
.sub_con h4 span { color: #f1592a; }
.sub_con h5 { font-weight: bold; font-size: 1.3em; clear: both; margin: 0 0; margin: 0 0 30px 0; text-align: center; }
.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 !important; font-weight: bold; font-size: 36px; font-weight: 100 }
.s_tit span { font-weight: bold !important; }
.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; }
/* »çÁø ¸ð´Þ */
#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_div { display: inline-block; margin: 0 1% 1% 0; width: 23%; text-align: center; vertical-align: top }
.pic { display: inline-block; margin: 0 1% 1% 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 }
.pic p { font-size: 16px; padding:1em 0}
.col1 { width: 48% !important; }
.col2 { width: 48% !important; }
.col4 { width: 23% !important; }
.col { width: 100% !important; }
.col1_2 { margin: 0 15px 30px 15px; }
.col1_3 { margin: 0 0px 30px 17px; }
.pic_div .pic { width: 100% }
/* ÀÎ»ç¸» */
.greeting { overflow: hidden; width: 100%; padding-top: 2em; }
.greeting_left { float: left; width: 50%; }
.greeting .right img { margin-top: 3em; }
/* Á¶Á÷µµ */
.tab { position: relative; margin-bottom: 1px; width: 100%; overflow: hidden; }
.tab input { position: absolute; opacity: 0; z-index: -1; }
.tab label { position: relative; display: block; padding: 0 0 0 1em; font-weight: bold; line-height: 3; cursor: pointer; }
.tab-content { max-height: 0; overflow: hidden; transition: max-height .35s; }
/* :checked */
.tab input:checked ~ .tab-content { max-height: 1000vh; }
/* Icon */
.tab label::after { position: absolute; right: 0; top: 0; display: block; width: 3em; height: 3em; line-height: 3; text-align: center; transition: all .35s; }
.tab input[type=checkbox] + label::after { content: "+"; }
.tab input[type=radio] + label::after { content: "\25BC"; }
.tab input[type=checkbox]:checked + label::after { -webkit-transform: rotate(315deg); transform: rotate(315deg); }
.tab input[type=radio]:checked + label::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }

.chart{overflow:hidden; padding:2em 0}
.chart li { display: inline-block; width: 20%; margin: 0.5em; border: 5px solid #ccc; padding: 0.5em; float:left; min-height:200px}
.chart li p { padding: 0.5em; background: #363d50; color: #fff; font-weight: bold; font-size: 1.2em }
.chart li span { padding: 1em 0; font-size: 0.9em; padding:1em 0; display:block}

/* Ä«´Ù·Î±× */
.catalog{overflow:hidden}
.catalog img{float:left; margin:0 4em 0 0}
.catalog dl{float:left; width:40%}
.catalog dl dt{font-weight:bold; font-size:2em; margin:0 0 1em 0}
.catalog dl dd a{display:inline-block; background:#039; text-align:center; color:#fff; font-weight:bold; padding:0.5em 2em; transition:all 0.2s}
.catalog dl dd a:hover{background:#333}
/* ¼Ò°³ */
.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 }
.int_box { background: url(../images/sub01/int_box_bg.jpg) no-repeat; background-size: cover; padding: 4em 0; margin: 3em 0 2em 0; }
.int_box .inner { text-align: center; }
.int_box .inner ul li { color: #fff; width: 20%; float: left; }
.int_box .inner ul li p { margin: 1em 0; }
.int_box .inner ul li span { font-size: 18px; font-weight: 600; line-height: 40px; }
.int_box_tb { width: 86%; margin: 0 auto; }
.int_box_tb tr td { width: 33.33%; font-weight: 600; background: #fff; }
.int_box_tb tr td img { margin: 2em 0; }
.int_box_tb tr td p { line-height: 36px; }
/* ¿¬Çõ */
.history { margin-top: 2em; }
.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; background: none; }
.history .sintony { position: relative; display: table; margin: 0 auto; width: 197px; height: 197px; font-size: 60px; font-weight: 600; color: #1957aa; text-align: center; vertical-align: middle; background: url(../images/sub01/bg_history.png) no-repeat top left; font-family: 'Titillium Web', sans-serif; line-height: 2.8em; }
.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/bg_history2.png) no-repeat right 10px; float: left; text-align: right; padding-right: 62px; width: 45.3% }
.history ul li:first-child { margin-top: 10px; }
.history ul li.right { background: url(../images/sub01/bg_history3.png) no-repeat left 10px; float: right; text-align: left; padding-left: 62px; width: 44.8% }
.history ul li:last-child { margin-bottom: 20px; }
.history ul li { margin: 0; margin-top: 0px; width: 50%; clear: both; font-size: 18px; vertical-align: middle; font-family: 'Titillium Web', sans-serif; }
.history ul li span { color: #333333; font-size: 24px; font-weight: 600; display: block; }
.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: 500; color: #1b8d27; }
.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%; }
/* Á¶Á÷µµ */
.org_box { background: url(../images/sub01/org_bg.png) no-repeat top right; }
/* ¿À½Ã´Â±æ */
.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: 5px 0; }
.dt_con dt { float: left; clear: both; display: inline-block; font-weight: bold; color: #1957aa; width: 20%; }
/*°Ô½ÃÆÇ*/
#BoardDiv { max-width: 1100px; }
#BoardList li .date2 { width: 15% !important; }
#BoardList li .name2 { width: 15% !important; }
#BoardList li { padding: 1.2rem 0.5rem 1rem; }
#BoardList li:first-child span { font-size: 16px; }
#BoardList li span.subject { padding-left: 30px; }
.cd-section { max-width: 1100px; }
/*»ç¾÷¼Ò°³*/
.business { width: 100%; padding-top: 150px; }
.busi01 { background: url(../images/sub01/business01.jpg) no-repeat center top; }
.busi02 { background: url(../images/sub02/business02.jpg) no-repeat center top; }
.busi03 { background: url(../images/sub02/business03.jpg) no-repeat center top; }
.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; }
.int_box2 { background: none; background-size: cover; padding: 4em 0; margin: 3em 0 2em 0; }
.int_box2 .inner ul li { color: #444444; width: 33.3%; }
.int_box2 .inner ul li span { font-size: 24px; letter-spacing: 1px; }
.int_box2 .inner ul li .int_li_p { padding: 0 3em; }
.info_table_01 { width: 100%; margin-bottom: 30px; }
.info_table_01 table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.info_table_01 tbody th { background: #fafafa; font-weight: 700; color: #444; padding: 10px 0 9px; border-bottom: 1px solid #e1e1e1; text-align: center; word-break: break-all; }
.info_table_01 tbody .bdr { border-right: 1px solid #e1e1e1; }
.info_table_01 tbody .txt_red { color: #ea002c; font-weight: 600; }
.inner_tm { background: url(../images/sub02/tm_bg.jpg) no-repeat bottom right; }
.inner_video { width: 70%; margin: 0 auto; }
/* Å×ÀÌºí */
.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; }
/* »ê¾÷¾ÈÀü°ü¸® */ 
.safe { position: relative; overflow: hidden; padding: 3em 0; background: url(../images/common/safe_img.jpg) no-repeat bottom right }
.safe p { float: left; width: 40%; overflow: hidden; }
.safe p img { transition: all 0.2s; width: 100% }
.safe p img:hover { transform: scale(1.2); }
.safe dl { float: left; width: 65%; overflow: hidden; margin: 7em 0 0 -5em; border: 5px solid #363d50; background: #fff }
.safe dl dt { float: left; width: 30%; background: #363d50 url(../images/common/safe_bg.png) no-repeat top right; font-weight: bold; color: #FFF; text-align: center; font-size: 1.5em; padding: 3em 1em }
.safe dl dd { float: left; width: 56%; background: #fff; padding: 1em }
.safe_right { background: url(../images/common/safe_img.jpg) no-repeat bottom left }
.safe_right p { float: right; }
.safe_right dl { margin: 7em -5em 0 0; float: right }
.box8 li { display: inline-block; padding: 3em 1em; border: 2px solid #ccc; width: 20%; text-align: center; font-weight: bold; margin: 0 0 1% 0; font-size: 1.3em }
.comm_bg { background: #fafafa; padding: 5em 0; overflow: hidden }
/* ±³À°ÈÆ·Ã */
.teacher li { display: inline-block; width: 17%; margin: 1%; text-align: center }
.teacher li p { overflow: hidden; width: 100%; margin: 0 0 1em 0 }
.teacher li p img { width: 100%; transition: all 0.2s }
.teacher li p img:hover { filter: grayscale(100%); }
.training { background: url(../images/sub04/training_bg.jpg) no-repeat top center; height: 800px; position: relative; margin: 3em 0 0 0 }
.t01 { position: absolute; top: 0; left: 42% }
.t02 { position: absolute; top: 25%; right: 15% }
.t03 { position: absolute; top: 60%; right: 15% }
.t04 { position: absolute; bottom: 0; left: 42% }
.t05 { position: absolute; top: 60%; left: 15% }
.t06 { position: absolute; top: 25%; left: 15% }
.imgswap img { transition: all 0.2s }
.imgswap img:last-child { display: none }
.imgswap:hover img:first-child { display: none }
.imgswap:hover img:last-child { display: inline-block }
/* ·Î±×ÀÎ */
.login { width: 80%; margin: 0 auto; overflow: hidden; border: 1px solid #CCC; border-top: 5px solid #039; 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: #ed1d24 !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: 1.2em 0; position: relative; z-index: 111; margin-right: 4%; }
#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: 0 }
#d_lnb ul { width: 70%; position: absolute; right:10%; }
#d_lnb_bg { position: absolute; left: 0; top: 100px; width: 100%; background: #ffffff url(../images/common/menu_bg.jpg) no-repeat top center; box-sizing: border-box; height: 0; border-top: 1px solid #ccc }
#d_lnb { height: 100px }
#d_lnb h2 { display: none }
#d_lnb li { position: relative; float: left; width: 20%; text-align: center; padding-bottom: 17px; padding-top: 1.5em; }
#d_lnb li > a { font-size: 20px; 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 #003281; box-sizing: border-box; }
#d_lnb li.on .sub { background: #003281; }
#d_lnb li .sub { display: block; background: none; position: absolute; width: 100%; top: 100px; height: 0; overflow: hidden; z-index: 100; }
#d_lnb li .sub dl { padding: 10px 15px 0 15px; text-align: center; border-left: 1px solid #e6e6e6; min-height: 160px; }
#d_lnb li .sub dd { padding: 2px 0; border: none; }
#d_lnb li .sub dd a { font-size: 14px; padding: 0px; color: #505050; }
#d_lnb li.on .sub dd a { color: #ffffff; font-weight: 600; }
#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; }

.lang{float:right; padding:2em 0 0 0; position:relative; z-index:999} 
.lang li{display:inline-block}
.lang li a{font-weight:bold; display:block; padding:0 0.5em; color:#333; transition:all 0.2s}
.lang li a:hover{color:#03C}
.lang_on{border-bottom:5px solid #F60}

}
.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: 60%; 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: #183083 }
#d_lnb li > a { display: block; padding: 10px 25px; 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.5em }
.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; padding:0 }
.nopad { padding: 0 !important }
#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.1em; }
.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 { }
.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.5em 0 0}
footer ul li:last-child{padding:0}
footer ul li a{font-size:0.8em}
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 }
/*¸ÞÀÎ*/
.main_con .mbox01 { width: 48.5%; }
.main_con .mbox01_2 { margin-right: 0; }
.main_con .mbox02_01 { width: 100%; margin: 30px 0 0 0!important; }
.main_con .mbox02_01 > div { width: 48.5%; }
.main_con .mbox02_01 .mbox02_1 { float: left; }
.main_con .mbox02_01 .mbox02_2 { float: right; }
.inner2 { margin-top: 0px; }
.main_con .mbox03 { margin: 0; margin-right: 3%; }
.main_con .mbox03 .mbox03_icon ul li { width: 24.5%; }
.main_con .inner2 .mbox02 { margin: 0; }
/* ¼­ºê */
.greeting_left, .network p, .network dl { float: none; width: auto; }
.history_img { width: 100%; }
.history_img img { width: 30%; }
.history_tab { width: 100%; }
.history_tab ul li { width: 30%; }
.historyList .year { padding: 20px 0 30px 17%; }
.historyList .month > dt { width: 10%; }
.historyList .month > dd > p { margin-left: 8%; }
/*Ç²ÅÍ*/
address { text-align: center; }
img { max-width: 100% }
.box-img { float: none; width: 100%; }
.h4_box { position: relative; width: auto; top: 0 }
/* µå·Ó´Ù¿î */
.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; text-decoration: none; display: block; }
.dropdown-content a:hover { background-color: #183083; color: #fff }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color: #f9f9f9; }
/* ¸ÞÀÎ */
.responsive-slider .pages{margin:0 !important}
.responsive-slider .pages .page{width:20px !important}
.about_left, .about_right{float:none; width:auto}
.about_right p{text-align:center; font-size:0.9em}
.main_business{padding:3em 0; background-size:cover}
.main_business h2{font-size:2em}
.business_con{width:47%; height:350px;}
.business_con dl dt{font-size:1em}
/* »ç¾÷ºÐ¾ß */
.top_p_box2 .top_tit{font-size:1.5em}
.col1_3{margin:0 0 1em 0}
#lightbox-container-image-box{width:100% !important; height:100% !important}
/* Á¶Á÷µµ */
.chart li{float:none; width:auto; display:block}
.chart li p{text-align:center}
/* ¿À½Ã´Â±æ */
.division p, .division_con{float:none; width:auto}
.dt_tit{text-align:center; padding:1em 0}
/* º¸À¯±â¼úÇöÈ²*/
.pic_div{width:48%}

/* HSE */
.safe p, .safe dl dt, .safe dl dd{float:none; width:auto}
.safe dl{float:none; width:auto; margin:0}
.safe dl dt{padding:1em}
.sub_bg{background-size:cover}

/* ±³À°ÈÆ·Ã */
.training{background-size:100%; height:250px; padding:0}
.t01, .t02, .t03, .t04, .t05, .t06{width:20%}

.sub_container{background-size:50%}
.lang{position:absolute; top:5px; right:5px}
.lang li a{display:block; background:#036; color:#fff; padding:1em; font-size:0.8em; font-weight:bold;}
.lang_on{display:none}

}

