/*
	EURA
	Last Edit 2016-12-05 pm06:05
 */
@import url(notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  margin: 0;
  padding: 0;
}

::selection {
  text-shadow: none;
  background: #669acc;
  color: #fff;
}

html, body {
  width: 100%;
  min-width: 980px;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.5px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
  color: #3b4658;
}
a:active {
  color: #cccccc;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

input, select, button {
  vertical-align: middle;
  border: 0;
}

input, textarea {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 5px;
  font-size: 13px;
  color: #3b4658;
}

hr {
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}
hr:after {
  content: '';
  display: block;
  clear: both;
}

body, input, textarea, select, table, a, button, ul, li, ol, dl, dd {
  font-family: "Noto Sans KR", sans-serif;
}

table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: 0.85em;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 300;
}

h6 {
  font-size: 14px;
  font-weight: 300;
}

.margin_zero {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr2 {
  margin-right: 2px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mtb10 {
  margin: 10px 0;
}

.mtb20 {
  margin: 20px 0;
}

.mtb50 {
  margin: 50px 0;
}

.pd0 {
  padding: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ptb20 {
  padding: 20px 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.div_center {
  margin: 0 auto !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bold {
  font-weight: 600 !important;
}

.bold2 {
  font-weight: 500 !important;
}

.bold3 {
  font-weight: 400 !important;
}

.block {
  display: block !important;
}

.clearfix {
  clear: both !important;
}

.help_blue {
  font-size: 12px;
  color: #669acc;
}

.help_gray {
  font-size: 12px;
  color: gray;
}

.help_red {
  font-size: 12px;
  color: #cc374d;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90%;
}

.inp01 {
  width: 50%;
}

.font_11 {
  font-size: 11px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.img_box1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.img_box1 img {
  vertical-align: middle;
}
.img_box1 .img_box_list1 {
  display: table;
  width: 100%;
}
.img_box1 .img_box_list1 li {
  display: table-cell;
  text-align: left;
}
.img_box1 .img_box_list1 li .list_inner1 {
  padding-left: 60px;
  margin-top: 10px;
}
.img_box1 .img_box_list1 li .list_inner2 {
  padding-left: 50px;
  margin-top: 10px;
}
.img_box1 .img_box_list1 li .list_inner3 {
  padding-left: 40px;
  margin-top: 10px;
}

.white {
  color: #fff !important;
}

.gray {
  color: gray;
}
.gray a {
  color: gray;
}
.gray a:hover {
  color: #cccccc;
}
.gray a:active {
  color: #4d4d4d;
}

.lightGray1 {
  color: #a6a6a6;
}
.lightGray1 a {
  color: #a6a6a6;
}
.lightGray1 a:hover {
  color: #cccccc;
}
.lightGray1 a:active {
  color: #4d4d4d;
}

.sky {
  color: #669acc;
}
.sky a {
  color: #669acc;
}
.sky a:hover {
  color: #8cb3d9;
}
.sky a:active {
  color: #3974ac;
}

.red {
  color: #cc374d !important;
  color: #cc374d;
}
.red a {
  color: #cc374d;
}
.red a:hover {
  color: #d66071;
}
.red a:active {
  color: #912535;
}

.org {
  color: #ff6d3e;
}
.org a {
  color: #ff6d3e;
}
.org a:hover {
  color: #f13b00;
}
.org a:active {
  color: #ff9471;
}

.navy {
  color: #3b4658;
}
.navy a {
  color: #3b4658;
}
.navy a:hover {
  color: #5a6a86;
}
.navy a:active {
  color: #1c222a;
}

.blue {
  color: #5f6c96;
}
.blue a {
  color: #5f6c96;
}
.blue a:hover {
  color: #7c87ac;
}
.blue a:active {
  color: #414a67;
}

.green {
  color: #35a6a9;
}
.green a {
  color: #35a6a9;
}
.green a:hover {
  color: #4bc3c6;
}
.green a:active {
  color: #236d6f;
}

.yellow {
  color: #ffb26a;
}
.yellow a {
  color: #ffb26a;
}
.yellow a:hover {
  color: #ffcc9d;
}
.yellow a:active {
  color: #b75800;
}

.purple {
  color: #ba5799;
}
.purple a {
  color: #ba5799;
}
.purple a:hover {
  color: #c97baf;
}
.purple a:active {
  color: #8b3970;
}

.bg_white {
  background: #fff !important;
}

.bg_gray {
  background: #ededed !important;
}

.bg_pattern1 {
  background: #ededed url("../img/bg_pattern1.png") !important;
  background-attachment: fixed !important;
}

.bg_sky {
  background: #669acc !important;
}

.bg_lightSky1 {
  background: #e0ebf5 !important;
}

.bg_blue {
  background: #5f6c96 !important;
}

.bg_lightBlue1 {
  background: #7c87ac !important;
}

.bg_navy {
  background: #3b4658 !important;
}

.bg_green {
  background: #35a6a9 !important;
}

.bg_yellow {
  background: #ffb26a !important;
}

.bg_lightYellow1 {
  background: #ffffe9 !important;
}

.bg_purple {
  background: #ba5799 !important;
}

.badge_blue_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #5f6c96;
  color: #5f6c96;
}

.badge_sky_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #669acc;
  color: #669acc;
}

.badge_sky {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  background: #669acc;
  color: #fff;
}

.badge_red_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cc374d;
  color: #cc374d;
}

.badge_org_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ff6d3e;
  color: #ff6d3e;
}

.badge_yellow_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ffb26a;
  color: #ffb26a;
}

.badge_green_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #35a6a9;
  color: #35a6a9;
}

.badge_purple_b {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ba5799;
  color: #ba5799;
}

.col_1 {
  float: left;
  width: 100%;
  vertical-align: top;
}
.col_1:after {
  content: '';
  display: block;
  clear: both;
}

.col_2 {
  float: left;
  width: 50%;
  vertical-align: top;
}
.col_2:after {
  content: '';
  display: block;
  clear: both;
}

.col_3 {
  float: left;
  width: 33.3333%;
  vertical-align: top;
}
.col_3:after {
  content: '';
  display: block;
  clear: both;
}

.col_3_2 {
  float: left;
  width: 66.6667%;
  vertical-align: top;
}
.col_3_2:after {
  content: '';
  display: block;
  clear: both;
}

.col_3_3 {
  float: left;
  width: 65.2%;
  vertical-align: top;
}
.col_3_3:after {
  content: '';
  display: block;
  clear: both;
}

.col_4 {
  float: left;
  width: 25%;
  vertical-align: top;
}
.col_4:after {
  content: '';
  display: block;
  clear: both;
}

.col_5 {
  float: left;
  width: 20%;
  vertical-align: top;
}
.col_5:after {
  content: '';
  display: block;
  clear: both;
}

.btnD {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 12px;
}

.btnB {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}

.btnS {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 10px;
}

.btnWhite_1 {
  color: #3b4658;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhite_1:hover {
  background: #7c87ac;
  color: #fff;
}
.btnWhite_1:active {
  color: #cccccc;
}

