@charset "utf-8";
.sp-only{
  display: none;
}
/*******************************************************************
	Reset
********************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0
}


/* html5 */

table {
  border-collapse: separate;
  border-spacing: 0
}

fieldset, img, iframe {
  border: 0
}

img {
  vertical-align: top;
  max-width: 100%;
}

ul, ol {
  list-style: none
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

caption, legend {
  display: none
}

html, body {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  font-family: "Meiryo UI", "Yu Gothic UI", MSPgothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, 'MS UI Gothic', Hiragino Kaku Gothic, sans-serif;
  font-size: 16px
}

body {
  background: #fff
}

h1, h2, h3, h4, h5, h6, strong, table th {
  font-family: "Meiryo UI", "Yu Gothic UI", MSPgothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, 'MS UI Gothic', Hiragino Kaku Gothic, sans-serif
}

a:link, a:visited {
  text-decoration: none;
  cursor: pointer
}

a:active, a:hover {
  text-decoration: none;
  cursor: pointer
}


/* Form */

input, textarea, select {
  background: #fff;
  font-family: "Meiryo UI", "Yu Gothic UI", MSPgothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, 'MS UI Gothic', Hiragino Kaku Gothic, sans-serif;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
  /*-webkit-appearance:none;-moz-appearance:none;appearance:none;*/
  vertical-align: middle;
  outline: none
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
  vertical-align: middle;
  outline: none;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none
}

input::-ms-clear {
  display: none
}

input[type="text"], input[type="password"], input[type="number"] {
  width: 100%;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 0
}

input[type=text]::-ms-clear {
  display: none
}

input[type=password]::-ms-reveal {
  display: none
}

input[type="file"] {
  width: 100%;
  background: #fff;
  border: 0;
  vertical-align: top
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input.txtBox {
  height: 40px;
  font-size: 16px;
  color: #6b6d72;
  line-height: 40px
}

input.txtBox:focus, textarea:focus {
  border-color: #2388ef
}

select {
  display: inline-block;
  width: 100%;
  padding: 0 10px 0 5px;
  border: 0;
  margin: 0;
  line-height: 100%
}

select option {
  color: #555;
  margin: 0
}

textarea {
  resize: none;
  padding: 5px 10px;
  border: 1px solid #9e9e9e
}


/* skip */

#skipNavi {
  position: relative;
  z-index: 2147483647
}

#skipNavi a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: 0;
  background: #999;
  color: #fff;
  text-align: center;
  text-decoration: none
}

#skipNavi a:active, #skipNavi a:focus {
  position: static
}

input::-webkit-input-placeholder {
  color: #999
}

input:-moz-placeholder {
  color: #999
}

input::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder {
  color: #999
}


/*  Modal Popup  */

.modalBg {
  z-index: 997;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000
}

.modalPopContainer {
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0
}

.modalPopContainer .popupCon {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0
}

.clearFix:after {
  display: block;
  clear: both;
  content: ""
}

.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0
}

.al {
  text-align: left !important
}

.ac {
  text-align: center !important
}

.ar {
  text-align: right !important
}

.vt {
  vertical-align: top !important
}

.brtn {
  border-top: 0 !important
}

.brrn {
  border-right: 0 !important
}

.brbn {
  border-bottom: 0 !important
}

.brln {
  border-left: 0 !important
}

.mtn {
  margin-top: 0 !important
}

.mrn {
  margin-right: 0 !important
}

.mbn {
  margin-bottom: 0 !important
}

.mln {
  margin-left: 0 !important
}

.ptn {
  padding-top: 0 !important
}

.prn {
  padding-right: 0 !important
}

.pbn {
  padding-bottom: 0 !important
}

.pln {
  padding-left: 0 !important
}

.mt5 {
  margin-top: 5px !important
}

.mt7 {
  margin-top: 7px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.mt90 {
  margin-top: 90px !important
}

.mr5 {
  margin-right: 5px !important
}

.mr10 {
  margin-right: 10px !important
}

.mr15 {
  margin-right: 15px !important
}

.mr20 {
  margin-right: 20px !important
}

.mr25 {
  margin-right: 25px !important
}

.mr30 {
  margin-right: 30px !important
}

.mr35 {
  margin-right: 35px !important
}

.mr40 {
  margin-right: 40px !important
}

.mr45 {
  margin-right: 45px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml5 {
  margin-left: 5px !important
}

.ml10 {
  margin-left: 10px !important
}

.ml15 {
  margin-left: 15px !important
}

.ml20 {
  margin-left: 20px !important
}

.ml25 {
  margin-left: 25px !important
}

.ml30 {
  margin-left: 30px !important
}

.ml35 {
  margin-left: 35px !important
}

.ml40 {
  margin-left: 40px !important
}

.ml45 {
  margin-left: 45px !important
}

.ml50 {
  margin-left: 50px !important
}

.ml60 {
  margin-left: 60px !important
}

.ml70 {
  margin-left: 70px !important
}

.pt5 {
  padding-top: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pt15 {
  padding-top: 15px !important
}

.pt20 {
  padding-top: 20px !important
}

.pt25 {
  padding-top: 25px !important
}

.pt30 {
  padding-top: 30px !important
}

.pt35 {
  padding-top: 35px !important
}

.pt40 {
  padding-top: 40px !important
}

.pt45 {
  padding-top: 45px !important
}

.pt50 {
  padding-top: 50px !important
}

.pr5 {
  padding-right: 5px !important
}

.pr10 {
  padding-right: 10px !important
}

.pr15 {
  padding-right: 15px !important
}

.pr20 {
  padding-right: 20px !important
}

.pr25 {
  padding-right: 25px !important
}

.pr30 {
  padding-right: 30px !important
}

.pr35 {
  padding-right: 35px !important
}

.pr40 {
  padding-right: 40px !important
}

.pr45 {
  padding-right: 45px !important
}

.pr50 {
  padding-right: 50px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.pl5 {
  padding-left: 5px !important
}

.pl10 {
  padding-left: 10px !important
}

.pl15 {
  padding-left: 15px !important
}

.pl20 {
  padding-left: 20px !important
}

.pl25 {
  padding-left: 25px !important
}

.pl30 {
  padding-left: 30px !important
}

.pl35 {
  padding-left: 35px !important
}

.pl40 {
  padding-left: 40px !important
}

.pl45 {
  padding-left: 45px !important
}

.pl50 {
  padding-left: 50px !important
}


/*******************************************************************
	Common
********************************************************************/

#wrap {
  position: relative;
  width: 100%;
  min-width: 1260px;
  min-height: 100%
}

#header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  background: #fff
}

#header .subBg {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e3e3e3
}

#header .scr {
  display: inline-block;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
}

#header .headerCon {
  position: relative;
  width: 1190px;
  margin: 0 auto
}

#header .logo {
  display: block;
  float: left;
 width: 220px;
 margin-top: -10px;
}

#header .nav {
  z-index: 10;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  margin-left: -30px;
  box-sizing: border-box;
  vertical-align: top
}

#header .nav .gnb {
  display: inline-block;
  position: relative;
  vertical-align: top
}

#header .nav .gnb .mainMenu {
  float: left
}

#header .nav .gnb .mainMenu>a {
  display: inline-block;
  height: 59px;
  padding: 20px 25px 0;
  margin: 0 20px;
  font-size: 26px;
  color: #1d2d3c;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top
}

#header .nav .gnb .mainMenu>a:hover, #header .nav .gnb .mainMenu.on>a {
  color: #2388ef;
  border-bottom: 1px solid #2388ef
}

#header .nav .gnb .mainMenu .subMenu {
  display: none;
  padding: 0 15px;
  margin: 20px 0;
  border-left: 1px solid #ddd;
  box-sizing: border-box
}

#header .nav .gnb .mainMenu .subMenu li {
  display: block;
  margin-top: 10px
}

#header .nav .gnb .mainMenu .subMenu li:first-child {
  margin-top: 0
}

#header .nav .gnb .mainMenu .subMenu li>a {
  display: block;
  font-size: 16px;
  color: #6a6a6a;
  vertical-align: top
}

#header .nav .gnb .mainMenu .subMenu li:hover>a, #header .nav .gnb .mainMenu .subMenu li.on>a {
  color: #2388ef
}

