@charset "UTF-8";
/*** reset ***/
@media screen and (min-width:1001px) {
	.pc {display:block;}
	.mobile {display:none !important;}
	.current .pc{display:inline-block !important;}

}
@media screen and (max-width:1000px) {
	.pc {display:none !important;}
	.mobile {display:block;}
}
html { -webkit-text-size-adjust: none; }

html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img { padding: 0; margin: 0; border: 0; color: inherit; background: none; line-height: inherit; font-size: inherit; font-family: inherit; }

html, body { height: 100%; min-height: 100%; font-size: 16px; color: rgba(0, 0, 0, 0.8); font-weight: 300; line-height: 1.5; font-family: 'NotoSansKR','HelveticaNeue-Light','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif !important; letter-spacing: -0.04em; }

h1, h2, h3, h4, h5, h6, strong { font-weight: 400; }

*, :after, :before { box-sizing: border-box; vertical-align: top; }

header, footer, nav { display: block; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

th, td { vertical-align: middle; }

input { -webkit-appearance: none; border-radius: 0; color: #222; }

:focus { outline: none; }

select, button { cursor: pointer; }

ul, ol { list-style: none; }

img { max-width: 100%; }

a { color: inherit; text-decoration: none; }

em { font-style: normal; }

textarea { resize: vertical; }

textarea ul, textarea ol { list-style: disc; }

/*** common ***/
.hide { display: none; }

.hidetxt { font-size: 0; line-height: 0; text-indent: -9999px; }

.blind { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0.1; font-size: 0; line-height: 0; text-indent: -9999px; }

.fl { float: left; }

.fr { float: right; }

.ovf { overflow: hidden; }

.w100 { width: 100% !important; }

.w50 { width: 50%; }

.mg0 { margin: 0; }

.pd0 { padding: 0; }
.mb20 { margin-bottom:20px;}
.after:after { display: block; width: 100%; height: 0; overflow: hidden; clear: both; content: ''; }

.tac { text-align: center; }

.tal { text-align: left; }

.tar { text-align: right; }

.fwb { font-weight: bold; font-weight: bold; }

.block { display: block !important; }

.ib { display: inline-block; }

.ellip { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.ellip2 { overflow: hidden; text-overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.thumb { overflow: hidden; }

span.thumb { display: inline-block; }

.fitsize { max-width: none; opacity: 0; }

.mont { font-family: 'Montserrat','arial','NotoSansKR','HelveticaNeue-Light','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif; letter-spacing: 0; }

.nnmj { font-family: 'Nanum Myeongjo', '바탕', 'batang',sans-serif, 'serif'; }

@media screen and (min-width: 1024px) { div, p, span, ul, ol, strong { word-break: keep-all; } }

.emph { color: #0080ff; font-weight: bold; }

.lts0 { letter-spacing: 0; }

.ico_comm, .ico_aft:after, .ico_bfr:before { display: inline-block; background-image: url(../_img/ico_comm.png); background-repeat: no-repeat; background-size: 100px auto; font-size: 0; text-indent: -9999px; }

.inp { font-size: 16px; border: 1px solid #ccc; background: #fff; font-weight: normal; transition: .2s; }

.inp2 { font-size: 16px; border: 1px solid #ccc; background: #fff; font-weight: normal; transition: .2s; margin: 1px 0; }

.inp:focus { border-color: #999; }

.inp2:focus { border-color: #999; }

.wrap_inp.type1 label { display: block; font-size: 13px; font-weight: bold; color: #005aab; }

.wrap_inp.type1 .inp { display: block; width: 100%; height: 50px; border: none; border-bottom: 1px solid #ccc; font-size: 18px; }

.wrap_inp.type1 + .wrap_inp { margin-top: 40px; }

textarea.inp { display: block; width: 100%; overflow-y: auto; padding: 8px; resize: vertical; }

::-webkit-input-placeholder { color: #aaa; }

:-moz-placeholder { color: #aaa; }

::-moz-placeholder { color: #aaa; }

:-ms-input-placeholder { color: #aaa !important; }

::-ms-input-placeholder { color: #aaa !important; }

::placeholder { color: #aaa; }

.btn {width: 200px; padding: 15px 10px; margin: 0 auto ; display: block; background: #0070c0; color: #fff; text-align: center; font-weight: bold; font-size: 16px; transition: .2s; }
.bkbg {background:#222; color:#fff;}
.btn2 {width: 150px; padding: 5px; margin: 0 auto ; display: block; background: #0070c0; color: #fff; text-align: center; font-weight: bold; font-size: 16px; transition: .2s; }
.link { text-align: center;}
.ib {display: inline-block;margin-left: 3px;}
@media screen and (min-width: 1024px) { .btn:hover { background: #333; }

}

@media screen and (max-width: 1024px) { .btn { font-size: 15px; } .inp { font-size: 14px; width: 190px; } }

@media screen and (max-width: 600px) {
.inp {width: 78px;/*  border:none; */} 
.inp_file {width: 100%;}
}

.go { width: 16px; height: 14px; margin-left: 5px; background-position: -15px 0px; }

.btn_line { display: inline-block; border: 1px solid #666; color: #333; text-align: center; font-weight: 500; font-size: 16px; }

.btn_line_wh { display: inline-block; border: 1px solid #fff; color: #fff; text-align: center; font-weight: bold; font-size: 16px; }

.btn_line_wh a {display: inline-block;}

.btn_line2 { display: inline-block; border: 1px solid #666; color: #666; text-align: center; font-weight: bold; font-size: 16px; }

.printit {width: 70px; height: 30px; line-height: 29px;border-radius: 3px; font-size: 14px;font-weight: bold;}

.slt { display: inline-block; -webkit-appearance: none; appearance: none; width: 100%; height: 40px; background: #fff; border: 1px solid #ccc; background: url(../_img/slt.png) right 50% no-repeat; background-size: auto 6px; font-size: 16px; padding: 0 0.3em;overflow: hidden;
    text-overflow: ellipsis; overflow: hidden; margin: 3px 10px; }

.slt::-ms-expand { display: none; }

.slt2 { display: inline-block; -webkit-appearance: none; appearance: none; width: 20%; height: 40px; background: #fff; border: 1px solid #aaa; background: url(../_img/slt.png) right 50% no-repeat; background-size: auto 6px; font-size: 16px; padding: 0 0.3em;overflow: hidden;
    text-overflow: ellipsis; overflow: hidden; margin: 5px 0;}

.slt2::-ms-expand { display: none; }


@media screen and (max-width: 600px) {
.mypage .slt2 {width: 100%;}
.mypage .slt {margin: 3px 0;}

}
.birthday { text-align: left; }

.birthday .slt { width: 80px;margin:3px 0; }

.birthday .slt + .slt { margin-left: 5px; }

.birthday .sltYear { max-width: 120px; width: calc(100% - 170px); }

.chk { display: inline-block; float: left; width: 18px; height: 18px; border: 1px solid #bbb; background: #fff; }

.chk + label { display: inline-block; position: relative;  padding-left: 5px;  font-size: 16px; line-height: 18px; cursor: pointer;font-weight:400; }

.chk:checked { border-color: #0070c0; background: url(../_img/chk.png) 50% 50% no-repeat #0070c0; background-size: 12px 10px; }

.chk[type="radio"] { border-radius: 100%; }

.chk[type="radio"]:checked { background: none; background: #fff; }

.chk[type="radio"]:checked + label:after { position: absolute; top: 4px; left: -14px; width: 10px; height: 10px; border-radius: 100%; background: #0070c0; content: ''; }

.chk2 { display: inline-block; float: left; width: 18px; height: 18px; border: 1px solid #bbb; background: #fff; }

.chk2 + label { display: inline-block; position: relative;  /* padding-left: 5px;  */ font-size: 16px; line-height: 18px; cursor: pointer; }

.chk2:checked { border-color: #0070c0; background: url(../_img/chk.png) 50% 50% no-repeat #0070c0; background-size: 12px 10px; }

.chk2[type="radio"] { border-radius: 100%; }

.chk2[type="radio"]:checked { background: none; background: #fff; }

.chk2[type="radio"]:checked + label:after { position: absolute; top: 4px; left: -14px; width: 10px; height: 10px; border-radius: 100%; background: #0070c0; content: ''; }

.txt { display: inline-block; float: left;  background: #fff; }

.txt + label { display: inline-block; position: relative;  font-size: 16px; line-height: 18px; cursor: pointer; }

.lst_chk { font-size: 0; }

.lst_chk li { display: inline-block; margin-left: 30px;}

.lst_chk li:first-child {margin-left: 0;}

.lst_chk li + li {/*  margin-left: 30px; */ }

.service2 .lst_chk { font-size: 0; }

.service2 .lst_chk li { display: inline-block; margin-left: 30px;}

.service2 .lst_chk li:first-child {margin-left: 0;}


/*
.pc {display:none;}

@media screen and (max-width:1024px) {
	.pc {display:block;}
}
*/
.gray { background: #f6f6f6; }

.wrap_slider .dots { text-align: center; font-size: 0; }

.wrap_slider .dots li { display: inline-block; }

.wrap_slider .ctr { font-size: 0; line-height: normal; }

.wrap_slider .ctr button { display: inline-block; border: 1px solid #ccc; text-align: center; }

.wrap_slider .ctr button + button { border-left: none; }

.wrap_slider .play { display: none !important; }

.wrap_slider .pause { display: inline-block !important; }

.wrap_slider.play .pause { display: inline-block !important; }

.wrap_slider.play .play { display: none !important; }

.wrap_slider.pause .pause { display: none !important; }

.wrap_slider.pause .play { display: inline-block !important; }

.tab_comm { font-size: 0; text-align: center; }

.tab_comm li { display: inline-block; }

.tab_comm a { display: block; height: 50px; line-height: 48px; border: 1px solid #ddd; background: #f5f5f5; font-size: 15px; font-weight: bold; color: #999; }

.tab_comm .on a { line-height: 46px; border: 2px solid #005aab; color: #005aab; background: #fff; }

/* layout */
body.dimm { overflow: hidden; }

body.dimm:after { position: fixed; top: 0; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.8); content: ''; }
/*
#wrap { padding-top: 80px; }
*/
#container { min-height: calc(100vh - 331px); }

.hasOpt #container { min-height: calc(100vh - 391px); }

.wfix { max-width: 1000px; margin: 0 auto; }

#header { position: absolute; top: 0; left: 0; width: 100%; background: #fff; z-index: 9; }

#header:after { position: absolute; top: 80px; left: 0; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.1); transition: .3s; content: ''; }

#header .inr { position: relative; }

#header .inr .wfix { position: relative; text-align: center; font-size: 0; }

#header h1 { position: absolute; top: 10px; left: 0; }

.area_optimize { background: #1e2a36; line-height: 24px; color: #fff; color: rgba(255, 255, 255, 0.7); font-size: 14px; }

.area_optimize .wfix { position: relative; padding: 18px 0; }

.area_optimize strong { float: left; margin-right: 8px; color: #fff; font-weight: bold; padding: 0 8px; background: #0068cf; border-radius: 24px; font-size: 13px; }

.area_optimize p { overflow: hidden; padding-right: 100px; }

.area_optimize .close { position: absolute; top: 0; right: 0; width: 60px; height: 60px; text-align: center; line-height: 60px; }

.area_optimize .close i { width: 14px; height: 14px; margin-top: 23px; background-position: 0px 0px; }

/* #wrap.hasOpt { padding-top: 80px; } */

#wrap.hasOpt #header:after { top: 80px; }

#menu { display: inline-block; }

#menu a { display: block; position: relative; }

#menu .item_menu { display: inline-block; min-width: 183px; }

#menu .item_menu > a { margin: 20px 0; padding: 0 30px; font-size: 18px; font-weight: bold; line-height: 40px; }

#menu .item_menu > a:after { position: absolute; bottom: -20px; left: 15px; right: 15px; height: 2px; background: #fff; transition: .2s; content: ''; }

#menu li ul {display: none; height: 250px; padding: 30px 0; color: #555; background: #fff; transition: .2s; text-align: left; }

#menu li ul li { font-size: 16px; line-height: 30px; }

#menu li ul li + li { margin-top: 10px; }

#menu li ul a { padding: 0 24px; }

#menu li ul a:after { position: absolute; top: 50%; left: 0; width: 0; height: 1px; margin-top: -1px; background: #fff; transition: .2s; content: ''; }

@media screen and (min-width: 1024px) { #menu li ul a:hover { color: #0070c0; font-weight: bold; }
  #menu li ul a:hover:after { width: 15px; background: #0070c0; } }

  #menu li + li ul { border-left: 1px solid #ddd; }

@media screen and (min-width: 1024px) {
  #menu:hover li ul { display: block; }
  #menu .item_menu:hover > a:after { background: #0070c0; }
  #menu .item_menu:hover ul { background: #fbfbfb; } }

.tglMenu { position: absolute; top: 0; right: 0; background: #222; width: 80px; height: 80px; }

.tglMenu i, .tglMenu:before, .tglMenu:after { position: absolute; top: 50%; left: 50%; width: 28px; height: 2px; margin-left: -14px; background: #fff; transition: .2s; content: ''; }

.tglMenu i { margin-top: -1px; }

.tglMenu:before { margin-top: -11px; }

.tglMenu:after { margin-top: 9px; }

.menu_member { position: absolute; top: 25px; right: 95px; line-height: 30px; }

.menu_member li { display: inline-block; position: relative; font-size: 14px; }

.menu_member li a { display: block; padding: 0 5px; }

.menu_member li + li { margin-left: 8px; padding-left: 9px; }

.menu_member li + li:before { position: absolute; top: 8px; left: 0; width: 1px; height: 14px; background: #ccc; content: ''; }

#header.on { border-bottom: 1px solid #ddd; }

#header.on #menu .lst_menu ul { display: block; }

#header.on .tglMenu i { display: none; }

#header.on .tglMenu:before, #header.on .tglMenu:after { margin: 0 0 0 -14px; }

#header.on .tglMenu:before { transform: rotate(45deg); }

#header.on .tglMenu:after { transform: rotate(-45deg); }

@media screen and (max-width: 1300px) { /*#wrap { padding-top: 60px !important; */}
  #header:after { top: 60px !important; }
  #header h1 { display: flex; justify-content: center; align-items: center; top: -2px; left: 15px; width: 180px; height: 60px; }
  .area_optimize { display: none; }
  #menu .item_menu { min-width: 130px; }
  #menu .item_menu > a {margin: 10px 0; padding: 0 46px; font-size: 16px;  }
  #menu .item_menu > a:after { bottom: -10px; }
  #menu .item_menu ul { height: 250px; padding: 20px 0; }
  #menu .item_menu ul a { padding: 0 15px; font-size: 14px; }
  .tglMenu { width: 60px; height: 60px; }
  .tglMenu i, .tglMenu:before, .tglMenu:after { width: 20px; margin-left: -10px; }
  .tglMenu:before { margin-top: -9px; }
  .tglMenu:after { margin-top: 7px; }
  #header.on .tglMenu:before, #header.on .tglMenu:after { margin-left: -10px; }
  .menu_member { display: flex; justify-content: center; align-items: center; top: 0; right: 90px; height: 60px; } }

@media screen and (max-width: 1024px) { #wrap { padding-top: 0 !important; }
  #header { position: relative; }
  #header h1 { position: relative; left: auto; background: #fff; }
  #header h1 a { display: block;  width: 150px;}
  #gnb { display: none; }
  #header.on h1 { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; }
  #header.on .link_my { background: #fff; }
  #header.on .link_my, #header.on .tglMenu { position: fixed; z-index: 99; }
  #header.on .wfix { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; padding-top: 60px; background: #0f1d2c; z-index: 99; overflow-y: auto; }
  #header.on #gnb { display: block; }
  #header.on #menu .lst_menu ul { display: none; }
  #menu { display: block; min-height: calc(100vh - 140px); }
  #menu .item_menu { display: block; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  #menu .item_menu > a { display: none; }
  #menu .item_menu .tit_sub { display: block; position: relative; padding: 0 24px; font-size: 16px; line-height: 50px; color: #fff; }
  #menu .item_menu .tit_sub:after { position: absolute; top: 50%; right: 24px; width: 8px; height: 8px; margin-top: -6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); transition: .2s; content: ''; }
  #menu .item_menu .tit_sub.on { font-weight: bold; }
  #menu .item_menu .tit_sub.on + ul { display: block !important; }
  #menu .item_menu .tit_sub.on:after { transform: rotate(225deg); }
  #menu .item_menu + li ul { border-left: none; }
  #menu .item_menu ul { height: auto; padding: 0 0 15px; background: none; }
  #menu .item_menu ul li + li { margin-top: 0; }
  #menu .item_menu ul a { line-height: 40px; padding: 0 24px; color: #fff; font-size: 14px; font-weight: 300; }
  .menu_member { position: relative; top: auto; right: auto; height: auto; padding: 24px; border-top: 1px solid rgba(255, 255, 255, 0.3); background: #0f1d2c; }
  .menu_member a { color: #fff; font-size: 15px; }
  .link_my { display: block; position: absolute; top: 0; left: 0; width: 60px; height: 60px; text-align: center; }
  .link_my .ico_comm { width: 22px; height: 22px; margin-top: 19px; background-position: -20px -95px; }
  .chk2 {margin-left: 5px;}
  }
#quick {position:fixed; top:50%; right:20px; width:97px; margin:-260px 0 0 0; background:#fff; text-align:center;  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); z-index: 999;}
#quick .list_quick {padding:0 12px;  border:1px solid #ccc; }
#quick li {border-bottom:1px solid #ccc;}
#quick li:last-child {border-bottom: none;}
#quick li a {padding:15px 0 12px; font-size:13px; color:#666}
#quick li i {display:block; width:50px; height:50px; margin:0 auto;  border-radius:100%; overflow:hidden;}
#quick .click {display:block; font-size:13px; color:#000; line-height:38px; background-color:#f5f5f5;  padding: 8px; line-height: 1.5; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#quick .totop {display:block; font-size:16px; font-weight:bold; color:#fff; line-height:38px; background-color:#0070c0;  border:1px solid #0070c0; padding: 12px;}


#footer { background: #2e3741; color: #fff; }

#footer .ft_top { padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); font-size: 0; }

#footer .ft_top .lst { display: inline-block; }

#footer .ft_top li { display: inline-block; }

#footer .ft_top li + li { margin-left: 60px; }

#footer .ft_top a { display: block; line-height: 28px; font-size: 15px; }

#footer .ft_top .link_contact { float: right; }

#footer .ft_info { padding: 50px 0 90px; }

#footer .ft_info .wfix { position: relative; }

#footer .ft_info .logo { float: left; margin-right: 50px; }

#footer .ft_info .info { display: inline-block; opacity: .7; font-weight: 300; letter-spacing: 0; font-size: 0; line-height: 1.8; }

#footer .ft_info .address { display: block; font-size: 14px; }

#footer .ft_info dl { font-family: 'Montserrat', 'arial','NotoSansKR'; }

#footer .ft_info dl, #footer .ft_info dt, #footer .ft_info dd { display: inline-block; }

#footer .ft_info dt, #footer .ft_info dd { font-size: 14px; }

#footer .ft_info dt { font-weight: bold; margin-right: 4px; }

#footer .ft_info dl + dl { margin-left: 12px; }

#footer .ft_info .copyright { position: absolute; top: 0; right: 0; font-size: 14px; opacity: .7; letter-spacing: 0; }

@media screen and (max-width: 1300px) { #footer .wfix { margin: 0 20px; }
  #footer .ft_info .logo { float: none; margin-right: 0; }
  #footer .ft_info .info { display: block; margin-top: 20px; } }

@media screen and (max-width: 1024px) { #footer { position: relative; }
  #footer .wfix { margin: 0 15px; }
  #footer .ft_top { padding: 12px 0; }
  #footer .ft_top .lst { display: block; text-align: left; }
  #footer .ft_top li + li { margin-left: 20px; }
  #footer .ft_top a { font-size: 13px; line-height: 20px; }
  #footer .ft_top .link_contact { position: absolute; top: 60px; right: 15px; }
  #footer .ft_info { padding: 20px 0; }
  #footer .ft_info .logo { display: block; width: 170px; }
  #footer .ft_info .info { line-height: 1.5; }
  #footer .ft_info .address { margin-bottom: 10px; font-size: 12px; }
  #footer .ft_info .address:last-child { margin-bottom: 10px; }
  #footer .ft_info dl { display: block; }
  #footer .ft_info dl + dl { margin: 0; }
  #footer .ft_info dt, #footer .ft_info dd { font-size: 12px; }
  #footer .ft_info .copyright { position: relative; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1); right: auto; font-size: 12px; text-align: center; } }

@media screen and (max-width: 600px) { 
    #footer .ft_top li + li { display: inline;margin-left: 0px; text-align: left; }
	}

/* datepicker */
.ui-datepicker { display: none; width: 250px; background: #fff; border: 1px solid #aaa; padding: 15px; font-size: 14px; letter-spacing: 0; border-radius: 5px; }

.ui-datepicker-header { border-bottom: 1px solid #ccc; border-radius: 3px; text-align: center; }

.ui-datepicker-header > a { display: block; padding: 15px; cursor: pointer; }

.ui-datepicker-header .ui-icon { display: inline-block; width: 8px; height: 14px; font-size: 0; line-height: 0; text-indent: -9999px; opacity: .5;  }

.ui-datepicker-prev { float: left; }

.ui-datepicker-next { float: right; }

.ui-datepicker-prev .ui-icon { background: url(../_img/arw_prev.png) 50% 50% no-repeat; background-size: 8px auto; }

.ui-datepicker-next .ui-icon { background: url(../_img/arw_next.png) 50% 50% no-repeat; background-size: 8px auto; }

.ui-datepicker-title { padding: 8px 0; }

.ui-datepicker-calendar { margin-top: 10px; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td { font-size: 15px; text-align: center; width: 14.28%; height: 25px; vertical-align: middle; }

.ui-datepicker-calendar th a, .ui-datepicker-calendar td a { display: inline-block; width: 26px; height: 26px; color: #777; line-height: 26px; }

.ui-datepicker-calendar td a.ui-state-highlight { color: #222; font-weight: bold; background: #efefef; border-radius: 100%; }

.ui-datepicker-calendar td a:hover { background: #eee; border-radius: 100%; 	}

.ui-datepicker-calendar td a.ui-state-active { color: #fff; background: #0062b2; border-radius: 100%; }

.ui-datepicker-calendar th:first-child span, .ui-datepicker-calendar td:first-child a { color: #ff3131; }

.ui-datepicker-calendar th + th + th + th + th + th + th span, .ui-datepicker-calendar td + td + td + td + td + td + td a { color: #0080e2; }

/* Slider */
.slick-slider { position: relative; }

.slick-slider .slick-arrow { position: absolute; z-index: 9; }

.slick-slider { display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; width: 100%; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0; color:#444;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}


/* Custom CSS
 * --------------------------------------- */
body{font-family:'NotoSansKR','HelveticaNeue-Light','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif !important;color: #333;color: rgba(0,0,0,0.5);letter-spacing:-0.6px;}
.wrap{margin-left: auto;margin-right: auto;width: 960px;position: relative;}
h1{font-size: 2.1rem;font-family:'NotoSansKR','HelveticaNeue-Light','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif !important;color: #fff;margin:0;padding:0;letter-spacing: -3px;}
p {font-size: 1rem;}


.en {font-family: 'Roboto', sans-serif;letter-spacing: 0;
}
.section{text-align:center;}

.mobile-title {
  display: none !important;
}
.logo-image {

}
.material-icons {
    color: #000 !important;
  }


.zeroid-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .zeroid-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

.mdl-menu{width:182px;}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}



#section0 {min-height:307px; background-image: url(../_img/main_bg4.jpg); background-repeat: no-repeat;background-size: cover; background-position: 50% top;}
#section1 {background-image: url(../_img/main_bg2.jpg); background-repeat: no-repeat;background-size: 100%; background-position: 50% top;}
#section2 {min-height:327px; background-image: url(../_img/main_bg3.jpg); background-repeat: no-repeat;background-size: cover; background-position: 50% 50%;}
#section3 {}
.bk {color: #222;}
#infoMenu {bottom: 80px;}
#infoMenu li a {color: #fff;z-index: 999;}


.navbar {overflow: hidden;}
.navbar a {float: left;font-size: 16px;color: white;text-align: center;padding: 14px 16px;text-decoration: none;}
.subnav {float:right;overflow: hidden;}
.subnav .subnavbtn {font-size: 16px;   border: none; outline: none;color: #222;padding: 0 26px;background-color: inherit;font-family: inherit;margin: 0 auto;font-weight: 500;}
.subnav .subnavbtn:hover {color: #005aab;}
.navbar a:hover, .subnav:hover .subnavbtn {background-color:#fff;}
.subnav-content {display: none;position: absolute;background-color: #fff ;z-index: 1;border-top: 3px solid #005aab;}
.subnav-content a { float: left;color: #222;text-decoration: none;}
.subnav-content a:hover {color: #005aab;background: #f1f1f1;}
.subnav:hover .subnav-content {display: block;}






#notice .notice_wrap .notice ul li:nth-child(3) {width: 5%; position: absolute; top: 0; right: 0;} 
#notice .notice_wrap .notice ul li span {color: #fff; font-weight: 400; font-size: 1rem; }
.box_t05 i {display: block;width: 16px;height: 14px; background-position: 112px -110px;  margin-top: 10px; }
.box_t06 i {display: block;width: 23px;height: 23px; background-position: 135px -63px;}
.box_t07 i {display: block;width: 23px;height: 23px; background-position: 113px -63px;}
#notice .notice_wrap i.icon_s0101 {display:inline-block;background-image: url(../_img/ico_comm.png);  background-size: 190px 180px;}


.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{display: block;margin: 0 22px 0 0;color: #333;}
#infoMenu li a:hover{text-decoration:underline;}
#infoMenu li{display:inline-block;position:relative;}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{padding:0;}
#examplesList ul li{display:block;margin: 5px 0;}
#examplesList ul li a{color: #BDBDBD;margin:0;}
#examplesList ul li a:hover{color: #f2f2f2;}
#examplesList .column{float: left;margin: 0 20px 0 0;}
#examplesList h3{color: #f2f2f2;font-size: 1.2em;margin: 0 0 15px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);padding: 0 0 5px 0;}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{position:fixed;bottom: 10px;right:10px;z-index: 999;}

/* section0 */
.main_bg {max-width: 1000px; margin: 0 auto;}
/*.mainbox {margin-top: 40px;}*/
.mainbox ul{display:flex;flex-wrap:wrap;}
.mainbox ul li {width: 23%; background: #fff; margin: 35px 1%; ;  max-height: 236px;   box-sizing: border-box; font-size: 18px;}
.mainbox ul li ul li{width: 48%; max-height: 64px;	 background:#0077bf; float: left; color: #fff; margin: 0px 1%; padding: 15px 0; font-size: 16px;  }
.mainbox ul li ul li img{width:14px;}
.navytxt {background-color: #0077bf; color: #fff;   padding: 20px; box-sizing: border-box; }
 .box_t01 i {display: block;width: 130px;height: 130px;margin: 20px auto 20px;border-radius: 0%;background: no-repeat center #fff;background-size: 100% auto;} 
.mainbox  .left0 dt {padding: 33px;}
.mainbox  .left0 dl p.bar_wh {font-size: 1.5rem;color: #fff; text-align: left;	font-weight: normal; }
.mainbox  .left0 dl p.bar_wh::after {display: block;width: 2rem;height: 2px;background: #fff;content: ''; margin-top: 1rem; margin-bottom: 1rem;}
 .mainbox ul li:first-child {background:#0077bf; } 
.mainbox  .left0 .inbox i.icon_s0101 {background:#0077bf;}
.mainbox  .left1 .inbox i.icon_s0101 {background-image: url(../_img/icon001.png);  }
.mainbox  .left2 .inbox i.icon_s0101 {background-image: url(../_img/icon002.png);}
.mainbox  .left3 .inbox i.icon_s0101 {background-image: url(../_img/icon003.png);}
#section0 p.bar{width: 50%;margin: 0 auto;font-size: 1.5rem;color: #fff; font-weight: normal; padding-top: 80px;}
#section0 p.bar::after {display: block;width: 2rem;height: 2px;margin: 0 auto;background: #fff;content: '';margin-top: 1rem;margin-bottom: 1rem;}

/* section1 */
.wn {max-width: 1000px;margin: 0 auto;}
.box_wrap {width: 100%;position: relative; margin: 50px 0 0;overflow:hidden;}
#section1 .fwrapper{width:100%;display:flex;/* margin-top:120px; */padding-top:50px;padding-bottom:50px;}
#section1 .sect_tit {width: 25%; position: relative;}
#section1 p.bar_bk{width: 25%;font-size: 1.5rem;color: #222; font-weight: normal; }
#section1 p.bar_bk::after {display: block;width: 2rem;height: 2px;background: #222;content: '';margin-top: 1rem;margin-bottom: 1rem;}
#section1  .sect_tit .more {position: relative; display: block; margin-top: 30px; float: left;}
#section1  .sect_tit .more span {color: #fff; font-size: 15px; font-weight: 400; background: #555; padding: 15px 52.77px; box-sizing: border-box;}
#section1 .wrap_box {width: 75%; position: relative; }
#section1 .wrap_box ul{overflow:hidden;display:flex;flex-wrap:wrap;}
#section1 .wrap_box ul li { width: 31.333%; margin: 10px 1%; height: 220px;  border: 1px solid #e8e8e8; padding:25px; background: #fff;}
#section1 .wrap_box ul li .brand_img {margin-bottom: 10px;width:100%;max-width:180px;height:40px;background-size:100%;background-position:center;background-repeat:no-repeat;}

#section1 .wrap_box ul li h4 {font-size: 1rem; margin-top: 10px; text-align: left !important; word-break: keep-all;overflow: hidden;text-overflow: ellipsis;    display: -webkit-box;
    -webkit-line-clamp: 2;max-height: 48px;    -webkit-box-orient: vertical;letter-spacing:-0.5px;}
#section1 .wrap_box ul li dl.list_option {font-size:0.975rem;overflow:hidden;margin-top:10px;}
#section1 .wrap_box ul li .list_option dt{float:left;font-size:0.875rem;color:#0068cf;margin-right:10px;}
#section1 .wrap_box ul li .list_option dd{float:left;font-size:0.875rem;color:#333;word-break: keep-all}
#section1 .wrap_box ul li .list_option dd + dt{margin-left:10px;}
#section1 .wrap_box ul li .position{}
#section1 .wrap_box ul li .part{}
/* section2 */


#section2 .fwrapper{width:100%;display:flex;margin-top:0;padding-top:50px;padding-bottom:50px;}

#section2 .sect_tit {width: 25%; max-width: 1000px; position: relative;}
#section2 p.bar_bk{width: 25%;font-size: 1.5rem;color: #222; font-weight: normal; }
#section2 p.bar_bk::after {display: block;width: 2rem;height: 2px;background: #222;content: '';margin-top: 1rem;margin-bottom: 1rem;}
#section2  .sect_tit .more {position: relative; display: block; margin-top: 30px; float: left;}
#section2  .sect_tit .more span {color: #fff; font-size: 15px; font-weight: 400; background: #555; padding: 15px 46px; box-sizing: border-box;}

#section2 .wrap_box {width: 75%; position: relative; }
#section2 .wrap_box ul{overflow:hidden;display:flex;flex-wrap:wrap;}
#section2 .wrap_box ul li { width: 31.333%; margin: 10px 1%;  border: 1px solid #e8e8e8; padding:25px; background: #fff;}
#section2 .wrap_box ul li .brand_img {margin:0 auto 10px;width:100%;max-width:180px;height:40px;background-size:100%;background-position:center;background-repeat:no-repeat;}

#section2 .wrap_box ul li h4 {font-size: 1rem; margin-top: 10px; text-align: left !important; word-break: keep-all;overflow: hidden;text-overflow: ellipsis;    display: -webkit-box;
    -webkit-line-clamp: 1;max-height: 25px;    -webkit-box-orient: vertical;letter-spacing:-0.5px;}
#section2 .wrap_box ul li dl.list_option {font-size:0.975rem;overflow:hidden;margin-top:10px;}
#section2 .wrap_box ul li .list_option dt{float:left;font-size:0.875rem;color:#0068cf;margin-right:10px;}
#section2 .wrap_box ul li .list_option dd{float:left;font-size:0.875rem;color:#333;word-break: keep-all}
#section2 .wrap_box ul li .list_option dd + dt{margin-left:10px;}
#section2 .wrap_box ul li .position{}
#section2 .wrap_box ul li .part{}
#ftNotice {padding:8px 0; background:#eee; overflow:hidden; line-height:34px; width:100%;}
#ftNotice .tit {float:left; width:120px; background:#0077bf; font-size:16px; color:#fff; text-align:center; font-weight: 500;}
#ftNotice .cont {position:relative; overflow:hidden; background:#fff;background-image:url(/_img/arw_location1.png);background-repeat:no-repeat;background-position:right 10px center}

#ftNotice .cont .run {justify-content:center; float:left; width:700px; color: #222;}
#ftNotice .cont .run .desc {padding:0 10px;}
#ftNotice .cont .link_notice {overflow:hidden; text-align:center; height:32px; color: #222;}
#ftNotice .cont .link_notice .slick-slide {border:none}
#ftNotice .cont .link_notice .item {vertical-align:top;}
#ftNotice .cont .link_notice a {display:block;}
#ftNotice .cont .link_notice a span {display:inline-block; color:red; margin-right:10px;}
#ftNotice .cont .more {position:absolute; top:0; right:-100px; width:50px; height:32px; text-align:center; line-height: 1.8;}
#ftNotice .cont .more .ico_comm {width:5px; height:10px; background-position:-240px -120px; margin-top:11px;}


@media (max-width: 1200px) {
.navbar {display: none;}
#ftNotice .cont .link_notice a:hover {text-decoration:underline;}
#footer .footer_bottom {padding: 20px;}
#footer .footer_left {width: 100%;}
#footer .footer_right {width: 100%; margin-left: 0;}
#footer .footer_right .right_top ul li {font-size: 0.875rem; width: 50%;}
#footer .footer_right .right_bottom {font-size: 0.875rem;}
}

@media (max-width: 1000px) {
#section1 {min-height: auto; background: #fff;}
#section1 .fwrapper{flex-wrap:wrap;margin-top:0px;padding-top:20px;padding-bottom:20px;}
.mainbox {padding:20px 10px;}
.mainbox .left0 dl p.bar_wh {font-size: 1.3125rem;}

#section1 .wrap_box ul li {max-height:auto;height:initial;}
#section1 .sect_tit {width: 100%; }
#section1 p.bar_bk {margin: 0 auto; padding-top: 10px;}
#section1 p.bar_bk::after {margin: 10px auto;}
#section1 .sect_tit .more {float: none;margin:10px 10px 20px;}
#section1 .sect_tit .more a{display:block;position:relative;height:42px;display:block;padding: 10px 31.77px;background: #fff;color:#333;border: 1px solid #666;}
#section1 .sect_tit .more span {background:none;color:#333;}
#section1 .wrap_box {width: 100%; margin-top: 20px;}
#section2 .fwrapper{flex-wrap:wrap;margin-top:0px;padding-top:20px;padding-bottom:20px;}

#section2 {min-height: auto; background: #f5f5f5;}
#section2 .sect_tit {width: 100%; }
#section2 p.bar_bk {margin: 0 auto; padding-top: 10px;}
#section2 p.bar_bk::after {margin: 10px auto;}
#section2 .sect_tit .more {float: none;margin:10px 10px 20px;}
#section2 .sect_tit .more a{display:block;position:relative;height:42px;display:block;padding: 10px 31.77px;background: #fff;color:#333;border: 1px solid #666;}
#section2 .sect_tit .more span {background:none;color:#333;}
#section2 .wrap_box {width: 100%; margin-top: 20px;}
#ftNotice {display: none;}
#quick {display:none;}
.mainbox  .left0 dt {padding: 29px;}
.mainbox  .left0 dl p.bar_wh::after { margin-bottom: 0;}
.mainbox ul li {width: 46%; margin: 2% 2%;}
.mainbox ul li:nth-child(3),.mainbox ul li:nth-child(4) {margin-top: 1%;} 
.mainbox ul li ul li {border: none;}

.box_t01 i {width: 85px; height: 85px;  margin: 20px auto 20px;}
#section0 {height: auto;}
#section1 .wrap_box ul li {width: 46%;  line-height:1.3;height:auto;padding:15px;}
#section1 .wrap_box ul li .brand_img {margin-bottom: 10px;     margin: 0 auto;}
#section1 .wrap_box ul li span {font-size: 0.875rem;}
#section1 .wrap_box ul li h4 {font-size: 0.875rem; margin-top: 10px;}
#section2 .wrap_box ul li {width: 46%;  line-height:1.3;height:auto;padding:15px;}
#section2 .wrap_box ul li .brand_img {margin-bottom: 10px; }
#section2 .wrap_box ul li span {font-size: 0.875rem;}
#section2 .wrap_box ul li h4 {font-size: 0.875rem; margin-top: 10px;}
}


@media (max-width: 800px) {

#section0 p.bar {font-size: 1.3125rem;}
#section1 p.bar_bk {font-size: 1.3125rem;}
#section1 .wrap_box ul li {width: 46%;margin:10px 2%;}
#section2 {min-height: auto;height:initial;}
#section2 p.bar_bk {font-size: 1.3125rem;}
#section2 .wrap_box ul li {width: 46%; margin: 10px 2%;}
.navbar {display: none;}
h1 {font-size: 1.5rem; margin: 0 20px;}
#notice .notice_wrap {display: inline-grid; width: 100%;}
.box_1 .board1 {width: 98%;}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
	-webkit-filter:grayscale(100%); filter:gray;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
	
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled{
/*    display: none; */}
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }


/*리뷰 테마*/
.owl-theme-review .owl-nav {
	position:relative;

	height:51px;
	display:block;
	width:75px;
	margin:20px auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
 }
  .owl-theme-review .owl-nav [class*='owl-'] {
 
    color: #FFF;
    font-size:1.25rem;
    margin: 5px;
    padding: 1rem;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
	
    .owl-theme-review .owl-nav [class*='owl-']:hover {
		opacity: 1;
	  }
	  
  .owl-theme-review .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
 .owl-theme-review .owl-stage-outer {
    position: relative;
    overflow: hidden;
	z-index:10;
	/*width:100%;max-width:1200px;*/
	margin:0 auto;
 }		
 
.owl-theme-review .owl-nav button span{display:none;}
.owl-theme-review .owl-nav button:focus,
.owl-theme-review .owl-dots button:focus
{outline:none}
.owl-theme-review .owl-nav button.owl-next {
     opacity: 0.3;
    cursor: pointer; 
    position: absolute;
	z-index:11;
    right: 0;
	margin:0 0;	
	width:29px;
	height:15px;
	background-image:url(../_img/arrow-b-r@2x.png) !important;	
	background-size:29px;
	background-repeat:no-repeat;	
}
.owl-theme-review .owl-nav button.owl-prev {
   opacity: 0.3;
    cursor: pointer; 
    position: absolute;  
	z-index:11;	
	top:0;
	bottom:0;
    left: 0px;
	margin:0 0;
	width:29px;
	height:15px;
	background-image:url(../_img/arrow-b-l@2x.png) !important;	
	background-size:29px;
	background-repeat:no-repeat;
}
.owl-theme-review .owl-nav button:hover {opacity: 1;}	

.owlin-theme .owl-nav button span{display:none;}
.owl-theme-review .owl-nav.disabled + .owl-dots {}
.owl-theme-review .owl-dots {
	display:none;
}
  .owl-theme-review .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    }
    .owl-theme-review .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 0 5px;
      background: transparent;
	  border:1px solid #284aa4;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
	  
.owl-theme-review .owl-dots .owl-dot.active span, 
.owl-theme-review .owl-dots .owl-dot:hover span {background: #284aa4;border:1px solid #284aa4; }
.owl-theme-review .owl-stage {height:220px;}
.owl-theme-review .item{height:214px;border-radius: 30px 30px 0 30px;width:100%;display: flex;flex-wrap: wrap;box-shadow: 0 0 5px #eee;}
.owl-theme-review .item .item-bgbox{height:214px;border-radius: 30px 0 0 30px; width:50%;background-repeat:no-repeat;background-size:cover;}
.owl-theme-review .item .item-txtbox{height:185px;border-radius: 0 30px 0 0;background-color:#fff;width:calc( 50% - 40px );padding:30px 20px 0 20px;text-align:left;}
.owl-theme-review .item .item-txtbox h4{font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space: nowrap; 
  width: 100%;overflow: hidden;margin-bottom:10px;line-height:1.88;letter-spacing:-0.64px;}
.owl-theme-review .item .item-txtbox p.ment{height:100px;overflow:hidden;font-size:0.875rem; !important;margin-bottom:0 !important;font-weight:300;line-height:1.57;letter-spacing:-0.56px;}
.owl-theme-review .item .item-txtbox .star{margin-bottom:10px;}
.star i + i{margin-left:0;}
.star i{display:inline-block;width:14px;height:14px;}
i.star_navy{background-image: url(../_img/star-b@2x.png);background-size: 14px;background-repeat: no-repeat;}
i.star_gray{background-image: url(../_img/star-g@2x.png);background-size: 14px;background-repeat: no-repeat;}
i.material-icons.gray{color:#cccccc;font-size:1.125rem;}


/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme-banner .item{height:50px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;border:1px solid #ccc;}
.owl-theme-banner .owl-nav button:focus,
.owl-theme-banner .owl-dots button:focus
{outline:none}
.owl-theme-banner .owl-nav button.owl-next {
    opacity: 0.3;
    cursor: pointer; 
    position: absolute;
	z-index:11;
	top:15px;
    right: -10px;
	margin:0 0;	
	width:14px;
	height:24px;
	background-image:url(../_img/arrow_next.png) !important;	
	background-size:14px;
	background-repeat:no-repeat;	
}	
.owl-theme-banner .owl-nav button.owl-prev {
    opacity: 0.3;
    cursor: pointer; 
    position: absolute;  
	z-index:11;	
	top:15px;
	bottom:0;
    left: -10px;
	margin:0 0;
	width:14px;
	height:24px;
	background-image:url(../_img/arrow_prev.png) !important;	
	background-size:14px;
	background-repeat:no-repeat;
}
.owl-theme-banner .owl-nav button:hover {opacity: 1;}	

@media screen and (max-width: 1280px){
	.owl-theme-banner .owl-nav button.owl-next {right: 20px;}
	.owl-theme-banner .owl-nav button.owl-prev {left: 20px;}

}
@media screen and (max-width: 1024px){

	.owl-theme-banner .owl-nav button.owl-next {right: 10px;}
	.owl-theme-banner .owl-nav button.owl-prev {left: 10px;}
}


@media screen and (max-width: 900px){
  .mobile-title {display: block !important;position: absolute;left: calc(50% - 70px); top: 12px;transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);}
  .intro p.bar {width: 80%;}
  .resume1 .lst_chk li:last-child { margin-left: 0; margin-top: 5px;}
  .resume1 .slt {margin-left: 20px;}
  .service2 .lst_chk li { display: block; margin-left: 0px; margin-bottom: 5px;}
  .service2 .slt {margin: 0;}
  }



@media screen and (max-width: 600px){
.h1 {font-size: 1.125rem;}
.logo-image {width: 120px; }
.mobile-title {top:16px;left: calc(50% - 66px);}
.intro p.bar {font-size: 24px;}
.box_wrap .box_left .left1, .box_wrap .box_left .left2, .box_wrap .box_left .left3 {float: left; width: 150px; height: 150px;margin-left: 20px;padding: 20px;}
.box_wrap .box_left .left4 {float: left; }
.box_wrap .box_left .left1 dt, .box_wrap .box_left .left2 dt, .box_wrap .box_left .left3 dt {font-size: 0.75rem;}
.box_wrap .box_left .left1 dd, .box_wrap .box_left .left2 dd, .box_wrap .box_left .left3 dd {font-size: 0.7rem; margin-top: 10px;}
.box_t01 i {width: 70px; height: 70px; }
.box_wrap .box_right {margin-left: 20px;}
.box_wrap .box_right .right_in .right_inl { width: 190px;}
.box_wrap .box_right .right_in .right_inl li {padding: 20px;}
.box_wrap .box_right .right_in .right_inl li img {width: 80px; height: 80px;}
.box_wrap .box_right .right_in .right_inl span {margin-top: 15px;font-size: 1rem;}
.box_wrap2 {margin-top: 30px;}
.box_wrap2 .box1 {width: 98%;}
.box_3 .board3 li {width: 49%; height: 180px;}

.mainbox .left0 dt {padding: 20px;}
}
@media screen and (max-width: 480px){
.box_wrap .box_left .left1, .box_wrap .box_left .left2, .box_wrap .box_left .left3{width: 120px; height: 150px;}
.box_wrap .box_right .right_in .right_inl {width: 100px;}
.box_wrap .right_in .right_inb ul li {margin-left: 10px; padding: 12px 10px;}
.box_3 .board3 p {font-size: 0.875rem;}
.box_3 .board3 li  {width: 48%; margin-left: 5px;}
.box_3 .board3 li img {width: 130px;}
.mainbox .left0 dl p.bar_wh {font-size: 15px;}
.mainbox .left0 dt {padding: 20px 20px 20px 20px;}
.mainbox ul li ul li img {display: none;}
.mainbox ul li ul li {padding: 10px 0;}
.mainbox ul li{font-size:16px;}
.navytxt{padding:10px;}
}

@media screen and (max-width: 420px){
.mainbox ul li ul li {padding: 11px 0;font-size:13px;}
		}