.btnWhite_2 {
  color: gray;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhite_2:hover {
  background: #9fc0df;
  color: #fff;
}
.btnWhite_2:active {
  color: #3974ac;
}

.btnWhite_3 {
  color: gray;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhite_3:hover {
  background: #ffcc9d;
  color: #fff;
}
.btnWhite_3:active {
  color: #b75800;
}

.btnWhiteB_1 {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhiteB_1:hover {
  background: #7c87ac;
  color: #fff;
}
.btnWhiteB_1:active {
  color: #3b4658;
}

.btnWhiteB_1_2 {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhiteB_1_2:hover {
  background: #9ba4c0;
  color: #fff;
}
.btnWhiteB_1_2:active {
  color: #5f6c96;
}

.btnWhiteB_2 {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.btnWhiteB_2:hover {
  background: #8cb3d9;
  color: #fff;
}
.btnWhiteB_2:active {
  color: #3974ac;
}

.btnDarkYellow_1 {
  color: #fff;
  position: relative;
  background: #b75800;
  border: 1px solid #b75800;
  color: #fff;
  cursor: pointer;
}
.btnDarkYellow_1:hover {
  background: #9d4c00;
  color: #fff;
}
.btnDarkYellow_1:active {
  color: #ffcc9d;
}

.btnSkyRound_1 {
  border-radius: 2px;
  position: relative;
  background: #669acc;
  border: 1px solid #669acc;
  color: #fff;
  cursor: pointer;
}
.btnSkyRound_1:hover {
  background: #3974ac;
  color: #fff;
}
.btnSkyRound_1:active {
  color: #8cb3d9;
}

.btnGrayRound_1 {
  border-radius: 2px;
  position: relative;
  background: gray;
  border: 1px solid gray;
  color: #fff;
  cursor: pointer;
}
.btnGrayRound_1:hover {
  background: #666666;
  color: #fff;
}
.btnGrayRound_1:active {
  color: gray;
}

.btnBlueRound_1 {
  color: #fff;
  border-radius: 2px;
  position: relative;
  background: #5f6c96;
  border: 1px solid #5f6c96;
  color: #fff;
  cursor: pointer;
}
.btnBlueRound_1:hover {
  background: #414a67;
  color: #fff;
}
.btnBlueRound_1:active {
  color: #7c87ac;
}

.btnNavyRound_1 {
  color: #fff;
  border-radius: 2px;
  position: relative;
  background: #3b4658;
  border: 1px solid #3b4658;
  color: #fff;
  cursor: pointer;
}
.btnNavyRound_1:hover {
  background: #1c222a;
  color: #fff;
}
.btnNavyRound_1:active {
  color: #5a6a86;
}

.btnOrgRound_1 {
  color: #fff;
  border-radius: 2px;
  position: relative;
  background: #ff6d3e;
  border: 1px solid #ff6d3e;
  color: #fff;
  cursor: pointer;
}
.btnOrgRound_1:hover {
  background: #f13b00;
  color: #fff;
}
.btnOrgRound_1:active {
  color: #ff9471;
}

.btnGreenRound_1 {
  color: #fff;
  border-radius: 2px;
  position: relative;
  background: #35a6a9;
  border: 1px solid #35a6a9;
  color: #fff;
  cursor: pointer;
}
.btnGreenRound_1:hover {
  background: #236d6f;
  color: #fff;
}
.btnGreenRound_1:active {
  color: #4bc3c6;
}

.btnGrayRoundB_1 {
  border-radius: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #666666;
  cursor: pointer;
}
.btnGrayRoundB_1:hover {
  background: #b3b3b3;
  color: #fff;
}
.btnGrayRoundB_1:active {
  color: #666666;
}

.btnNavyRoundB_1 {
  border-radius: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #3b4658;
  color: #3b4658;
  cursor: pointer;
}
.btnNavyRoundB_1:hover {
  background: #3b4658;
  color: #fff;
}
.btnNavyRoundB_1:active {
  color: #5a6a86;
}

.btnRedRoundB_1 {
  border-radius: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #cc374d;
  color: #cc374d;
  cursor: pointer;
}
.btnRedRoundB_1:hover {
  background: #cc374d;
  color: #fff;
}
.btnRedRoundB_1:active {
  color: #d66071;
}

.btnBlueRoundB_1 {
  border-radius: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #5f6c96;
  color: #5f6c96;
  cursor: pointer;
}
.btnBlueRoundB_1:hover {
  background: #5f6c96;
  color: #fff;
}
.btnBlueRoundB_1:active {
  color: #7c87ac;
}

.arrow_r:after {
  position: absolute;
  right: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
}

.list_1 li {
  width: 98%;
  text-align: left !important;
  list-style: disc;
  margin-left: 20px;
  line-height: 25px;
}
.list_1 li.w97 {
  width: 97%;
}
.list_1 li.w93 {
  width: 92.3%;
}
.list_1 li.number {
  list-style: decimal !important;
}
.list_1 li.line_h20 {
  line-height: 20px;
}
.list_1 .list_1 li {
  line-height: 20px;
}

.list_con1 {
  width: 100%;
}
.list_con1 ul li {
  list-style-image: url("../img/dot.png");
  list-style-position: inside;
  float: none !important;
  text-align: left !important;
  font-size: 14px;
}

.go_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #3b4658;
  color: #3b4658;
  font-size: 13px;
  cursor: pointer;
  z-index: 9999;
}
.go_top:hover {
  background: #3b4658;
  border-color: #3b4658;
  color: #fff;
}

.wrapper {
  width: 100%;
}

.header {
  z-index: 99999;
}
.header .mobile_menu, .header .mobile_menu_closer {
  display: none;
}
.header .header_wrap {
  position: relative;
  width: 100%;
  z-index: 999;
}
.header .header_wrap .logo {
  position: relative;
  float: left;
  width: 155px;
  height: 30px;
  background: url("../img/logo.png") no-repeat left;
}
.header .header_wrap .logo:after {
  content: '';
  display: block;
  clear: both;
}
.header .header_wrap .logo span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #669acc;
  font-size: 16px;
}
.header .header_wrap .header_inner {
  width: 100%;
}
.header .header_wrap .header_inner .gnb {
  position: relative;
  width: 980px;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  margin: auto;
}
.header .header_wrap .header_inner .gnb:after {
  content: '';
  display: block;
  clear: both;
}
.header .header_wrap .header_inner .gnb .l_wrap {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: left;
}
.header .header_wrap .header_inner .gnb .l_wrap li {
  display: inline-block;
  font-size: 13px;
  color: #cc374d;
  padding: 0 5px;
}
.header .header_wrap .header_inner .gnb .l_wrap li div {
  display: inline-block;
}
.header .header_wrap .header_inner .gnb .r_wrap {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
}
.header .header_wrap .header_inner .gnb .r_wrap li {
  display: inline-block;
  font-size: 12px;
  color: #3b4658;
  padding: 0 7px;
}
.header .header_wrap .header_inner .gnb .r_wrap li + li + li {
  padding-right: 0;
}
.header .header_wrap .header_inner .header_center {
  position: relative;
  width: 980px;
  height: 80px;
  margin: auto;
}
.header .header_wrap .header_inner .header_center:after {
  content: '';
  display: block;
  clear: both;
}
.header .header_wrap .header_inner .header_center .logo {
  margin-top: 30px;
}
.header .header_wrap .header_inner .header_center .right_menu {
  float: right;
  width: auto;
  margin-top: 35px;
}
.header .header_wrap .header_inner .header_center .right_menu:after {
  content: '';
  display: block;
  clear: both;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu {
  display: inline-block;
  height: 25px;
  font-size: 0;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu li {
  display: table-cell;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  font-size: 14px;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu li a {
  display: block;
  color: gray;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu li a:hover {
  color: #669acc;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu li a:active {
  color: #9fc0df;
}
.header .header_wrap .header_inner .header_center .right_menu .mini_menu li span {
  color: #ededed;
  padding: 0 5px;
}
.header .header_wrap .header_inner .header_center .right_menu .social {
  display: inline-block;
}
.header .header_wrap .header_inner .header_center .right_menu .social li {
  display: inline-block;
}
.header .header_wrap .header_inner .header_center .right_menu .social li a:hover {
  opacity: .5;
}
.header .header_wrap .header_inner .header_center .right_menu .social li .facebook {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/social_icon_facebook.png") no-repeat center;
}
.header .header_wrap .header_inner .header_center .right_menu .social li .kakaostory {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/social_icon_kakao_story.png") no-repeat center;
}
.header .header_wrap .header_inner .header_center .right_menu .social li .twitter {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/social_icon_twitter.png") no-repeat center;
}
.header .header_wrap .header_inner .header_center .right_menu .social li .naverblog {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/social_icon_naver_blog.png") no-repeat center;
}
.header .header_wrap .lnb {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #3b4658;
  border-left: 0;
  border-right: 0;
}
.header .header_wrap .lnb .main_menu_wrap {
  width: 100%;
  font-size: 0;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu {
  width: 980px;
  margin: auto;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li {
  display: inline-block;
  width: 10%;
  color: #3b4658;
  vertical-align: top;
  cursor: pointer;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li a:hover {
  color: #669acc;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu {
  display: none;
  width: 160px;
  height: auto;
  background: #3b4658;
  padding: 10px 0;
  z-index: 999;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd {
  width: 100%;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  padding-left: 15px;
  text-align: left;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a:hover {
  background-color: #669acc;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a:active {
  color: #9fc0df;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a.on {
  background-color: #669acc;
}
.header .header_wrap .lnb .main_menu_wrap .main_menu ul li.on > a {
  background: #3b4658;
  color: #fff;
}

.container {
  position: relative;
  width: 100%;
}

.popup {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 10px;
  margin-left: -250px;
}
.popup .popup_inner {
  position: relative;
}
.popup .popup_inner .close_wrap {
  position: absolute;
}
.popup .popup_inner .close_top {
  right: 0;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  background: #a94442;
  color: #fff;
  font-size: 15px;
}
.popup .popup_inner .close_top:hover {
  color: #ffdcdc;
}
.popup .popup_inner .close_bottom {
  right: 10px;
  bottom: 11px;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup .popup_inner .close_bottom span {
  color: #fff;
  cursor: pointer;
  padding-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup .popup_inner .close_bottom span:hover {
  color: #ffdcdc;
}
.popup .popup_inner .close_bottom .btnClose {
  display: inline-block;
  border: 1px solid #ffdcdc;
  margin-left: 5px;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #ffdcdc;
}
.popup .popup_inner .close_bottom .btnClose:hover {
  border-color: #fff;
  color: #fff;
}

.main_visual {
  width: 100%;
  margin: auto;
  background: url("../img/main_banner_bg.png");
}
.main_visual .visual_con {
  position: relative;
  width: 100%;
  height: 560px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.main_visual .visual_con img {
  margin: 0 auto;
}
.main_visual .bx-wrapper {
  width: 980px;
  height: 560px;
  margin: 0 auto !important;
}
.main_visual .bx-wrapper .bx-viewport {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  left: 0 !important;
}
.main_visual .bx-wrapper .bx-has-pager .bx-pager {
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 20px;
  line-height: 20px;
  bottom: 35px;
  background: #fff;
  border-radius: 50px;
  padding-top: 0;
  box-shadow: 0 2px 0 #cccccc;
  z-index: 999;
}
.main_visual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item {
  padding-top: 5px;
}
.main_visual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item .bx-pager-link {
  background: #b3b3b3 !important;
}
.main_visual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #669acc !important;
}
.main_visual .bx-wrapper .bx-has-pager .bx-controls-direction a {
  height: 60px;
}
.main_visual .bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
  color: #b3b3b3;
  font-size: 60px;
}
.main_visual .bx-wrapper .bx-controls-direction a:hover {
  color: #669acc;
}
.main_visual .bx-wrapper .bx-controls-direction a:active {
  color: #3974ac;
}
.main_visual .bx-wrapper .bx-prev {
  font-family: "FontAwesome";
  background: transparent !important;
}
.main_visual .bx-wrapper .bx-prev:before {
  content: "\f104";
}
.main_visual .bx-wrapper .bx-next {
  font-family: 'FontAwesome';
  background: transparent !important;
}
.main_visual .bx-wrapper .bx-next:before {
  content: "\f105";
}

section {
  width: 100%;
}
section:after {
  content: '';
  display: block;
  clear: both;
}

.content {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.content:after {
  content: '';
  display: block;
  clear: both;
}

.center_info {
  font-size: 0;
}
.center_info .c_box_info {
  height: 185px;
  padding: 15px 20px;
}
.center_info .c_box_info > .tit {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.center_info .c_box_info > .con {
  color: #ededed;
  font-size: 13px;
}
.center_info .c_box_info.bg_sky > .con > .payapp_fees {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  font-size: 0;
  border: 1px solid #9fc0df;
}
.center_info .c_box_info.bg_sky > .con > .payapp_fees li {
  display: table-cell;
  width: 33.3333%;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #9fc0df;
  color: #e0ebf5;
}
.center_info .c_box_info.bg_sky > .con > .payapp_fees li span {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.center_info .c_box_info.bg_sky > .con > .payapp_fees li + li + li {
  border-right: 0;
}
.center_info .c_box_info.bg_yellow {
  height: 192px;
}
.center_info .c_box_info.bg_yellow > .tit {
  margin-bottom: 0;
}
.center_info .c_box_info.bg_yellow > .con {
  color: #b75800;
}
.center_info .c_box_info.bg_yellow > .con > .howto {
  position: relative;
  padding-top: 5px;
}
.center_info .c_box_info.bg_yellow > .con > .howto:after {
  content: '';
  display: block;
  clear: both;
}
.center_info .c_box_info.bg_yellow > .con > .howto li {
  padding: 1px 0;
}
.center_info .c_box_info.bg_yellow > .con > .howto li img {
  margin-right: 5px;
  vertical-align: middle;
}
.center_info .c_box_info.bg_yellow > .con > .howto li input, .center_info .c_box_info.bg_yellow > .con > .howto li select {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: #ffcc9d;
  color: #ff6d3e;
  margin-top: 10px;
}
.center_info .c_box_info.bg_yellow > .con > .howto li select {
  width: 110px;
  margin-right: 5px;
  padding: 5px;
}
.center_info .c_box_info.bg_yellow > .con > .howto li input {
  width: 174px;
  margin-right: 5px;
  padding: 0 5px;
}
.center_info .c_box_info.bg_yellow > .con > .howto li button {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 134px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: #ff6d3e;
  color: #fff;
  margin-top: 10px;
}
.center_info .c_box_info.bg_yellow > .con > .howto li .btnD {
  width: 43.8%;
  float: left;
  margin-top: 5px;
}
.center_info .c_box_info.bg_yellow > .con > .howto li .btnD + .btnD {
  float: right;
}
.center_info .c_box_info.bg_green {
  height: 192px;
}
.center_info .c_box_info.bg_green > .con > .service_center li {
  font-size: 15px;
  color: #fff;
  padding: 2px 0;
}
.center_info .c_box_info.bg_green > .con > .service_center li span {
  display: inline-block;
  width: 95px;
  font-size: 13px;
  color: #bfeaeb;
}
.center_info .c_box_info.bg_green > .con > .service_center li small {
  padding-left: 100px;
}

.payapp_point {
  padding: 70px 0 50px 0;
}
.payapp_point .point_title {
  display: block;
  margin: 40px 20px 20px;
  color: #3b4658;
  font-size: 30px;
  font-weight: 300;
  padding: 0 5px;
}
.payapp_point .point_contents {
  position: relative;
  background: #fff;
  margin-top: 10px;
  margin-left: 20px;
  padding: 15px;
  color: #3b4658;
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 2px 0 #cccccc;
}
.payapp_point .point_contents > span {
  font-weight: 500;
}
.payapp_point .point_contents .sub_text {
  color: gray;
  font-size: 15px;
  margin-top: 10px;
}
.payapp_point .point_contents .patent {
  position: absolute;
  right: -5px;
  bottom: 10px;
  width: 54px;
  background: url("../img/icon_patent.png");
}

.main_card_faq {
  padding: 40px 0;
}
.main_card_faq:after {
  content: '';
  display: block;
  clear: both;
}
.main_card_faq .big_title_line {
  display: inline-block;
  margin: 20px auto 10px;
  color: #3b4658;
  font-size: 25px;
  font-weight: 500;
  padding: 0 5px;
  padding-bottom: 1px;
  border-bottom: 2px solid #3b4658;
}
.main_card_faq .small_title {
  display: block;
  margin: 0 auto 20px;
  color: gray;
  font-size: 16px;
}
.main_card_faq .more {
  position: absolute !important;
  top: 68px;
  right: 0;
  width: 90px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  position: relative;
  background: #fff;
  border: 1px solid #3b4658;
  color: #4d4d4d;
  cursor: pointer;
}
.main_card_faq .more:hover {
  background: #3b4658;
  color: #fff;
}
.main_card_faq .more:active {
  color: #4d4d4d;
}
.main_card_faq .more:active {
  color: #cccccc;
}
.main_card_faq .inner {
  height: 270px;
  padding: 20px 0;
  color: #3b4658;
}
.main_card_faq .inner .sub_icon_blue {
  width: 110px;
  height: 110px;
  text-align: center;
  background: url("../img/icon_circle_thin_blue_110.png") no-repeat;
  text-align: center;
  margin: 20px auto;
}
.main_card_faq .inner .sub_icon_blue i {
  line-height: 110px;
  color: #669acc;
  font-size: 25px;
}
.main_card_faq .inner .sub_icon_red {
  width: 110px;
  height: 110px;
  text-align: center;
  background: url("../img/icon_circle_thin_red_110.png") no-repeat;
  text-align: center;
  margin: 20px auto;
}
.main_card_faq .inner .sub_icon_red i {
  line-height: 110px;
  color: #cc374d;
  font-size: 25px;
}
.main_card_faq .inner .sub_tit {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.main_card_faq .inner .sub_con {
  font-size: 14px;
  padding: 0 20px;
  text-align: justify;
}
.main_card_faq .inner .sub_con small {
  color: gray;
}
.main_card_faq .inner .sub_con small.size1 {
  font-size: 0.79em;
}
.main_card_faq .inner .sub_con .in_box {
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 13px;
  color: #3b4658;
  border: 1px dashed #b3b3b3;
}
.main_card_faq .hlong {
  height: 370px !important;
}

.snb {
  position: absolute;
  right: 50%;
  top: 15px;
  margin-right: -615px;
  width: 110px;
  z-index: 800;
  border: 1px solid #3b4658;
  border-radius: 3px;
  overflow: hidden;
}
.snb ul {
  width: 100%;
}
.snb ul li {
  line-height: 15px;
  background: #fff;
  color: #3b4658;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #3b4658;
}
.snb ul li a {
  display: block;
  padding: 7px 0;
}
.snb ul li a:hover {
  background: #ededed;
}
.snb ul li a i {
  padding-left: 3px;
  color: #669acc;
}
.snb ul li .badge_blogpay {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  padding: 0 10px;
  border-radius: 10px;
  text-align: center;
  background: #ff6d3e;
  color: #fff;
}

.snb.on {
  position: fixed;
  top: 15px;
}

.terms_box {
  width: 980px;
  margin-top: 30px;
  text-align: center;
}
.terms_box textarea {
  width: 98.7%;
  height: 500px;
}

.privacy_box {
  float: left;
  width: 980px;
  margin-top: 10px;
}
.privacy_box:after {
  content: '';
  display: block;
  clear: both;
}
.privacy_box .box_tit {
  float: left;
  padding: 15px;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.privacy_box .box_tit:after {
  content: '';
  display: block;
  clear: both;
}
.privacy_box .box_tit ul li {
  float: left;
  width: 50%;
  text-align: left;
}
.privacy_box .box_tit ul li a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #3b4658;
}
.privacy_box .box_tit ul li a:hover {
  color: #669acc;
}
.privacy_box .box_tit ul li a:active {
  color: #8cb3d9;
}
.privacy_box .box_con {
  float: left;
}
.privacy_box .box_con h4 {
  margin: 20px 0 15px;
  padding: 5px 0;
  color: #669acc;
  font-weight: 400;
  border-top: 1px dashed #669acc;
  border-bottom: 1px dashed #669acc;
}
.privacy_box .box_con h6 {
  color: gray;
  font-weight: 400;
  line-height: 22px;
}
.privacy_box .box_con ul li.box_con_tit_1 {
  color: #669acc;
  font-weight: 400;
  margin-top: 10px;
}
.privacy_box .box_con ul li.box_con_tit_2 {
  color: #5f6c96;
  padding: 5px 0 0 10px;
}
.privacy_box .box_con ul li.box_con_incon_1 {
  color: gray;
  padding: 5px 0 0 30px;
}

.content:after {
  content: '';
  display: block;
  clear: both;
}
.content .sb_history {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.content .sb_history a {
  color: #3b4658;
  font-size: 13px;
}
.content .sb_history a:hover {
  color: #ff6d3e;
}
.content .sb_history span {
  color: #b3b3b3;
  font-size: 13px;
  padding: 0 5px;
}
.content .sb_lnb {
  width: 100%;
  margin-bottom: 20px;
}
.content .sb_lnb .sb_tit {
  font-size: 25px;
  font-weight: 500;
  color: #3b4658;
  margin-bottom: 15px;
}
.content .sb_lnb .sb_col_7 li {
  width: 14.38%;
}
.content .sb_lnb .sb_col_5 li {
  width: 20.1%;
}
.content .sb_lnb .sb_col_2 li {
  width: 50%;
}
.content .sb_lnb .sb_col_1 {
  width: 100%;
}
.content .sb_lnb .sb_col_1:after {
  content: '';
  display: block;
  clear: both;
}
.content .sb_lnb .sb_col_1 .b_left {
  float: left;
  width: 60%;
  border-top: 2px solid #3b4658;
}
.content .sb_lnb .sb_col_1 .b_center {
  float: left;
  width: 30%;
  border-top: 2px solid #669acc;
}
.content .sb_lnb .sb_col_1 .b_right {
  float: left;
  width: 10%;
  border-top: 2px solid #9fc0df;
}
.content .sb_lnb ul {
  position: relative;
  display: table;
  width: 980px;
}
.content .sb_lnb ul li {
  display: table-cell;
  float: left;
  vertical-align: middle;
  margin-right: -1px;
  font-size: 0;
}
.content .sb_lnb ul li a {
  display: block;
  padding: 10px 0;
  background: #f5f5f5;
  color: #b3b3b3;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.content .sb_lnb ul li a:hover {
  background: #fff;
  color: gray;
  border-top: 1px solid gray;
}
.content .sb_lnb ul li a.on {
  padding: 9px 0;
  background: #fff;
  color: #669acc;
  border-top: 3px solid #669acc;
  border-bottom: 0;
}
.content .sb_lnb ul.on {
  position: fixed;
  top: 0px;
  z-index: 9999;
}
.content .sb_conts {
  float: left;
  width: 980px;
  min-height: 500px;
  height: 100%;
  margin: 20px 0 50px;
}
.content .sb_conts:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box {
  display: table;
  width: 100%;
}
.content .about_box:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .about_box_tit {
  font-size: 20px;
  line-height: 27px;
}
.content .about_box ul {
  display: table-row;
}
.content .about_box ul:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box ul li {
  float: left;
  text-align: center;
}
.content .about_box ul li:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box ul .about_box_inner {
  padding: 30px;
}
.content .about_box ul .about_box_inner:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box ul .about_box_con {
  font-size: 15px;
  text-align: justify;
  margin-top: 20px;
}
.content .about_box ul .about_box_con:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .about_box_white {
  background: #fff;
}
.content .about_box .about_box_gray {
  background: #f5f5f5;
}
.content .about_box .about_box_lightSky {
  background: #ecf2f9;
}
.content .about_box .borderGray_1px {
  border: 1px solid #e0e0e0;
}
.content .about_box .process_img_bg1 {
  float: left;
  width: 100%;
  background: url("../img/process_img01_bg1.png") no-repeat;
}
.content .about_box .process_img_bg1:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .process_img_bg2 {
  float: left;
  width: 100%;
  background: url("../img/process_img01_bg2.png") no-repeat;
}
.content .about_box .process_img_bg2:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .process_img_bg3 {
  float: left;
  width: 100%;
  background: url("../img/process_img01_bg3.png") no-repeat;
}
.content .about_box .process_img_bg3:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .process_img_bg4 {
  float: left;
  width: 100%;
  background: url("../img/process_img01_bg4.png") no-repeat;
}
.content .about_box .process_img_bg4:after {
  content: '';
  display: block;
  clear: both;
}
.content .about_box .process_img_bg5 {
  float: left;
  width: 100%;
  background: url("../img/process_img01_bg5.png") no-repeat;
}
.content .about_box .process_img_bg5:after {
  content: '';
  display: block;
  clear: both;
}
.content .faq_board {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.content .faq_board li.faq_board_tit {
  color: #3b4658;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.content .faq_board li.faq_board_tit:hover {
  background: #ecf2f9;
}
.content .faq_board li.faq_board_tit .faq_board_tit_inner {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.content .faq_board li.faq_board_tit .faq_board_tit_inner:active {
  color: #669acc;
}
.content .faq_board li.faq_board_tit .faq_board_tit_inner.on {
  background: #ecf2f9;
  color: #669acc;
}
.content .faq_board li.faq_board_tit .faq_board_con {
  display: none;
  background: #f5f5f5;
  color: #3b4658;
  font-size: 14px;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}
.content .faq_board li:last-child {
  border-bottom: 0;
}
.content .all_board .fa-lock {
  font-size: 13px;
  padding: 0 3px;
  color: #35a6a9;
}
.content .all_board .fa-floppy-o {
  font-size: 13px;
  padding: 0 3px;
  color: gray;
}
.content .all_board .board_list {
  width: 100%;
  border-top: 2px solid #5a6a86;
  border-bottom: 1px solid #3b4658;
}
.content .all_board .board_list th, .content .all_board .board_list td {
  padding: 10px;
  color: #3b4658;
}
.content .all_board .board_list th {
  color: #5a6a86;
  font-size: 13px;
  border-bottom: 1px solid #5a6a86;
}
.content .all_board .board_list td {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.content .all_board .board_list td a {
  display: block;
}
.content .all_board .board_list tr:hover td {
  background: #ecf2f9 !important;
  color: #3b4658;
}
.content .all_board .board_list tr:hover td a {
  color: #3b4658;
}
.content .all_board .board_list tr:hover td a:hover {
  color: #669acc;
}
.content .all_board .board_list tr:hover td a:active {
  color: #9fc0df;
}
.content .all_board .board_list tr:nth-child(even) td {
  background: #f5f5f5;
}
.content .all_board .board_list tr.admin_notice td {
  background: #ecf2f9 !important;
  color: #669acc;
}
.content .all_board .board_list td .board_info {
  display: block;
}
.content .all_board .board_list td .user_name {
  color: #669acc;
  font-size: 13px;
  padding-right: 5px;
}
.content .all_board .board_list td .admin_name {
  color: #ff6d3e;
  font-size: 13px;
  padding-right: 5px;
}
.content .all_board .board_list td .date {
  color: gray;
  font-size: 11px;
  padding-right: 5px;
}
.content .all_board .board_list td .fa-arrow-right {
  padding-right: 5px;
  font-size: 12px;
  color: gray;
  font-family: "Noto Sans KR", "FontAwesome", sans-serif;
}
.content .all_board .board_list td .fa-arrow-right.reply1 {
  margin-left: 10px;
}
.content .all_board .board_list td .fa-arrow-right.reply2 {
  margin-left: 20px;
}
.content .all_board .board_list td .fa-arrow-right.reply3 {
  margin-left: 30px;
}
.content .all_board .board_list td .fa-arrow-right.reply4 {
  margin-left: 40px;
}
.content .all_board .board_list td .fa-arrow-right.reply5 {
  margin-left: 50px;
}
.content .all_board .board_list td.board_num {
  width: 10%;
  color: gray;
  font-size: 12px;
  text-align: center;
}
.content .all_board .board_edit {
  width: 100%;
  border-top: 2px solid #5a6a86;
  border-bottom: 1px solid #3b4658;
}
.content .all_board .board_edit th, .content .all_board .board_edit td {
  padding: 10px;
  color: #3b4658;
}
.content .all_board .board_edit th {
  color: #5a6a86;
  font-size: 13px;
  border-bottom: 1px solid #5a6a86;
}
.content .all_board .board_edit td {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.content .all_board .board_edit td a {
  display: block;
}
.content .all_board .board_edit .board_edit_tit {
  width: 15%;
}
.content .all_board .board_edit .board_edit_con input, .content .all_board .board_edit .board_edit_con textarea {
  width: 100%;
}
.content .all_board .board_edit .board_edit_con input[type=radio] {
  display: inline-block;
  width: auto !important;
}
.content .all_board .board_edit .board_edit_con small {
  color: gray;
}
.content .all_board .board_view {
  width: 100%;
  border-top: 2px solid #5a6a86;
  border-bottom: 1px solid #3b4658;
}
.content .all_board .board_view th, .content .all_board .board_view td {
  padding: 10px;
  color: #3b4658;
}
.content .all_board .board_view th {
  color: #5a6a86;
  font-size: 13px;
  border-bottom: 1px solid #5a6a86;
}
.content .all_board .board_view td {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.content .all_board .board_view td a {
  display: block;
}
.content .all_board .board_view .board_view_tit {
  font-weight: 500;
  font-size: 17px;
  color: #669acc;
}
.content .all_board .board_view .board_view_data {
  font-size: 12px;
  background: #f5f5f5;
  color: gray;
}
.content .all_board .board_view .board_view_data a {
  color: #3b4658;
}
.content .all_board .board_view .board_view_data a:hover {
  color: #669acc;
}
.content .all_board .board_view .board_view_data a:active {
  color: #3974ac;
}
.content .all_board .board_view .board_view_data span {
  color: #3b4658;
}
.content .all_board .board_view .board_view_data a {
  display: inline-block;
  margin-left: 10px;
}
.content .all_board .board_view .board_view_data div {
  display: inline-block;
}
.content .all_board .board_view .board_view_data .vertical_division {
  display: inline-block;
  color: #ededed;
  padding: 0 10px;
}
.content .all_board .board_view .board_view_con {
  font-size: 14px;
  color: #3b4658;
  padding: 20px 10px;
}
.content .all_board .board_view .delete a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
.content .all_board .board_search {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.content .all_board .board_search .board_search_inner select, .content .all_board .board_search .board_search_inner input {
  border: 1px solid #e0e0e0;
  font-size: 13px;
  border-radius: 3px;
  box-sizing: border-box;
}
.content .all_board .board_search .board_search_inner select:hover, .content .all_board .board_search .board_search_inner input:hover {
  border-color: #3b4658;
}
.content .all_board .board_search .board_search_inner select:focus, .content .all_board .board_search .board_search_inner input:focus {
  border-color: #3b4658;
}
.content .all_board .board_search .board_search_inner select {
  padding: 3px 10px;
}
.content .all_board .board_search .board_search_inner input {
  padding: 4px 10px;
}
.content .all_board .board_search .board_search_inner input:focus {
  background: #ecf2f9;
}
.content .all_board .board_search .board_search_inner .searchBtn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.content .all_board .board_btn_wrap {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.content .all_board .board_pagenation_wrap {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner {
  display: inline-block;
  border-radius: 2px;
  font-size: 0;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 2px 0 #ededed;
  border: 1px solid #e0e0e0;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner a.page_num {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  padding: 5px 10px;
  background: #fff;
  color: gray;
  border-right: 1px solid #e0e0e0;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner a.page_num:hover {
  background: #e0ebf5;
  color: #669acc;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner a.page_num.on {
  color: #669acc;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner a.page_arrow {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  padding: 5px 10px;
  color: #b3b3b3;
  border-right: 1px solid #e0e0e0;
}
.content .all_board .board_pagenation_wrap .board_pagenation_inner a.page_arrow:last-child {
  border-right: 0;
}
.content .table_wrap1 {
  margin-top: 20px;
}
.content .table_wrap2 {
  margin-top: 10px;
}
.content .table1 {
  width: 100%;
  border: 1px solid #669acc;
}
.content .table1 th, .content .table1 td {
  padding: 15px;
  font-size: 14px;
}
.content .table1 th {
  background: #669acc;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #4081bf;
}
.content .table1 th.bg_lightSky1 {
  color: #669acc;
  border-bottom: 1px solid #9fc0df;
}
.content .table1 td {
  background: #fff;
  color: #5f6c96;
  border-bottom: 1px solid #9fc0df;
}
.content .table1.bdGray {
  border: 1px solid #e0e0e0;
}
.content .table1.bdGray th, .content .table1.bdGray td {
  border-bottom: 1px solid #e0e0e0;
}
.content .table1.bdGray2 {
  border: 1px solid #e0e0e0;
}
.content .table1.bdGray2 th, .content .table1.bdGray2 td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.content .table2 {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.content .table2 th, .content .table2 td {
  padding: 10px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.content .table2 th {
  background: #5f6c96;
  color: #fff;
  font-weight: 400;
}
.content .table1.bg_white td, .content .table2.bg_white td {
  background: #fff;
}
.content .table1 .tit_white, .content .table2 .tit_white {
  background: #fff;
}
.content .table1 .tit_gray, .content .table2 .tit_gray {
  background: #f5f5f5;
}
.content .table1 .tit_sky, .content .table2 .tit_sky {
  background: #669acc;
}
.content .table1 .tit_yellow, .content .table2 .tit_yellow {
  background: #ffb26a;
}
.content .table1 .tit_green, .content .table2 .tit_green {
  background: #35a6a9;
}
.content .table1 .tit_lightSky, .content .table2 .tit_lightSky {
  background: #ecf2f9;
}
.content .table1 .tit_lightYellow, .content .table2 .tit_lightYellow {
  background: #ffffe9;
}
.content .table1 .tit_lightRed, .content .table2 .tit_lightRed {
  background: #f9e6e9;
}
.content .table1 tr.pd10 th, .content .table1 tr.pd10 td, .content .table2 tr.pd10 th, .content .table2 tr.pd10 td {
  padding: 10px;
}

footer {
  width: 100%;
  background: #cccccc;
}
footer .footer_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
footer .footer_inner .family_site {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 150px;
  font-family: "Noto Sans KR", sans-serif;
  border-radius: 3px;
  background: #669acc;
  color: #fff;
  border: none;
  font-size: 11px;
  padding: 1px 3px;
}
footer .footer_menu {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #3b4658;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
footer .bottom_menu {
  display: block;
}
footer .bottom_menu li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
footer .bottom_menu li a:hover {
  color: #9fc0df;
}
footer .bottom_menu li a:active {
  color: #1c222a;
}
footer .bottom_menu li:first-child {
  padding-left: 0;
}
footer .company_info {
  height: 150px;
  font-size: 13px;
  font-weight: 300;
  color: #3b4658;
  padding: 20px 0;
}
footer .company_info span {
  font-weight: 400;
  font-size: 14px;
}
footer .company_info > .logo {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .company_info > .new_address {
  display: inline-block;
  color: #5f6c96;
  margin: 0;
  padding: 0;
}
footer .company_info > .old_address {
  display: inline-block;
  color: gray;
  margin: 0;
  padding: 0;
}
footer .company_info .copyright {
  margin-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
}
footer .company_info .copyright span {
  font-size: 11px;
}
footer .company_info .pg_escrow {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: #ededed;
  border: 1px solid #b3b3b3;
  padding: 5px;
  margin-top: 10px;
  cursor: default;
}
footer .company_info .pg_escrow hr {
  margin: 5px 0;
}
footer .company_info .pg_escrow .pe_inner {
  display: block;
  width: 205px;
}
footer .company_info .pg_escrow .pe_inner .box1 {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3b4658;
  color: #9fc0df;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  margin-right: 5px;
}
footer .company_info .pg_escrow .pe_inner .box2 {
  display: inline-block;
  line-height: 14px;
  font-size: 11px;
  color: #3b4658;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html, body {
    min-width: 100%;
    box-sizing: border-box;
  }

  h1 {
    font-size: 18px;
    line-height: 25px;
  }

  h2 {
    font-size: 18px;
    line-height: 22px;
  }

  h3 {
    font-size: 15px;
    line-height: 20px;
  }

  h5, h4 {
    font-size: 14px;
    line-height: 20px;
  }

  table td {
    font-size: 12px;
  }

  input {
    font-size: 12px;
  }

  .list_1 li {
    width: 93% !important;
    line-height: 20px;
  }
  .list_1 .list_1 li {
    line-height: 15px;
  }

  .list_con1 ul li {
    font-size: 12px;
  }

  .inp01 {
    width: 96%;
  }

  .col_1,
  .col_2,
  .col_3,
  .col_3_2,
  .col_3_3,
  .col_4 {
    width: 100%;
  }
  .col_1 img,
  .col_2 img,
  .col_3 img,
  .col_3_2 img,
  .col_3_3 img,
  .col_4 img {
    width: 95%;
  }

  .wrapper {
    padding-top: 50px;
  }

  .go_top {
    display: none;
    right: 10px;
    bottom: 20px;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .mobile_menu {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .header .mobile_menu .logo {
    display: inline-block;
    width: 106px;
    background: url("../img/logo_m.png") no-repeat left;
    background-size: 80px;
  }
  .header .mobile_menu .logo:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .mobile_menu .logo span {
    float: right;
    font-size: 13px;
    color: #669acc;
  }
  .header .mobile_menu .logo span:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .mobile_menu > i {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    padding: 10px 15px;
    line-height: 31px;
    z-index: 9999;
    cursor: pointer;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
  }
  .header .mobile_menu.on {
    background: #808080;
    border: 0;
    z-index: 9999;
  }
  .header .mobile_menu.on i {
    left: 250px;
    padding: 20px;
    background: url("../img/icon_mobile_close.png") no-repeat center;
    background-size: 60%;
    background-color: #222f44;
  }
  .header .mobile_menu.on i:before {
    content: '';
  }
  .header .mobile_menu_closer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9991;
  }
  .header .mobile_menu_closer.on {
    display: block;
  }
  .header .header_wrap {
    position: fixed;
    top: 0;
    left: -280px;
    width: 250px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header .header_wrap .header_inner .gnb {
    width: 100%;
    height: auto;
  }
  .header .header_wrap .header_inner .gnb .l_wrap {
    position: relative;
    background: #3b4658;
    letter-spacing: 0;
    display: block;
    text-align: left;
  }
  .header .header_wrap .header_inner .gnb .l_wrap li {
    display: block;
    text-align: left;
    border-bottom: none;
    font-size: 12px;
    color: #9fc0df;
  }
  .header .header_wrap .header_inner .gnb .l_wrap li div {
    display: block;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .header .header_wrap .header_inner .gnb .l_wrap li div span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #fff;
  }
  .header .header_wrap .header_inner .gnb .r_wrap {
    position: relative;
    display: table;
    height: 35px;
    line-height: 35px;
    background: #3b4658;
    letter-spacing: 0;
    text-align: left;
    padding: 10px;
  }
  .header .header_wrap .header_inner .gnb .r_wrap li {
    display: table-cell;
    width: 115px;
    padding: 0;
    text-align: center;
    border: 1px solid #323c4c;
    box-shadow: 0 1px 2px #323c4c;
  }
  .header .header_wrap .header_inner .gnb .r_wrap li a {
    display: block;
    background: #3b4658;
    color: #bec6d4;
    border-top: 1px solid #5a6a86;
  }
  .header .header_wrap .header_inner .gnb .r_wrap li a:hover {
    border-top: 1px solid #3b4658;
    background: #5a6a86;
    color: #fff;
  }
  .header .header_wrap .header_inner .gnb .r_wrap li:first-child {
    display: none;
  }
  .header .header_wrap .header_inner .gnb .r_wrap li:last-child {
    border-left: none;
  }
  .header .header_wrap .header_inner .header_center {
    display: none;
    width: 100%;
  }
  .header .header_wrap .header_inner.bg_white {
    background: transparent !important;
  }
  .header .header_wrap .lnb {
    background: transparent;
    border: 0;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu {
    width: 100%;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul {
    width: 100%;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: left;
    background: #ededed;
    color: #3b4658;
    text-shadow: 0 1px 0 #fff;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li a:after {
    content: '\f105';
    font-family: "Noto Sans KR", "FontAwesome", sans-serif;
    position: absolute;
    right: 15px;
    color: #3b4658;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li a:hover {
    background: #fff;
    color: #669acc;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu {
    width: 100%;
    background: #669acc;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a {
    background: #669acc;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a:after {
    color: #e0ebf5;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li .sub_menu dd a.on {
    background-color: #8cb3d9;
  }
  .header .header_wrap .lnb .main_menu_wrap .main_menu ul li.on > a {
    background: #fff;
    color: #669acc;
  }
  .header .header_wrap.on {
    left: 0;
    background: #ededed;
  }
  .header .header_wrap.on .lnb .main_menu_wrap .main_menu ul li.on a:after {
    content: '\f106';
  }
  .header .header_wrap.on .lnb .main_menu_wrap .main_menu ul li.on .sub_menu a {
    text-shadow: none;
  }
  .header .header_wrap.on .lnb .main_menu_wrap .main_menu ul li.on .sub_menu a:after {
    content: '\f105';
  }
  .header .header_wrap.on hr {
    border-color: #323c4c;
  }

  .popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .popup .popup_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    margin-left: -45%;
    margin-top: -50%;
  }
  .popup .popup_inner a img {
    width: 100%;
  }
  .popup .popup_inner .close_top {
    display: none;
  }
  .popup .popup_inner .close_wrap {
    background: #fff;
    text-align: center;
  }
  .popup .popup_inner .close_wrap span {
    color: black;
  }
  .popup .popup_inner .close_wrap span:hover {
    color: gray;
  }
  .popup .popup_inner .close_bottom {
    right: 0;
    bottom: -15px;
    width: 97%;
    padding: 3% 1.5%;
    text-align: center;
  }
  .popup .popup_inner .close_bottom .btnClose {
    border-color: #b3b3b3;
    color: #4d4d4d;
  }
  .popup .popup_inner .close_bottom .btnClose:hover {
    background: #b3b3b3;
    border-color: #b3b3b3;
    color: #fff;
  }

  .main_visual .visual_con {
    height: 183px;
  }
  .main_visual .bx-wrapper {
    width: 100%;
    height: 183px;
  }
  .main_visual .bx-wrapper .bx-controls-direction a {
    margin-top: -40px !important;
  }
  .main_visual .bx-wrapper .bx-controls-direction a + a {
    right: 0;
  }
  .main_visual .bx-wrapper .bx-has-pager .bx-pager {
    width: 130px;
    height: 16px;
    line-height: 16px;
    bottom: 25px;
    border-radius: 3px;
  }
  .main_visual .bx-wrapper .bx-has-pager .bx-pager.bx-default-pager a {
    width: 12px;
    height: 5px;
  }

  .content {
    width: 100%;
  }

  .center_info .c_box_info {
    height: auto;
  }
  .center_info .c_box_info.bg_yellow {
    height: auto;
  }
  .center_info .c_box_info.bg_yellow .btnD > small {
    display: none;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li:after {
    content: '';
    display: block;
    clear: both;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li .num_icon {
    width: auto;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li select {
    width: 45.5%;
    border-radius: 0;
    padding: 5px 0;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li input {
    width: 50%;
    padding: 0;
    padding-left: 5px;
    margin-right: 0;
    border-radius: 0;
    border: 0;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li button {
    position: static;
    width: 100%;
  }
  .center_info .c_box_info.bg_yellow > .con > .howto li .btnD {
    width: 40.5%;
    font-size: 12px;
  }
  .center_info .c_box_info.bg_green {
    height: auto;
  }
  .center_info .c_box_info.bg_green > .con > .service_center li {
    font-size: 14px;
  }
  .center_info .c_box_info.bg_green > .con > .service_center li span {
    display: block;
  }
  .center_info .c_box_info.bg_green > .con > .service_center li small {
    padding-left: 0;
  }

  .payapp_point {
    padding: 10px 0;
  }
  .payapp_point .col_3.center {
    display: none;
  }
  .payapp_point .point_title {
    margin: 10px;
    font-size: 20px;
  }
  .payapp_point .point_contents {
    margin: 15px;
    font-size: 15px;
  }
  .payapp_point .point_contents .sub_text {
    font-size: 13px;
  }
  .payapp_point .point_contents .patent {
    bottom: 10px;
    background: url("../img/icon_patent_m.png");
    background-size: 100%;
  }

  .main_card_faq {
    padding: 10px 0 40px 0;
  }
  .main_card_faq .big_title_line {
    margin: 10px;
    font-size: 18px;
  }
  .main_card_faq .small_title {
    font-size: 13px;
    margin: 0 15px;
  }
  .main_card_faq .more {
    top: 0;
    left: 0;
    right: 0;
    margin: 110px auto 0;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .main_card_faq .more.mt70 {
    margin-top: 70px;
  }
  .main_card_faq .col_4 {
    width: 50%;
  }
  .main_card_faq .inner {
    height: 250px;
    padding: 20px 0;
    color: #3b4658;
  }
  .main_card_faq .inner .sub_icon_blue {
    width: 90px;
    height: 90px;
    background: url("../img/icon_circle_thin_blue_220.png") no-repeat;
    background-size: 100%;
  }
  .main_card_faq .inner .sub_icon_blue i {
    line-height: 90px;
  }
  .main_card_faq .inner .sub_icon_red {
    width: 90px;
    height: 90px;
    background: url("../img/icon_circle_thin_red_220.png") no-repeat;
    background-size: 100%;
  }
  .main_card_faq .inner .sub_icon_red i {
    line-height: 90px;
  }
  .main_card_faq .inner .sub_tit {
    font-size: 14px;
  }
  .main_card_faq .inner .sub_con {
    font-size: 12px;
  }
  .main_card_faq .inner .in_box {
    font-size: 12px;
    text-align: left;
  }

  .snb {
    display: none;
  }

  .content .sb_history {
    width: auto;
    padding: 0 15px;
    border-bottom: 1px dashed #e0e0e0;
  }
  .content .sb_lnb {
    margin-bottom: 0;
  }
  .content .sb_lnb .sb_tit {
    width: auto;
    font-size: 18px;
    padding: 20px 15px 10px;
    margin-bottom: 0;
  }
  .content .sb_lnb .sb_col_7 li {
    width: 33.3333%;
  }
  .content .sb_lnb .sb_col_7 li:nth-child(3) a, .content .sb_lnb .sb_col_7 li:nth-child(6) a {
    border-right: 0;
  }
  .content .sb_lnb .sb_col_5 li {
    width: 50%;
  }
  .content .sb_lnb .sb_col_5 li:nth-child(2) a, .content .sb_lnb .sb_col_5 li:nth-child(4) a {
    border-right: 0;
  }
  .content .sb_lnb .sb_col_2 li {
    width: 50%;
  }
  .content .sb_lnb .sb_col_w100 {
    width: 100% !important;
  }
  .content .sb_lnb ul {
    width: 100%;
  }
  .content .sb_lnb ul li {
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
  }
  .content .sb_lnb ul li a {
    padding: 8px 0;
    font-size: 13px;
    border-left: 0;
  }
  .content .sb_lnb ul li a.on {
    background: #669acc;
    border: 0;
    color: #fff;
  }
  .content .sb_lnb ul li:last-child a {
    border-right: 0;
  }
  .content .sb_lnb ul.on {
    position: fixed;
    top: 0px;
    z-index: 9999;
  }
  .content .sb_conts {
    width: 100%;
    min-height: auto;
    height: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .content .sb_conts .process_img_bg1 .col_2,
  .content .sb_conts .process_img_bg2 .col_2,
  .content .sb_conts .process_img_bg3 .col_2,
  .content .sb_conts .process_img_bg4 .col_2,
  .content .sb_conts .process_img_bg5 .col_2 {
    width: 50%;
  }
  .content .sb_conts .process_img_bg1 .col_2 img,
  .content .sb_conts .process_img_bg2 .col_2 img,
  .content .sb_conts .process_img_bg3 .col_2 img,
  .content .sb_conts .process_img_bg4 .col_2 img,
  .content .sb_conts .process_img_bg5 .col_2 img {
    width: 90%;
  }
  .content .sb_conts .process_img_bg1 .col_1,
  .content .sb_conts .process_img_bg2 .col_1,
  .content .sb_conts .process_img_bg3 .col_1,
  .content .sb_conts .process_img_bg4 .col_1,
  .content .sb_conts .process_img_bg5 .col_1 {
    width: 100%;
  }
  .content .sb_conts .process_img_bg1 .col_1 img,
  .content .sb_conts .process_img_bg2 .col_1 img,
  .content .sb_conts .process_img_bg3 .col_1 img,
  .content .sb_conts .process_img_bg4 .col_1 img,
  .content .sb_conts .process_img_bg5 .col_1 img {
    width: 90%;
  }
  .content .sb_conts .img_box1 img {
    width: 100%;
  }
  .content .sb_conts .img_box1 .img_box_list1 {
    width: auto;
  }
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner1 {
    padding-left: 0;
    margin-top: 10px;
  }
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner2 {
    padding-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
  }
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner3 {
    padding-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
  }
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner1 .btnS,
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner2 .btnS,
  .content .sb_conts .img_box1 .img_box_list1 li .list_inner3 .btnS {
    display: block;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .content .sb_conts .img_box1 .img_box_list2 {
    width: 100%;
  }
  .content .sb_conts .img_box1 .img_box_list2 li {
    width: 40%;
    padding: 2px 0;
  }
  .content .sb_conts .img_box1 .img_box_list2 li img {
    width: 95%;
  }
  .content .sb_conts .img_box1 .img_box_list2 .sms_step_aright {
    width: 10%;
    height: 50px;
    line-height: 40px;
  }
  .content .sb_conts .img_box1 .img_box_list2 .sms_step_aright img {
    width: 100%;
  }
  .content .about_box {
    width: auto;
    padding: 0 15px;
  }
  .content .about_box ul .about_box_inner {
    padding: 15px;
  }
  .content .about_box ul .about_box_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .content .about_box ul .about_box_con {
    font-size: 13px;
  }
  .content .about_box ul .about_box_con .btnD {
    display: block;
    text-align: center;
  }
  .content .about_box .process_img_bg1 {
    background: none;
  }
  .content .about_box .process_img_bg1 .col_3 {
    width: 33.3333%;
  }
  .content .about_box .process_img_bg1 .col_3 img {
    width: 90%;
  }
  .content .about_box .process_img_bg2 {
    background: none;
  }
  .content .about_box .process_img_bg2 .col_3 {
    width: 50%;
  }
  .content .about_box .process_img_bg2 .col_3 img {
    width: 90%;
  }
  .content .about_box .process_img_bg3 {
    background: none;
  }
  .content .about_box .process_img_bg3 .col_4 {
    width: 50%;
  }
  .content .about_box .process_img_bg3 .col_4 img {
    width: 80%;
  }
  .content .about_box .process_img_bg4 {
    background: none;
  }
  .content .faq_board {
    width: auto;
    margin: 15px 15px 0;
  }
  .content .faq_board li.faq_board_tit {
    font-size: 13px;
  }
  .content .all_board table td.board_num {
    width: 20%;
    padding: 10px 5px;
  }
  .content .all_board .board_tit {
    width: 100%;
    margin: auto;
    border-bottom: 0;
  }
  .content .all_board .board_tit .board_tit_inner {
    font-size: 17px;
    text-align: center;
  }
  .content .all_board .board_list td.board_num {
    width: 20%;
  }
  .content .all_board .board_edit .board_edit_tit {
    width: 25%;
    font-size: 12px;
  }
  .content .all_board .board_edit .board_edit_con {
    font-size: 13px;
  }
  .content .all_board .board_edit .board_edit_con input, .content .all_board .board_edit .board_edit_con textarea {
    width: 95%;
  }
  .content .all_board .board_view .board_view_tit {
    font-size: 15px;
  }
  .content .all_board .board_view .board_view_data div {
    display: block;
  }
  .content .all_board .board_view .board_view_data .vertical_division {
    display: none;
  }
  .content .all_board .board_view .board_view_con {
    font-size: 14px;
    color: #3b4658;
    padding: 20px 10px;
  }
  .content .all_board .board_search .board_search_inner {
    padding: 10px 10px 0;
  }
  .content .all_board .board_search .board_search_inner input {
    width: 136px;
  }
  .content .all_board .board_btn_wrap .board_btn_inner {
    padding: 0 17px;
  }
  .content .table_wrap1 {
    width: 100%;
  }
  .content .table_wrap2 {
    width: 290px;
    overflow-x: scroll;
  }
  .content .table1 {
    width: auto;
  }
  .content .table1 th, .content .table1 td {
    padding: 10px;
    font-size: 12px;
  }
  .content .table1 th {
    padding: 5px;
  }
  .content .table1 td {
    padding: 10px;
  }
  .content .table1 td .btnS {
    display: block;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .content .table1 td small {
    display: block;
  }
  .content .table2 {
    width: 600px;
  }
  .content .table2 th, .content .table2 td {
    padding: 10px;
    font-size: 12px;
  }
  .content .table2 th {
    background: #5f6c96;
    color: #fff;
    font-weight: 400;
  }
  .content .table2 td small {
    display: block;
  }

  .terms_box {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .terms_box textarea {
    width: 90%;
    height: 200px;
    font-size: 12px;
  }

  .privacy_box {
    width: 100%;
    margin-top: 0;
  }
  .privacy_box .box_tit, .privacy_box .box_con {
    margin: 15px;
  }
  .privacy_box .box_tit {
    padding: 10px;
  }
  .privacy_box .box_tit ul li {
    width: 100%;
  }
  .privacy_box .box_tit ul li a {
    padding: 2px;
    font-size: 13px;
  }
  .privacy_box .box_con h6 {
    font-size: 12px;
  }
  .privacy_box .box_con ul li.box_con_tit_1,
  .privacy_box .box_con ul li.box_con_tit_2,
  .privacy_box .box_con ul li.box_con_incon_1 {
    padding: 3px 0;
  }
  .privacy_box .box_con ul li.box_con_incon_1.pl10 {
    padding-left: 0 !important;
  }

  footer {
    position: absolute;
  }
  footer .footer_inner {
    width: 100%;
  }
  footer .footer_inner .family_site {
    right: 15px;
    width: 130px;
  }
  footer .bottom_menu {
    margin-left: 15px;
  }
  footer .bottom_menu li {
    font-size: 11px;
  }
  footer .company_info {
    height: auto;
    padding: 15px;
  }
  footer .company_info span {
    display: block;
    font-size: 12px;
  }
  footer .company_info > .logo {
    display: block;
    font-weight: 700;
    font-size: 13px;
  }
  footer .company_info > .new_address,
  footer .company_info > .old_address {
    font-size: 12px;
  }
  footer .company_info .copyright span {
    display: inline-block;
  }
  footer .company_info .pg_escrow {
    position: relative;
    display: block;
  }
}
.sms_pay02,
.sub_accounts01 {
  position: relative;
}

.sms_pay02 span,
.sub_accounts01 span {
  display: none;
}

.sms_pay02 a,
.sub_accounts01 a {
  position: absolute;
}

.sub_accounts01 .apple {
  bottom: 105px;
  right: 290px;
  width: 160px;
  height: 50px;
}

.sub_accounts01 .google {
  bottom: 105px;
  right: 100px;
  width: 170px;
  height: 50px;
}

.sub_accounts01 .sub_seller {
  bottom: 52px;
  right: 100px;
  width: 282px;
  height: 52px;
}

.sms_pay02 .sms_img01_2_more {
  bottom: 42px;
  right: 37px;
  width: 114px;
  height: 21px;
}

.sub_accounts01 .apple:hover,
.sub_accounts01 .google:hover,
.sub_accounts01 .sub_seller:hover,
.sms_pay02 .sms_img01_2_more:hover {
  background: #000;
  opacity: .3;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .sub_accounts01 .apple,
  .sub_accounts01 .google,
  .sub_accounts01 .sub_seller,
  .sms_pay02 .sms_img01_2_more {
    display: none;
  }

  .sms_pay02 a {
    position: static;
  }

  .sms_pay02 .btnD {
    width: 90%;
  }
}
.download .btnB.w200 {
  width: 200px;
}

.download .btnB.w150 {
  width: 150px;
}

.mobileBlock {
  display: none;
}

@media screen and (max-width: 768px) {
  .download .img_box_list2 li {
    width: 100% !important;
  }

  .download .btnB, .download .btnD {
    width: 87.8% !important;
    font-size: 13px;
  }

  .download .btnB + .btnB, .download .btnD + .btnD {
    margin-top: 5px;
  }

  .download.table2 .btnD {
    height: auto;
    line-height: 16px;
    padding: 5px;
    font-size: 12px;
  }
  .download.table2 .btnD i {
    display: none;
  }

  .table1.mobileBlock {
    display: block;
  }
  .table1.mobileBlock th, .table1.mobileBlock td {
    display: block;
  }

  .scrollX {
    position: fixed;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }

  .mobileBlock {
    display: block;
  }

  .mobileNone {
    display: none;
  }

  .m_mglr15 {
    margin: 0 15px;
  }

  .m_pdlr15 {
    padding: 0 15px;
  }

  .m_w100p {
    width: 100% !important;
  }

  .m_w90p {
    width: 90.7% !important;
  }

  .m_w600px {
    width: 600px !important;
  }
}