#header .navUtil {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0
}

#header .navUtil a {
  vertical-align: top
}

#header.scroll {
  height: 60px;
  padding: 10px 0
}

#header.scroll .subBg {
  top: 59px
}

#header.scroll .nav {
  position: inherit;
  top: 0;
  left: 0;
  width: auto;
  margin-left: 60px
}

#header.scroll .nav .gnb .mainMenu>a {
  height: 43px;
  padding: 6px 20px 0;
  margin: 0 15px;
  font-size: 24px
}

#header.scroll .nav .gnb .mainMenu .subMenu {
  padding: 0 10px
}

#header.scroll .nav .gnb .mainMenu .subMenu li>a {
  font-size: 14px
}

#container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 160px 0 90px
}

#container.scroll {
  padding: 60px 0 90px
}

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  box-sizing: border-box;
  background: #f2f2f2
}

.ftWrap {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  zoom: 1
}

.ftWrap:after {
  content: '';
  display: block;
  clear: both;
  height: 0
}

.ftWrap .logo {
  display: block;
  float: left;
  width: 148px;
  margin-top: -8px;
}

.ftWrap .footMenu {
  display: inline-block;
  float: left;
  margin-left: 50px
}

.ftWrap .footMenu li {
  float: left;
  margin-left: 30px;
  font-size: 12px
}

.ftWrap .footMenu li:first-child {
  margin-left: 0
}

.ftWrap .footMenu li a {
  display: block;
  color: #9e9e9e
}

.ftWrap .copy {
  float: right;
  font-size: 10px;
  color: #b5b5b5
}

.area {
  position: relative;
  width: 1190px;
  margin: 0 auto
}


/* btnSet */

.btnArea {
  width: 100%;
  font-size: 0;
  text-align: center
}

.btnWht {
  display: inline-block;
  width: 130px;
  height: 40px;
  padding-top: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  color: #9e9e9e;
  text-align: center
}

.btnWht:hover {
  background: #2669ad;
  border: 1px solid #2669ad;
  color: #fff
}

.btnWht.ml {
  margin-left: -1px
}

.btnWht .cmt {
  display: inline-block;
  vertical-align: top
}

.btnWht .bl {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 3px;
  background: url("../images/icon_set.png") no-repeat -9px -9px;
  vertical-align: top
}

.btnWht:hover .bl {
  background-position: -9px -39px
}

.btnBlue {
  display: inline-block;
  padding: 0 10px;
  min-width: 100px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #2388ef;
  background: #2388ef;
  font-size: 12px;
  color: #fff;
  text-align: center
}

.btnBlue:hover {
  background: #fff;
  border: 1px solid #2388ef;
  color: #2388ef
}

.btnDarkBlue {
  display: inline-block;
  padding: 0 10px;
  min-width: 180px;
  height: 50px;
  line-height: 44px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #354564;
  background: #354564;
  font-size: 12px;
  color: #fff;
  text-align: center
}

.btnDarkBlue:hover {
  background: #fff;
  border: 1px solid #354564;
  color: #354564
}

.btnDarkBlue .cmt {
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  vertical-align: middle
}

.btnDarkBlue .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat;
  vertical-align: middle
}

.btnDarkBlue.gp .bl {
  background-position: 0 -60px
}

.btnDarkBlue.ap .bl {
  background-position: -30px -60px
}

.btnSmDb {
  display: inline-block;
  padding: 0 15px;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #2388ef;
  background: #2388ef;
  font-size: 18px;
  color: #fff;
  text-align: center;
  vertical-align: top
}

.btnSmDb:hover {
  border: 1px solid #2388ef;
  background: #fff;
  color: #2388ef
}

.btnCmDb {
  display: inline-block;
  padding: 0 15px;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #8eacc2;
  background: #8eacc2;
  font-size: 18px;
  color: #fff;
  text-align: center;
  vertical-align: top
}

.btnCmDb:hover {
  border: 1px solid #8eacc2;
  background: #fff;
  color: #8eacc2
}

.btnRoll {
  display: inline-block;
  min-width: 240px;
  height: 70px;
  line-height: 68px;
  padding: 0 20px;
  border-radius: 35px;
  box-sizing: border-box;
  border: 1px solid #606060;
  font-weight: bold;
  font-size: 24px;
  color: #606060;
  text-align: center
}

.toolTipArea {
  display: inline-block;
  margin-left: 5px
}

.toolTipArea .btnTip {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat -120px -60px
}


/*******************************************************************
	Table
********************************************************************/

.tbTitle {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  color: #6b6d72
}

.tbTitle .total {
  float: left;
  display: inline-block;
  margin-top: 10px
}

table {
  width: 100%
}

.tList01 {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.tList01 table {
  table-layout: fixed
}

.tList01 th {
  padding: 15px;
  background: #f9f9f9;
  font-weight: normal;
  font-size: 14px;
  color: #6b6d72;
  text-align: left
}

.tList01 td {
  padding: 15px;
  border-top: 1px solid #e3e3e3;
  font-size: 14px;
  color: #6b6d72;
  word-break: break-all
}

.tList01 td .title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #6b6d72
}

.tList01 td .title:hover {
  color: #2388ef;
  text-decoration: underline
}

.tList01 .noData td {
  text-align: center
}

.tList02 {
  text-align: center
}

.tList02 th {
  padding: 15px 10px
}

.tList02 th.bg1 {
  background: #d5dde6
}

.tList02 th.bg2 {
  background: #f9f9f9
}

.tList02 thead th {
  font-weight: normal;
  font-size: 22px;
  color: #6e88a3
}

.tList02 tbody th {
  background: #e8edf3;
  border-bottom: 1px solid #d0d8e2;
  font-size: 22px;
  color: #414752
}

.tList02 tbody th.normal {
  font-weight: normal;
  font-size: 20px
}

.tList02 tbody th, .tList02 tbody td {
  padding: 20px 10px;
  border-bottom: 1px solid #e3e3e3
}

.tList02 td {
  font-size: 15px;
  color: #414752
}

.tList02 td .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_set.png") no-repeat;
  vertical-align: middle
}

.tList02 td .bl.ico1 {
  background-position: -150px -150px
}

.tList02 td .bl.ico2 {
  background-position: -180px -150px
}

.tList02 td .bl.ico3 {
  background-position: -210px -150px
}

.tList02 td .bl.ico4 {
  background-position: -240px -150px
}

.tList02 td .cmt {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #1151a7;
  vertical-align: middle
}

.tForm {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.tForm th {
  padding: 15px 20px;
  border-top: 1px solid #f3f3f3;
  background: #f9f9f9;
  font-size: 16px;
  color: #414752;
  text-align: left;
  vertical-align: top
}

.tForm th.necessary {
  color: #2bbfc1
}

.tForm td {
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  color: #6b6d72;
  word-break: break-all
}

.tForm td .txtBox {
  width: 300px;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  color: #6b6d72
}

.tForm td .txtBox.full {
  width: 100%
}

.tForm td textarea {
  width: 100%;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  color: #6b6d72
}

.tbBottom {
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center
}

.paging {
  width: 100%;
  text-align: center
}

.paging strong {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  padding: 8px 5px 0;
  border-radius: 15px;
  background: #2388ef;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
  vertical-align: middle;
  text-align: center
}

.paging a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #6e88a3;
  vertical-align: middle;
  text-align: center;
  line-height: 15px
}

.paging a:hover {
  color: #2388ef;
  text-decoration: underline
}

.paging .btnPage {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_set.png") no-repeat
}

.paging .btnPage.first {
  background-position: 0 -150px
}

.paging .btnPage.prev {
  margin: 0 15px 0 0;
  background-position: -30px -150px
}

.paging .btnPage.next {
  margin: 0 0 0 15px;
  background-position: -60px -150px
}

.paging .btnPage.last {
  background-position: -90px -150px
}


/*******************************************************************
	Layout
********************************************************************/


/* 공통 클래스 */

.cont {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.cont.bgWht {
  padding: 30px 0
}

.bgGry {
  background: #f9f9f9
}

.bgWht {
  background: #fff
}

.fcBlue {
  color: #2388ef !important
}

.fcGry {
  color: #414752 !important
}

.fcWhite {
  color: #fff !important
}

.fcBlk {
  color: #1d2d3c !important
}

.topArea {
  display: inline-block;
  width: 100%;
  padding: 30px 0 15px;
  vertical-align: top
}

.topArea .title {
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  color: #1d2d3c;
  vertical-align: top;
  line-height: 1
}

.topArea .locWrap {
  float: right
}

.topArea .locWrap li {
  position: relative;
  float: left;
  padding-left: 15px;
  margin-left: 8px;
  background: url("../images/bl_loc_arr.png") no-repeat 0 9px
}

.topArea .locWrap li:first-child {
  background: none;
  padding: 0;
  margin: 0
}

.topArea .locWrap li .locTit {
  display: inline-block;
  padding: 0 20px 10px 0;
  background: url("../images/bl_loc.png") no-repeat right 4px;
  font-size: 14px;
  color: #5e646c
}

.topArea .locWrap li .locTit:hover {
  text-decoration: underline
}

.topArea .locWrap li .locTit.last {
  background: none;
  padding: 0 0 10px 0
}

.topArea .locWrap li .locList {
  display: none;
  z-index: 10;
  position: absolute;
  top: 22px;
  right: 0;
  width: auto;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left
}

.topArea .locWrap li .locList p a {
  display: block;
  font-size: 12px;
  color: #5e646c;
  white-space: nowrap;
  line-height: 1.8
}

.topArea .locWrap li .locList p:hover a {
  color: #2669ad;
  text-decoration: underline
}

.topArea .locWrap li .locList p.on a {
  color: #2669ad;
  text-decoration: underline
}

.topArea .locWrap li.on .locList {
  display: inline-block
}

.notiArea {
  z-index: 5;
  display: none;
  position: fixed;
  top: 160px;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  box-sizing: border-box;
  background: url("../images/bg_noti.png") repeat
}

.notiArea.scroll {
  top: 60px
}

.notiArea .notiTit {
  display: inline-block;
  line-height: 1;
  vertical-align: top
}

.notiArea .notiTit .bl {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background: url("../images/ico_noti.png") no-repeat 0 50%;
  vertical-align: middle
}

.notiArea .notiTit .cmt {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  vertical-align: middle
}

.notiArea .notiTxt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  margin-left: 20px;
  padding-left: 20px;
  background: url("../images/bg_bar_noti.gif") no-repeat 0 50%;
  font-size: 14px;
  color: #fff;
  vertical-align: top
}

.notiArea .notiTxt:hover {
  text-decoration: underline
}

.notiArea .btnNotiClse {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icon_set.png") no-repeat -240px -30px
}

.cTit {
  margin: 30px 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #1d2d3c
}

.selectBox {
  display: inline-block;
  width: 300px;
  height: 40px;
  padding: 8px 5px 0;
  box-sizing: border-box;
  border: 1px solid #9e9e9e;
  line-height: 19px
}

.fileSet {
  width: 100%;
  height: 40px;
  padding: 7px 10px 0;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  color: #6b6d72
}

.fileSet:first-child {
  margin-top: 0
}

.infoTxt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #6b6d72;
  vertical-align: top;
  line-height: 22px
}

.linkTxt {
  display: inline-block;
  color: #2388ef;
  text-decoration: underline !important
}

.link {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #2388ef
}

.link:hover .cmt {
  text-decoration: underline
}

.link .bl {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/icon_set.png") no-repeat -10px -97px;
  vertical-align: middle
}

.imgArea {
  width: 100%;
  text-align: center
}

.snb {
  z-index: 600;
  display: inline-block;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -100px;
  padding: 5px 30px 5px 15px;
  background: url("../images/snb_bg.png") repeat;
  border-radius: 10px 0 0 10px;
  text-align: right
}

.snb .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: -8px;
  background: url("../images/icon_set.png") no-repeat
}

.snb .btn.up {
  background-position: -30px 0
}

.snb .btn.up:hover {
  background-position: -30px -30px
}

.snb .btn.down {
  background-position: -60px 0
}

.snb .btn.down:hover {
  background-position: -60px -30px
}

.snb .snbList {
  display: block;
  margin: 10px 0
}

.snb .snbList li {
  display: block;
  height: 30px
}

.snb .snbList li .tit {
  display: inline-block;
  min-width: 90px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #d4d9e3/*#9e9e9e*/
  ;
  vertical-align: middle
}

.snb .snbList li .bl {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url("../images/product_icon_set.png") no-repeat;
  vertical-align: middle
}

.snb .snbList li .bl.ico1 {
  background-position: 0 -3px
}

.snb .snbList li .bl.ico2 {
  background-position: -30px -3px
}

.snb .snbList li .bl.ico3 {
  background-position: -60px -3px
}

.snb .snbList li .bl.ico4 {
  background-position: -90px -3px
}

.snb .snbList li .bl.ico5 {
  background-position: -120px -1px
}

.snb .snbList li .bl.ico6 {
  background-position: -150px -3px
}

.snb .snbList li .bl.ico7 {
  background-position: -180px -1px
}

.snb .snbList li .bl.ico8 {
  background-position: -210px -3px
}

.snb .snbList li .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  border-radius: 7px;
  background: #d4d9e3/*9e9e9e*/
  ;
  vertical-align: middle
}

.snb .snbList li:hover .tit, .snb .snbList li.on .tit {
  color: #2388ef
}

.snb .snbList li:hover .bl.ico1, .snb .snbList li.on .bl.ico1 {
  background-position: 0 -33px
}

.snb .snbList li:hover .bl.ico2, .snb .snbList li.on .bl.ico2 {
  background-position: -30px -33px
}

.snb .snbList li:hover .bl.ico3, .snb .snbList li.on .bl.ico3 {
  background-position: -60px -33px
}

.snb .snbList li:hover .bl.ico4, .snb .snbList li.on .bl.ico4 {
  background-position: -90px -33px
}

.snb .snbList li:hover .bl.ico5, .snb .snbList li.on .bl.ico5 {
  background-position: -120px -31px
}

.snb .snbList li:hover .bl.ico6, .snb .snbList li.on .bl.ico6 {
  background-position: -150px -33px
}

.snb .snbList li:hover .bl.ico7, .snb .snbList li.on .bl.ico7 {
  background-position: -180px -31px
}

.snb .snbList li:hover .bl.ico8, .snb .snbList li.on .bl.ico8 {
  background-position: -210px -33px
}

.snb .snbList li:hover .dot, .snb .snbList li.on .dot {
  width: 18px;
  height: 18px;
  margin-right: -3px;
  margin-left: 0;
  border-radius: 9px;
  background: #2388ef
}


/* ==================================================================
	00.main
 ====================================================================*/

.section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  vertical-align: top
}

.section .titBox {
  width: 100%
}

.section .titBox>p {
  font-weight: bold;
  font-size: 40px;
  color: #1d2d3c;
  line-height: 1.2
}

.section .conBox {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.section .conBox .mainBox {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #e3e3e3;
  vertical-align: top
}

.section .conBox .mainBox .tit {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 22px;
  color: #1d2d3c;
  line-height: 1;
  vertical-align: top
}

.section .conBox .mainBox .link {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #2388ef
}

.section .conBox .mainBox .link:hover .cmt {
  text-decoration: underline
}

.section .conBox .mainBox .link .bl {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/icon_set.png") no-repeat -10px -97px;
  vertical-align: middle
}

.section .lftBox {
  float: left
}

.section .rgtBox {
  float: left
}

.section.sec1 {
  height: 735px;
  background: url("../images/index/key_visual.jpg") no-repeat 50%;
  background-size: cover
}

.section.sec1 .visualArea {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 9 0px;
  vertical-align: top
}

.section.sec1 .visualArea .visBox .kvTit {
  font-size: 80px;
  color: #fff;
  line-height: 1.2
}

.section.sec1 .visualArea .visBox .sTit {
  margin-top: 70px;
  font-weight: bold;
  font-size: 28px;
  color: #fff
}

.section.sec1 .visualArea .visBox .titList {
  margin-top: 35px
}

.section.sec1 .visualArea .visBox .titList li {
  margin-top: 10px
}

.section.sec1 .visualArea .visBox .titList li:first-child {
  margin-top: 0
}

.section.sec1 .visualArea .visBox .titList li .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/ico_tit.png") no-repeat;
  vertical-align: middle
}

.section.sec1 .visualArea .visBox .titList li .cmt {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #c1eeff;
  vertical-align: middle
}

.section.sec1 .visualArea .visBox .titList li.ico1 .bl {
  background-position: 0 0
}

.section.sec1 .visualArea .visBox .titList li.ico2 .bl {
  background-position: 0 -30px
}

.section.sec1 .visualArea .visBox .titList li.ico3 .bl {
  background-position: 0 -60px
}

.section.sec1 .visualArea .visBox .titList li.ico4 .bl {
  background-position: 0 -90px
}

.section.sec1 .visualArea .visBox .btnArea {
  margin-top: 60px;
  text-align: left
}

.section.sec1 .visualArea .visBox .btnArea .btnBlue {
  min-width: 150px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 17px
}

.section.sec1 .visualArea .toonInfo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 430px;
  height: 180px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff
}

.section.sec1 .visualArea .toonInfo .titBox {
  display: inline-block;
  width: 100%
}

.section.sec1 .visualArea .toonInfo .titBox .tit {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #1d2d3c
}

.section.sec1 .visualArea .toonInfo .toonArea {
  display: inline-block;
  width: 100%;
  margin-top: 15px
}

.section.sec1 .visualArea .toonInfo .toonArea .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  width: 170px;
  height: 110px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.section.sec1 .visualArea .toonInfo .toonArea .thumb img {
  width: 100%;
  height: auto
}

.section.sec1 .visualArea .toonInfo .toonArea .thumb .bl {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 70px;
  padding: 10px;
  box-sizing: border-box;
  background: #2bbfc1;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center
}

.section.sec1 .visualArea .toonInfo .toonArea .txtBox {
  float: left;
  overflow: hidden;
  width: 200px;
  height: 110px;
  margin-left: 20px;
  box-sizing: border-box
}

.section.sec1 .visualArea .toonInfo .toonArea .txtBox .mainTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #1151a7;
  line-height: 1
}

.section.sec1 .visualArea .toonInfo .toonArea .txtBox .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  color: #414752
}

.section.sec1 .visualArea .toonInfo .toonArea .txtBox .sTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #6e88a3
}

.section.sec1 .visualArea .toonInfo .toonArea .txtBox .mainTit.type2, .section.sec1 .visualArea .toonInfo .toonArea .txtBox .tit.type2, .section.sec1 .visualArea .toonInfo .toonArea .txtBox .sTit.type2 {
  overflow: auto;
  text-overflow: initial;
  white-space: normal
}

.section.sec2 {
  background: #fff
}

.section.sec2 .titBox {
  font-weight: bold;
  font-size: 56px;
  color: #414752;
  text-align: center
}

.section.sec2 .pdcBox {
  display: inline-block;
  width: 100%;
  margin-top: 90px;
  text-align: center
}

.section.sec2 .pdcBox .box {
  width: 585px;
  margin: 0 auto
}

.section.sec2 .pdcBox .lftBox {
  width: 585px
}

.section.sec2 .pdcBox .rgtBox {
  width: 585px;
  margin-left: 20px
}

.section.sec2 .pdcBox .tit {
  font-weight: bold;
  font-size: 34px;
  color: #1151a7
}

.section.sec2 .pdcBox .sTit {
  margin-top: 25px;
  font-size: 26px;
  color: #414752
}

.section.sec2 .pdcBox .imgArea {
  border-bottom: 1px solid #e3e3e3
}

.section.sec2 .pdcBox .btnBlue {
  min-width: 150px;
  height: 50px;
  margin-top: 25px;
  line-height: 48px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 17px
}

.section.sec2 .pdcBox .link {
  float: none;
  font-size: 26px
}

.section.sec3 {
  background: #f9f9f9
}

.section.sec3 .faqBox {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.section.sec3 .faqBox .thumb {
  overflow: hidden;
  float: left;
  width: 390px;
  height: 260px
}

.section.sec3 .faqBox .faqListBox {
  float: left;
  width: 750px;
  margin-left: 50px
}

.section.sec3 .faqBox .faqListBox .faqTit {
  font-weight: bold;
  font-size: 28px;
  color: #1151a7;
  line-height: 1
}

.section.sec3 .faqBox .faqListBox .faqMainList {
  margin-top: 25px;
  border-top: 1px solid #e3e3e3
}

.section.sec3 .faqBox .faqListBox .faqMainList li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 15px
}

.section.sec3 .faqBox .faqListBox .faqMainList li a {
  font-size: 18px;
  color: #6e88a3
}

.section.sec3 .faqBox .faqListBox .faqMainList li:hover a {
  color: #2388ef
}

.section.sec3 .box {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
  vertical-align: top
}

.section.sec3 .lftBox {
  width: 660px
}

.section.sec3 .lftBox .box {
  display: table
}

.section.sec3 .lftBox .thumb {
  overflow: hidden;
  display: table-cell;
  width: 250px;
  height: 150px;
  box-sizing: border-box
}

.section.sec3 .lftBox .thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #e3e3e3;
  box-sizing: border-box
}

.section.sec3 .lftBox .txtBox {
  display: table-cell;
  padding-left: 30px
}

.section.sec3 .lftBox .txtBox .tit {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 25px;
  color: #1151a7;
  line-height: 1.2
}

.section.sec3 .lftBox .txtBox .btnMore {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/icon_set.png") no-repeat -95px -5px
}

.section.sec3 .rgtBox {
  width: 430px;
  margin-left: 100px
}

.section.sec3 .rgtBox .thumb {
  overflow: hidden;
  float: left;
  width: 318px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.section.sec3 .rgtBox .thumb img {
  width: 100%;
  height: auto
}

.section.sec4 {
  background: #fff
}

.section.sec4 .mainBox .tit {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 34px;
  color: #1d2d3c
}

.section.sec4 .mainBox .toonArea {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  vertical-align: top
}

.section.sec4 .mainBox .toonArea .imgMotion {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px
}

.section.sec4 .mainBox .toonArea .newBox {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 560px;
  height: 190px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.section.sec4 .mainBox .toonArea .newBox .thumb {
  position: relative;
  float: left;
  overflow: hidden;
  width: 230px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.section.sec4 .mainBox .toonArea .newBox .thumb img {
  width: 100%;
  height: auto
}

.section.sec4 .mainBox .toonArea .newBox .thumb .bl {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 80px;
  padding: 10px;
  box-sizing: border-box;
  background: #1e5bd8;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center
}

.section.sec4 .mainBox .toonArea .newBox .txtBox {
  float: left;
  width: 260px;
  height: 150px;
  margin-left: 20px
}

.section.sec4 .mainBox .toonArea .newBox .txtBox .view {
  font-weight: bold;
  font-size: 20px;
  color: #2bbfc1
}

.section.sec4 .mainBox .toonArea .newBox .txtBox .mainTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
  font-size: 28px;
  color: #1151a7
}

.section.sec4 .mainBox .toonArea .newBox .txtBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  color: #414752
}

.section.sec4 .mainBox .toonArea .newBox .txtBox .sTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  color: #6e88a3
}

.section.sec4 .boardBox {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  vertical-align: top
}

.section.sec4 .boardBox .box {
  float: left;
  width: 560px
}

.section.sec4 .boardBox .tit {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  vertical-align: top
}

.section.sec4 .boardBox .list {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3
}

.section.sec4 .boardBox .list li {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  vertical-align: top
}

.section.sec4 .boardBox .list li:first-child {
  margin-top: 0
}

.section.sec4 .boardBox .list li a {
  font-size: 16px;
  color: #6e88a3
}

.section.sec4 .boardBox .list li a>* {
  display: inline-block;
  float: left
}

.section.sec4 .boardBox .list li:hover a {
  color: #2388ef
}

.section.sec4 .boardBox .list li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px
}

.section.sec4 .boardBox .list li .date {
  width: 110px;
  text-align: right
}


/* ==================================================================
	01.products
 ====================================================================*/

.section .innerCon {
  position: relative;
  width: 100%;
  padding: 60px 0
}

.section .pdcTitArea {
  width: 100%;
  text-align: center
}

.section .pdcTitArea .tit {
  font-weight: bold;
  font-size: 60px;
  line-height: 1
}

.section .rollArea {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 95px;
  margin-top: 60px;
  box-sizing: border-box;
  vertical-align: top
}

.section .rollArea .rollCont {
  position: relative;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.section .rollArea .rollCont li {
  float: left;
  width: auto;
  margin: 0 5px
}

.section .rollArea .rollCont li.on .btnRoll {
  border: 1px solid #2388ef;
  background: #2388ef;
  color: #fff
}

.section .detailBox {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
  vertical-align: top
}

.section .detailBox .lftBox {
  float: left;
  width: 340px;
  text-align: center
}

.section .detailBox .rgtBox {
  float: left;
  width: 850px
}

.section .detailBox .rgtBox .tBox {
  width: 100%;
  margin-top: 50px
}

.section .detailBox .rgtBox .tBox:first-child {
  margin-top: 0
}

.section .detailBox .rgtBox .tBox .tit {
  font-weight: bold;
  font-size: 28px;
  color: #414752
}

.section .detailBox .rgtBox .tBox .sTit, .section .detailBox .rgtBox .tBox .txtlist {
  margin-top: 30px;
  font-size: 18px;
  color: #414752;
  line-height: 1.4
}

.section .detailBox .rgtBox .tBox .txtlist li {
  padding-left: 10px;
  text-indent: -12px;
}

.section .detailBox .rgtBox .infoTxtArea {
  width: 100%;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
  font-size: 14px;
  color: #6e88a3
}

.section .detailBox .rgtBox .infoTxtArea .tBox {
  margin-top: 10px;
  line-height: 1.4
}

.section .detailBox .rgtBox .infoTxtArea .tBox:first-child {
  margin-top: 0
}

.section.gry {
  background: #e8ecef
}

.section.blk {
  background: #2a2e34
}

.section.blk .rollArea .rollCont li .btnRoll {
  color: #d3e0ee
}

.section.blk .detailBox {
  border-top: 1px solid #484848
}

.section.blk .detailBox .rgtBox .tBox .tit {
  color: #fff
}

.section.blk .detailBox .rgtBox .tBox .sTit {
  color: #d3e0ee
}

.section.blk .detailBox .rgtBox .infoTxtArea {
  color: #9bc7f5;
  border-top: 1px solid #484848
}


/* AhnLabV3Mobile */

.section.mob1 {
  padding: 0
}

.section.mob1 .innerCon.set1 {
  height: 870px;
  padding: 0;
  background: #fff url("../images/mobile_bg1.png") no-repeat 50% 100%
}

.section.mob1 .innerCon.set1 .pdcTitArea .tit {
  font-size: 48px;
  color: #1151a7
}

.section.mob1 .innerCon.set1 .pdcTitArea .sTit {
  margin-top: 10px;
  font-size: 40px;
  color: #1d2d3c
}

.section.mob1 .btnBlue {
  min-width: 180px;
  height: 50px;
  font-size: 17px;
  border-radius: 25px;
  line-height: 44px
}

.section.mob1 .btnBlue .cmt {
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  vertical-align: middle
}

.section.mob1 .btnBlue .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat -60px -60px;
  vertical-align: middle
}

.section.mob1 .btnBlue:hover .bl {
  background-position: -90px -60px
}

.section.mob1 .innerCon.set2 {
  background: #2a4b95
}

.section.mob1 .innerCon.set2 .listBox {
  -webkit-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 60px;
  vertical-align: top
}

.section.mob1 .innerCon.set2 .listBox li {
  width: 230px;
  padding: 20px;
  margin-left: 10px;
  box-sizing: border-box;
  background: #fff
}

.section.mob1 .innerCon.set2 .listBox li:first-child {
  margin-left: 0
}

.section.mob1 .innerCon.set2 .listBox li .tit {
  font-weight: bold;
  font-size: 22px;
  color: #1151a7;
  text-align: center;
  letter-spacing: -0.05em
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox {
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb {
  width: 100px;
  height: 80px;
  margin: 0 auto;
  background: url("../images/security_icon.gif") no-repeat
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg1 {
  background-position: 0 0
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg2 {
  background-position: 0 -80px
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg3 {
  background-position: 0 -160px
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg4 {
  background-position: 0 -240px
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg5 {
  background-position: 0 -320px
}

.section.mob1 .innerCon.set2 .listBox li .thumbBox .thumb.bg6 {
  background-position: 0 -920px
}

.section.mob1 .innerCon.set2 .listBox li .iconArea {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top
}

.section.mob1 .innerCon.set2 .listBox li .iconArea .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat
}

.section.mob1 .innerCon.set2 .listBox li .iconArea .icon.ico1 {
  background-position: 0 -120px
}

.section.mob1 .innerCon.set2 .listBox li .iconArea .icon.ico2 {
  background-position: -30px -120px
}

.section.mob1 .innerCon.set2 .listBox li .iconArea .icon.ico3 {
  background-position: -60px -120px
}

.section.mob1 .innerCon.set2 .listBox li .iconArea .icon.ico4 {
  background-position: -90px -120px
}

.section.mob1 .innerCon.set2 .listBox li .subTxtArea {
  width: 100%;
  margin-top: 20px
}

.section.mob1 .innerCon.set2 .listBox li .subTxtArea .tit {
  font-weight: bold;
  font-size: 18px;
  color: #1151a7;
  text-align: center
}

.section.mob1 .innerCon.set2 .listBox li .subTxtArea .txtBox {
  margin-top: 20px;
  font-size: 16px;
  color: #6e88a3
}

.section.mob1 .innerCon.set2 .listBox li .subTxtArea .txtBox>p {
  margin-top: 20px;
  line-height: 1.5
}

.section.mob1 .innerCon.set2 .listBox li .subTxtArea .txtBox>p:first-child {
  margin-top: 0
}

.section.mob1 .innerCon.set3 {
  background: #fff
}

.section.mob1 .innerCon.set3 .box {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.section.mob1 .innerCon.set3 .box .lftBox {
  float: left;
  width: 340px
}

.section.mob1 .innerCon.set3 .box .rgtBox {
  float: left;
  width: 850px
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox {
  width: 100%
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox .tit {
  font-weight: bold;
  font-size: 34px;
  color: #414752;
  line-height: 1.2
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox .subTit {
  margin-top: 40px;
  font-weight: bold;
  font-size: 28px;
  color: #1151a7
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox .subTit em {
  font-style: normal;
  font-size: 22px
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox .subTit li {
  padding-left: 15px;
  text-indent: -15px;
  letter-spacing: -0.05em
}

.section.mob1 .innerCon.set3 .box .rgtBox .titBox .des {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 20px;
  background: #414752;
  font-size: 12px;
  color: #fff
}

.section.mob1 .innerCon.set3 .box .rgtBox .infoTxtArea {
  width: 100%;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
  font-size: 18px;
  color: #414752
}

.section.mob1 .innerCon.set3 .box .rgtBox .infoTxtArea>p {
  margin-top: 30px
}

.section.mob1 .innerCon.set3 .box .rgtBox .infoTxtArea>p:first-child {
  margin-top: 0
}

.section.mob1 .innerCon.set3 .link {
  float: none;
  font-size: 18px
}

.section.mob4 {
  background: #fff
}

.section.mob4 .pdcTitArea .tit {
  font-weight: normal
}


/* AhnLabV3Security */

.section.scu1 {
  padding: 0
}

.section.scu1 .innerCon.set1 .pdcTitArea .tit {
  font-size: 48px;
  color: #1151a7
}

.section.scu1 .innerCon.set1 .pdcTitArea .sTit {
  margin-top: 10px;
  font-size: 40px;
  color: #1d2d3c
}

.section.scu1 .innerCon.set1 {
  height: 870px;
  padding: 0;
  background: #fff url("../images/security_bg1.png") no-repeat 50% 100%
}

.section.scu1 .innerCon.set1 .btnBlue {
  min-width: 180px;
  height: 50px;
  font-size: 17px;
  border-radius: 25px;
  line-height: 44px
}

.section.scu1 .innerCon.set1 .btnBlue .cmt {
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  vertical-align: middle
}

.section.scu1 .innerCon.set1 .btnBlue .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat -60px -60px;
  vertical-align: middle
}

.section.scu1 .innerCon.set1 .btnBlue:hover .bl {
  background-position: -90px -60px
}

.section.scu1 .innerCon.set2 {
  background: #2a4b95
}

.section.scu1 .innerCon.set2 .txtBox {
  margin-top: 50px
}

.section.scu1 .innerCon.set2 .txtBox .tit {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  line-height: 1
}

.section.scu1 .innerCon.set2 .txtBox .txt {
  margin-top: 30px;
  font-size: 18px;
  color: #d3e0ee
}

.section.scu1 .innerCon.set2 .txtBox .txt>p {
  margin-top: 20px
}

.section.scu1 .innerCon.set2 .txtBox .txt>p:first-child {
  margin-top: 0
}

.section.scu1 .innerCon.set2 .productList {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  vertical-align: top
}

.section.scu1 .innerCon.set2 .productList li {
  float: left;
  width: 390px;
  margin-left: 10px
}

.section.scu1 .innerCon.set2 .productList li:first-child {
  margin-left: 0
}

.section.scu1 .innerCon.set2 .productList li .txtBox {
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #fff
}

.section.scu1 .innerCon.set2 .productList li .txtBox .cmt {
  display: inline-block;
  vertical-align: middle
}

.section.scu1 .innerCon.set2 .productList li .txtBox sup {
  min-width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #8ec9ff;
  border-radius: 15px;
  font-size: 11px;
  color: #8ec9ff;
  text-align: center;
  line-height: 13px
}

.section.scu1 .innerCon.set2 .productList li .txtBox .des {
  display: inline-block;
  background: #213c78;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 12px
}

.section.scu1 .innerCon.set2 .infoTxtArea {
  width: 100%;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #415fa3;
  font-size: 14px;
  color: #8ec9ff
}

.section.scu1 .innerCon.set3 {
  background: #fff
}

.section.scu1 .innerCon.set3 .pdcTitArea .tit {
  font-size: 34px;
  color: #414752
}

.section.scu1 .innerCon.set3 .pdcTitArea .sTit {
  margin-top: 30px;
  font-size: 18px;
  color: #414752
}

.section.scu1 .innerCon.set3 .imgArea {
  margin-top: 30px
}

.section.scu1 .innerCon.set4 {
  padding: 60px 0 0;
  background: #496797
}

.section.scu1 .innerCon.set4 .pdcTitArea .tit {
  font-size: 34px;
  color: #fff
}

.section.scu1 .innerCon.set4 .pdcTitArea .sTit {
  margin-top: 30px;
  font-size: 18px;
  color: #d3e0ee
}

.section.scu1 .innerCon.set4 .imgArea {
  margin-top: 50px
}

.section.scu1 .innerCon.set5 {
  background: #f9f9f9
}

.section.scu1 .innerCon.set5 .pdcTitArea .tit {
  font-weight: normal;
  font-size: 30px;
  color: #414752;
  line-height: 1.4
}

.section.scu1 .innerCon.set5 .listBox {
  -webkit-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 60px;
  vertical-align: top
}

.section.scu1 .innerCon.set5 .listBox li {
  width: 230px;
  padding: 20px;
  margin-left: 10px;
  box-sizing: border-box;
  background: #fff
}

.section.scu1 .innerCon.set5 .listBox li:first-child {
  margin-left: 0
}

.section.scu1 .innerCon.set5 .listBox li .tit {
  font-weight: bold;
  font-size: 22px;
  color: #1151a7;
  text-align: center;
  letter-spacing: -0.05em
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox {
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url("../images//security_icon.jpg") no-repeat
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb.bg1 {
  background-position: 0 0
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb.bg2 {
  background-position: 0 -80px
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb.bg3 {
  background-position: 0 -160px
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb.bg4 {
  background-position: 0 -240px
}

.section.scu1 .innerCon.set5 .listBox li .thumbBox .thumb.bg5 {
  background-position: 0 -320px
}

.section.scu1 .innerCon.set5 .listBox li .iconArea {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top
}

.section.scu1 .innerCon.set5 .listBox li .iconArea .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product_icon_set.png") no-repeat
}

.section.scu1 .innerCon.set5 .listBox li .iconArea .icon.ico1 {
  background-position: 0 -120px
}

.section.scu1 .innerCon.set5 .listBox li .iconArea .icon.ico2 {
  background-position: -30px -120px
}

.section.scu1 .innerCon.set5 .listBox li .iconArea .icon.ico3 {
  background-position: -60px -120px
}

.section.scu1 .innerCon.set5 .listBox li .iconArea .icon.ico4 {
  background-position: -90px -120px
}

.section.scu1 .innerCon.set5 .listBox li .subTxtArea {
  width: 100%;
  margin-top: 20px
}

.section.scu1 .innerCon.set5 .listBox li .subTxtArea .tit {
  font-weight: bold;
  font-size: 18px;
  color: #1151a7;
  text-align: center
}

.section.scu1 .innerCon.set5 .listBox li .subTxtArea .txtBox {
  margin-top: 20px;
  font-size: 16px;
  color: #6e88a3
}

.section.scu1 .innerCon.set5 .listBox li .subTxtArea .txtBox>p {
  margin-top: 20px;
  line-height: 1.5
}

.section.scu1 .innerCon.set5 .listBox li .subTxtArea .txtBox>p:first-child {
  margin-top: 0
}

.section.scu6 {
  background: #fff
}

.section.scu6 .pdcTitArea .tit {
  font-weight: normal
}

.section.scu6 .infoTxtArea {
  margin-top: 30px;
  font-size: 14px;
  color: #6e88a3;
  line-height: 1.4
}


/* AhnLab PriMa */

.section.prima .subTit {
  font-size: 30px;
  color: #fff;
  text-align: center
}

.section.prima .subTit strong {
  font-size: 40px
}

.section.prima .subTxt {
  margin-top: 45px;
  font-size: 30px;
  line-height: 42px;
  color: #d3e0ee;
  text-align: left
}

.section.prima .subTxt.type2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff
}

.section.prima .linkTxt {
  font-size: 14px;
  color: #8ec9ff
}

.section.prima .innerCon.set1 {
  height: 855px;
  padding: 0;
  background: #fff url("../images/products/prima_bg2.png") no-repeat 50% 100%
}

.section.prima .innerCon.set2 .listBox {
  margin-top: 35px
}

.section.prima .innerCon.set2 .listBox li {
  width: 190px;
  padding: 15px;
  margin-left: 10px;
  box-sizing: border-box;
  background: #fff
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg6 {
  background-position: 0 -400px
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg7 {
  background-position: 0 -480px
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg8 {
  background-position: 0 -560px
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg9 {
  background-position: 0 -640px
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg10 {
  background-position: 0 -730px
}

.section.prima .innerCon.set2 .listBox li .thumbBox .thumb.bg11 {
  background-position: 0 -820px
}

.section.prima .innerCon.set2 .listBox li .subTxtArea .tit {
  font-size: 14px
}

.section.prima .innerCon.set2 .listBox li .subTxtArea .txtBox>p {
  font-size: 14px
}

.skillList {
  margin-top: 67px
}

.skillList * {
  box-sizing: border-box
}

.skillList>li {
  display: table;
  width: 100%;
  margin-top: 40px;
}

.skillList>li:first-child {
  margin-top: 0
}

.skillList .skillTit {
  display: table-cell;
  vertical-align: middle
}

.skillList .skillTit>p {
  display: block;
  width: 170px;
  height: 170px;
  padding-top: 35px;
  border-radius: 50%;
  background-color: #0e77d9;
  text-align: center;
}

.skillList .txt {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #fff
}

.skillList .ico {
  display: block;
  width: 75px;
  height: 60px;
  margin: 0 auto 6px;
  background: url("../images/prima_icon.png") no-repeat
}

.skillList .ico.ico1 {
  background-position: 50% 0
}

.skillList .ico.ico2 {
  background-position: 50% -60px
}

.skillList .ico.ico3 {
  margin: -11px auto 3px;
  background-position: 50% -120px
}

.skillList .ico.ico4 {
  background-position: 50% -180px
}

.skillList .ico.ico5 {
  margin: -11px auto 6px;
  height: 66px;
  background-position: 50% -245px
}

.skillList .ico.ico6 {
  background-position: 50% -324px
}

.skillList .skillCont {
  display: table-cell;
  width: 955px;
  padding: 0 65px 0 0;
  vertical-align: middle
}

.skillList .skillCont.androidIos {
  background: url("../images/os_icon.png") no-repeat 100% 50%
}

.skillList .skillCont.android {
  background: url("../images/os_icon_android.png") no-repeat 100% 50%
}

.skillList .skillCont .scTit {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #414752
}

.skillList .skillCont .scTit:first-of-type {
  margin-top: 0
}

.skillList .skillCont .scList li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #414752
}


/* ==================================================================
	02.Q&A/FAQ
 ====================================================================*/

.contents {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 30px 0;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.contents.qna {
  padding: 30px 50px
}

.faqSrch {
  padding: 30px 0;
  background: #f9f9f9;
  text-align: center
}

.faqSrch .msg {
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 45px;
  background: url("../images/ico_faq_search.png") no-repeat 0 50%;
  font-size: 32px;
  color: #1151a7
}

.inputWrap {
  font-size: 0
}

.inputWrap .btnSmDb {
  margin-left: 10px
}

.cateType {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3
}

.cateType .cateBox {
  overflow: hidden
}

.cateType .cateBox .cateList {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
  margin-top: -10px;
  font-size: 0;
  text-align: center
}

.cateType .cateBox .cateList li {
  display: inline-block;
  margin-top: 10px;
  padding-left: 1px;
  background: url("../images/bg_bar.gif") no-repeat 0 50%
}

.cateType .cateBox .cateList li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none
}

.cateType .cateBox .cateList li a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #6e88a3
}

.cateType .cateBox .cateList li:hover a, .cateType .cateBox .cateList li.on a {
  color: #2388ef
}

.bbsView .titWrap {
  padding: 10px 30px;
  border: 1px solid #e3e3e3
}

.bbsView .titWrap .tit {
  padding: 15px 0;
  font-size: 22px;
  color: #414752;
  word-break: break-all
}

.bbsView .titWrap .viewInfo {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
  vertical-align: top
}

.bbsView .titWrap .viewInfo li {
  float: left;
  margin-left: 25px;
  font-size: 12px;
  color: #9e9e9e
}

.bbsView .titWrap .viewInfo li:first-child {
  margin-left: 0
}

.bbsView .titWrap .viewInfo li span {
  margin-right: 10px;
  font-size: 12px;
  color: #6b6d72
}

.bbsView .view {
  padding: 30px;
  word-break: break-all
}

.bbsView .bbsMove {
  border-top: 1px solid #e3e3e3
}

.bbsView .bbsMove .move {
  display: block;
  padding: 0 30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3
}

.bbsView .bbsMove .move:first-child {
  border: 0
}

.bbsView .bbsMove .move .infoTit {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #6b6d72;
  vertical-align: middle
}

.bbsView .bbsMove .move .infoTit .cmt {
  display: inline-block;
  vertical-align: middle
}

.bbsView .bbsMove .move .infoTit .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 20px;
  background: url("../images/arr_move.png") no-repeat;
  vertical-align: middle
}

.bbsView .bbsMove .move.prev .infoTit .bl {
  background-position: 100% 0
}

.bbsView .bbsMove .move.next .infoTit .bl {
  background-position: 100% -30px
}

.bbsView .bbsMove .move .tit {
  display: inline-block;
  width: 960px;
  padding: 15px 0;
  font-size: 16px;
  color: #414752;
  vertical-align: middle;
  word-break: break-all
}

.bbsView .bbsMove .move .tit:hover {
  color: #2388ef
}

.bbsView .bbsMove .move .tit.none:hover {
  color: #414752
}

.formTop {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px
}

.formTop .tit {
  float: left;
  padding-left: 40px;
  background: url("../images/ico_qna.png") no-repeat 0 50%;
  font-size: 32px;
  color: #1151a7;
  line-height: 1
}

.formTop .des {
  float: right;
  font-weight: bold;
  font-size: 12px;
  color: #2bbfc1
}

.agrBox {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  margin-top: 20px;
  box-sizing: border-box;
  background: #e6eef4;
  vertical-align: top
}

.agrBox .chkSet {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.agrBox .chkSet input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle
}

.agrBox .chkSet label {
  display: inline-block;
  font-size: 16px;
  color: #6e88a3;
  vertical-align: middle
}


/* ==================================================================
	03.securityinfo
 ====================================================================*/

.toonMain {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  vertical-align: top
}

.secuToonArea {
  display: inline-block;
  float: left;
  width: 710px;
  vertical-align: top
}

.secuToonArea .titArea {
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.secuToonArea .titArea .mainTit {
  font-weight: bold;
  font-size: 28px;
  color: #1151a7
}

.secuToonArea .titArea .tit {
  margin-top: 5px;
  font-size: 22px;
  color: #6e88a3
}

.secuToonArea .toonMainBg {
  overflow: hidden;
  width: 710px;
  margin-top: 20px
}

.secuToonArea .toonMainBg img {
  width: 100%;
  height: auto
}

.listArea {
  display: inline-block;
  float: right;
  width: 450px;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  background: #fff;
  vertical-align: top
}

.listArea .titBox {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box
}

.listArea .titBox .tit {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 22px;
  color: #1d2d3c
}

.listArea .titBox .total {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #6e88a3
}

.listArea .toonLst {
  display: inline-block;
  width: 100%;
  min-height: 1310px !important;
  margin-top: 10px
}

.listArea .toonLst li {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  vertical-align: top
}

.listArea .toonLst li.on {
  background: #e9edf1
}

.listArea .toonLst li .thumb {
  overflow: hidden;
  position: relative;
  float: left;
  width: 140px;
  height: 110px
}

.listArea .toonLst li .thumb img {
  width: auto;
  height: 100%
}

.listArea .toonLst li .thumb .bl {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 70px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #1e5bd8;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-align: center
}

.listArea .toonLst li .txtBox {
  float: left;
  width: 250px;
  height: 110px;
  margin-left: 20px
}

.listArea .toonLst li .txtBox .view {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  background: #2bbfc1;
  border-radius: 20px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  vertical-align: top
}

.listArea .toonLst li .txtBox .mainTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #1151a7
}

.listArea .toonLst li .txtBox .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
  color: #414752
}

.listArea .toonLst li .txtBox .sTit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  color: #6e88a3
}

.listArea .paging a {
  margin: 0 3px;
}

.listArea .paging .jp-first, .listArea .paging .jp-previous, .listArea .paging .jp-next, .listArea .paging .jp-last {
  overflow: hidden;
  background: url("../images/icon_set.png") no-repeat;
  text-indent: -999em;
  font-size: 0;
  line-height: 0
}

.listArea .paging .jp-first {
  background-position: 0 -150px
}

.listArea .paging .jp-previous {
  background-position: -30px -150px
}

.listArea .paging .jp-next {
  background-position: -60px -150px
}

.listArea .paging .jp-last {
  background-position: -90px -150px
}

.listArea .paging .jp-current {
  min-width: 30px;
  padding: 8px 5px 0;
  border-radius: 15px;
  background: #2388ef;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
}

.bnArea {
  width: 100%;
  height: 110px;
  background: #fff
}

.bnArea.sub {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.bnArea .bn {
  display: block;
  width: 100%;
  height: 110px;
  padding-top: 37px;
  box-sizing: border-box;
  background: url("../images/toon_banner.jpg") no-repeat 0 0
}

.bnArea .bn .tit {
  font-weight: bold;
  font-size: 22px;
  color: #1151a7
}

.bnArea .bn .tit .cmt {
  display: inline-block;
  vertical-align: middle
}

.bnArea .bn .tit .bl {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_set.png") no-repeat -150px 0;
  vertical-align: middle
}

.toonSub {
  display: inline-block;
  width: 100%;
  padding: 30px 0 40px;
  vertical-align: top
}

.toonBox {
  display: inline-block;
  float: left;
  width: 690px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  vertical-align: top
}

.toonBox .titArea {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.toonBox .titArea .turn {
  float: left;
  padding: 23px 13px;
  box-sizing: border-box;
  background: #2bbfc1;
  font-weight: bold;
  font-size: 18px;
  color: #fff
}

.toonBox .titArea .titBox {
  float: left;
  width: 470px;
  margin-left: 20px;
  word-break: break-all
}

.toonBox .titArea .titBox .mainTit {
  font-weight: bold;
  font-size: 18px;
  color: #1151a7
}

.toonBox .titArea .titBox .tit {
  margin-top: 5px;
  font-size: 28px;
  color: #414752
}

.toonBox .titArea .titBox .sTit {
  font-size: 18px;
  color: #6e88a3
}

.toonBox .titArea .shareBox {
  float: right;
  display: inline-block
}

.toonBox .titArea .shareBox .btn {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url("../images/icon_set.png") no-repeat
}

.toonBox .titArea .shareBox .btn:first-child {
  margin-left: 0
}

.toonBox .titArea .shareBox .btn.fb {
  background-position: -210px 0
}

.toonBox .titArea .shareBox .btn.line {
  background-position: -240px 0
}

.toonBox .viewPage {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box
}

.toonBox .viewPage img {
  width: 100%;
  height: auto
}

.detailBox {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.detailBox .title {
  font-weight: bold;
  font-size: 22px;
  color: #414752
}

.detailBox .txtBox {
  margin-top: 30px;
  padding: 15px 0 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3
}

.detailBox .txtBox .tit {
  font-size: 34px;
  color: #1d2d3c
}

.detailBox .txtBox .txt {
  margin-top: 30px;
  font-size: 18px;
  color: #414752
}

.detailBox .txtBox .vManBox {
  position: relative;
  width: 757px;
  height: 200px;
  margin: 50px auto 0;
  padding: 20px 0 0 110px;
  box-sizing: border-box;
  background: url("/image/jp_home/securityinfo/v_man.jpg") no-repeat 50% 0;
  text-align: center
}

.detailBox .txtBox .vManBox.mac {
  background: url("/image/jp_home/securityinfo/v_man2.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox.window {
  background: url("/image/jp_home/securityinfo/v_man_window.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox.os {
  background: url("/image/jp_home/securityinfo/v_man_os.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox.prima {
  padding: 20px 0 0 90px;
  background: url("/image/jp_home/securityinfo/v_man_prima.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox.mosc {
  padding: 20px 0 0 90px;
  background: url("/image/jp_home/securityinfo/v_man_mosc.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox.secuB {
  padding: 20px 0 0 90px;
  background: url("/image/jp_home/securityinfo/v_man_secu_business.jpg") no-repeat 50% 0
}

.detailBox .txtBox .vManBox .balTxt {
  text-align: left
}

.detailBox .txtBox .vManBox .balTxt .balTit {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 1.2
}

.detailBox .txtBox .vManBox.secuB .balTxt .balTit {
  font-size: 22px;
  letter-spacing: -1px;
}

.detailBox .txtBox .vManBox .balTxt .balTit strong {
  font-size: 42px
}

.detailBox .txtBox .vManBox .balTxt .des {
  margin-top: 5px;
  font-size: 14px;
  color: #b7e0ff
}

.detailBox .infoBox {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  vertical-align: top
}

.detailBox .infoBox .box {
  display: inline-block;
  float: left;
  width: 50%;
  height: 190px
}

.detailBox .infoBox .box.lft {
  background: #8eacc2
}

.detailBox .infoBox .box.rgt {
  background: #32b6b6
}

.detailBox .infoBox .box .thumb {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 160px;
  height: 190px
}

.detailBox .infoBox .box .titBox {
  display: inline-block;
  float: left;
  padding-top: 40px
}

.detailBox .infoBox .box .titBox .tit {
  font-weight: bold;
  font-size: 20px;
  color: #fff
}

.detailBox .infoBox .box .titBox .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #e8eff6
}


/* ==================================================================
	04.Popup
 ====================================================================*/

#popWrap {
  position: relative;
  background: #fff
}

#popWrap .popHeader {
  display: inline-block;
  width: 100%;
  height: 80px;
  padding: 20px 30px;
  box-sizing: border-box;
  vertical-align: top
}

#popWrap .popHeader .tit {
  float: left;
  font-weight: bold;
  font-size: 28px;
  color: #1d2d3c
}

#popWrap .popHeader .btnPopClse {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: url("../images/icon_set.png") no-repeat -190px -40px
}

#popWrap .popHeader .btnPopClse:hover {
  background-position: -190px -100px
}

#popWrap .chaRollArea {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  padding: 30px 100px 0;
  box-sizing: border-box;
  background: #f9f9f9;
  vertical-align: top
}

#popWrap .chaRollArea .rollCont {
  position: relative
}

#popWrap .chaRollArea .rollCont .roll {
  position: relative
}

#popWrap .chaRollArea .rollCont .roll li {
  float: left;
  text-align: center
}

#popWrap .chaRollArea .rollCont .roll li a {
  display: block
}

#popWrap .chaRollArea .rollCont .roll li .thumb {
  display: inline-block;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  border: 1px solid #e3e3e3;
  background: #fff
}

#popWrap .chaRollArea .rollCont .roll li .name {
  margin-top: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #414752
}

#popWrap .chaRollArea .rollCont .roll li.on .name {
  color: #2388ef
}

#popWrap .chaRollArea .rollCont .roll li img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

#popWrap .chaDetail {
  display: none;
  width: 100%;
  height: 340px;
  font-size: 0;
  vertical-align: top
}

#popWrap .chaDetail .thumb {
  float: left;
  width: 330px
}

#popWrap .chaDetail .detail {
  float: left;
  width: 540px;
  padding: 30px;
  box-sizing: border-box
}

#popWrap .chaDetail .detail .titBox .tit {
  font-size: 28px;
  color: #1151a7
}

#popWrap .chaDetail .detail .titBox .sTit {
  margin-top: 5px;
  font-size: 22px;
  color: #414752
}

#popWrap .chaDetail .detail .desArea {
  display: inline-block;
  width: 100%;
  margin-top: 35px
}

#popWrap .chaDetail .detail .desArea .desBox {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#popWrap .chaDetail .detail .desArea .desBox .tit {
  float: left;
  width: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #414752
}

#popWrap .chaDetail .detail .desArea .desBox .txt {
  float: left;
  width: 400px;
  font-size: 16px;
  color: #6e88a3
}

#popWrap .chaDetail .detail .desArea .desBox .txt p {
  margin-top: 10px;
  line-height: 1.4
}

#popWrap .chaDetail .detail .desArea .desBox .txt p:first-child {
  margin-top: 0
}

@media all and (max-width:1240px) {
  /*******************************************************************
	Common
********************************************************************/
  #header .headerCon {
    width: 96%
  }
  .notiArea .area {
    width: 96%
  }
  #header {
    height: 80px;
    padding: 20px 0
  }
  #header .subBg {
    top: 80px;
    left: 0;
    width: 100%
  }
  #header .logo {
    padding-top: 12px
  }
  #header .nav {
    top: 60px;
    left: 0;
    width: 100%;
    margin-left: 0
  }
  #header .nav .gnb .mainMenu>a {
    height: 50px;
    padding: 20px 25px 0;
    margin: 0 10px;
    font-size: 18px
  }
  #header .nav .gnb .mainMenu .subMenu {
    padding: 0 15px;
    margin: 20px 0
  }
  #header .nav .gnb .mainMenu .subMenu li>a {
    font-size: 12px
  }
  #header.scroll {
    height: 60px;
    padding: 10px 0
  }
  #header.scroll .subBg {
    top: 59px
  }
  #header.scroll .nav {
    margin-left: 30px
  }
  #header.scroll .nav .gnb .mainMenu>a {
    height: 39px;
    padding: 10px 15px 0;
    margin: 0 15px;
    font-size: 16px
  }
  #header.scroll .nav .gnb .mainMenu .subMenu {
    padding: 0 10px
  }
  #header.scroll .nav .gnb .mainMenu .subMenu li>a {
    font-size: 12px
  }
  #container {
    padding: 150px 0 90px
  }
  .notiArea {
    top: 150px
  }
  .notiArea .notiTxt {
    width: 70%
  }
}
