@charset "UTF-8";

/* common */
.title {
  font-size: 32px;
  font-family: "Noto Sans KR M", sans-serif;
  color: #222;
  letter-spacing: -1px;
}
.stitle {
  font-size: 24px;
  font-family: "Noto Sans KR M", sans-serif;
  color: #222;
  letter-spacing: -1px;
}

/* Tab */
.tab_menu_wrap {
  position: relative;
  width: 1200px;
  border-collapse: collapse;
}
.tab_menu_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.tab_menu {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.tab_menu li {
  display: table-cell;
  width: 50%;
  border: solid 1px #ddd;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-left: -1px;
  text-align: center;
  color: #5b5b5b;
}
.tab_menu.tab3 li {
  width: 33.3%;
}
.tab_menu.tab3 li:nth-child(2) {
  width: 33.4%;
}
.tab_menu.tab5 li {
  width: 20%;
}
.tab_menu li:first-child {
  margin-left: 0;
}
.tab_menu li.on {
  font-weight: 500;
  color: #ffffff;
  background-color: #4771f6;
}
.tab_menu li a {
  display: block;
  height: 46px;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 44px;
  letter-spacing: -0.6px;
}
.tab_menu li.on a {
  color: #ffffff;
  cursor: Default;
}

/* Button */
.btn_blue {
  display: inline-block;
  background-color: #4771f6;
  font-size: 16px;
  border: 1px solid #4771f6;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
.btn_blue2 {
  display: inline-block;
  background-color: #1b51a5;
  font-size: 16px;
  border: 1px solid #1b51a5;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
.btn_gray {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #666;
  vertical-align: top;
}
.btn_red {
  display: inline-block;
  background-color: #ff5252;
  font-size: 16px;
  border: 1px solid #ff5252;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: top;
}

/* 비즈마켓서비스 */
/* LIST */
.market_page .search_box {
  position: relative;
  height: 64px;
  margin: 40px 0 20px;
}
.market_page .search_box .search_select {
  float: left;
  width: 155px;
  height: 64px;
  background: url(../images/item/bg_search.png) no-repeat 100% 50%;
  border: 2px solid #1b51a5;
  border-right: none;
}
.market_page .search_box .search_select .sel_default {
  display: block;
  padding-left: 20px;
  color: #2b2b2b;
  line-height: 58px;
  text-decoration: none;
  font-size: 16px;
  color: #666;
}
.market_page .search_box .search_select .sel_option {
  display: none;
}
.market_page .search_box .search_select .sel_option.active {
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 1px;
  width: 154px;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #3a3a3a;
  background: #fff;
}
.market_page .search_box .search_select .sel_option.active li a {
  display: block;
  padding-left: 19px;
  line-height: 23px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.market_page .search_box .search_select .sel_option.active li a:hover {
  color: #666;
}
.market_page .search_box .search_select select {
  margin: 5px 10px;
  border: none;
  cursor: pointer;
  height: 50px;
}
.market_page .search_box .search_input {
  float: left;
  width: 1045px;
  height: 64px;
  border: 2px solid #1b51a5;
  border-left: none;
}
.market_page .search_box .search_input input {
  float: left;
}
.market_page .search_box .search_input .inp_txt {
  margin-top: 1px;
  padding-left: 20px;
  width: 990px;
  height: 58px;
  border: 0;
  font-size: 16px;
  letter-spacing: -0.6px;
  line-height: 58px\9;
  font-family: "Noto Sans KR";
  outline: 0;
}
.market_page .search_box .search_input .search_btn {
  float: left;
  width: 40px;
  height: 100%;
  margin-right: 10px;
  background: url(../images/item/btn_search.png) no-repeat 50% 50%;
}
.sharp_box {
  margin-bottom: 30px;
  text-align: center;
}
.sharp_box a {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 20px;
}
.sharp_box a.btn_sblue {
  display: inline-block;
  background-color: #1b51a5;
  color: #fff;
}
.sharp_box a.btn_sblue2 {
  display: inline-block;
  background-color: #535bfb;
  color: #fff;
}
.sharp_box a.btn_sgray {
  display: inline-block;
  background-color: #dddddd;
  color: #666;
}
.sharp_box a + a {
  margin-left: 10px;
}
.list_sort_box {
  position: relative;
  margin-bottom: 20px;
}
.list_sort_box:after {
  content: "";
  display: block;
  clear: both;
}
.list_sort_box div {
  float: right;
}
.list_sort_box select {
  cursor: pointer;
}
.list_item_box {
  margin-bottom: 40px;
  padding: 30px 30px 30px 45px;
  width: 1200px;
  border: 1px solid #ddd;
}
.list_item_box:after {
  content: "";
  display: block;
  clear: both;
}
.list_item_box .item_logo_box {
  display: table;
  float: left;
  padding: 0 30px 0 0;
  width: 220px;
  height: 150px;
  border-right: 1px solid #ddd;
}
.item_logo_box .item_logo {
  display: table-cell;
  vertical-align: middle;
}
.item_logo_box .item_logo p {
  display: block;
  margin-bottom: 5px;
  height: 14px;
  line-height: 14px;
}
.item_logo_box .tag {
  display: inline-block;
  margin-bottom: 15px;
  min-width: 50px;
  padding: 0 10px;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  color: #666;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}
.item_logo_box .tag.gum {
  border: 1px solid #bdccfc;
  background: #ebf0ff;
  color: #4771f6;
}
.item_logo_box .tag.mkt {
  border: 1px solid #ffbaa4;
  background: #ffeee8;
  color: #ff8a65;
}
.item_logo_box .tag.insa {
  border: 1px solid #b6d0d4;
  background: #eaf5f6;
  color: #1b98ab;
}
.item_logo_box .tag.bok {
  border: 1px solid #efc2e5;
  background: #ffeffc;
  color: #e980d2;
}
.item_logo_box .tag.kiup {
  border: 1px solid #dfbb93;
  background: #fff0df;
  color: #a37546;
}
.item_logo_box .tag.etc {
  border: 1px solid #bebeeb;
  background: #eeeefd;
  color: #6564cc;
}
.item_logo_box .tag.com {
  border: 1px solid #cccccc;
  background: #f8f8f8;
  color: #666;
}
.item_logo_box p {
  display: block;
}
.item_logo_box h3 {
  font-size: 24px;
  color: #444;
  line-height: 30px;
}
.list_item_box .item_tit_box {
  float: left;
  padding: 13px 40px;
  width: 820px;
}
.item_tit_box h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #666;
  line-height: 20px;
}
.item_tit_box p {
  margin-bottom: 10px;
  min-height: 50px;
  font-family: "Noto Sans Kr L";
  font-size: 16px;
  color: #888;
}
.item_tit_box .hash a {
  font-family: "Noto Sans Kr L";
  font-size: 15px;
  color: #999;
  line-height: 16px;
}
.item_tit_box .hash a + a {
  margin-left: 10px;
}
.list_item_box .item_arrow {
  float: right;
  display: table;
  height: 150px;
}
.item_arrow .btn_arrow {
  display: table-cell;
  vertical-align: middle;
}
.btn_arrow a {
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/item/ico_list_arrow.png) no-repeat;
}
.btn_arrow a:hover {
  background-position: 0 -69px;
}
.list_more_box {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.list_more_box a {
  display: inline-block;
  font-size: 15px;
  color: #444;
}
.list_more_box a span {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 12px;
  background: url(../images/item/icon_list_more.png) no-repeat 100% 50%;
}
/* .list_more_box .list_up{position: absolute;bottom: 0;right: 0;width: 30px;height: 30px;background: url(../images/common/ico_up.png) no-repeat;} */

/* VIEW */
.market_page {
  padding: 50px 0 100px 0;
}
.item_btn_box {
  position: relative;
  width: 1200px;
  margin-bottom: 30px;
}
.item_btn_box .btn_box {
  position: absolute;
  right: 0;
  top: -40px;
}
.item_btn_box .btn_box p {
  display: inline-block;
  margin: 14px 10px 0 0;
  color: #666;
  font-size: 14px;
}
.item_btn_box .btn_box a {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-color: #4771f6;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
.item_btn_box .btn_box a.pay {
  background-color: #ff5252;
}
.item_btn_box .btn_box a + a {
  margin-left: 10px;
}
.item_title_box {
  position: relative;
  width: 1200px;
  margin-top: 40px;
  padding: 50px 30px 50px 45px;
  border: 1px solid #ddd;
}
.item_title_box a.btn_gray {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 15px;
  line-height: normal;
}
.item_title_box .picto {
  float: right;
}
.item_title_box .stit {
  margin-top: 10px;
  font-size: 24px;
  color: #444;
  line-height: 24px;
}
.item_title_box .desc {
  margin-top: 20px;
  font-family: "Noto Sans KR L", sans-serif;
  font-size: 20px;
  color: #666;
  letter-spacing: -0.6px;
}
.item_title_box .apply_box {
  margin-top: 30px;
  vertical-align: top;
  font-size: 0;
}
.apply_box .apply {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-color: #535bfb;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
.apply_box .ask {
  display: inline-block;
  width: 130px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #666;
  vertical-align: top;
}
.apply_box a + a {
  margin-left: 20px;
}
.category_nav_box {
  width: 1200px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.category_nav_box a.btn_gray {
  position: absolute;
  bottom: 8px;
  right: 0;
  padding: 5px 15px;
}
.category_nav {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}
.category_nav > li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.category_nav > li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 52px;
  letter-spacing: -0.6px;
}
.category_nav > li.on:after,
.category_nav > li:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #4771f6;
  z-index: 10;
}
.category_nav > li a:hover,
.category_nav > li.on a {
  color: #1b51a5;
}
.item_contents_wrap {
  width: 1200px;
}
.item_contents_box {
  margin-bottom: 30px;
}
.item_contents_box h4 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #444;
  letter-spacing: -0.6px;
}
.item_contents_box .item_contents {
  border: 1px solid #ddd;
  padding: 30px 45px;
  color: #666;
  font-size: 16px;
}
.item_contents_box p {
  margin-bottom: 12px;
  font-size: 22px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.item_contents_box p.ct {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR L", sans-serif;
}
.item_intro_title {
  margin-bottom: 10px;
  font-family: "Noto Sans KR M", sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.item_intro_txt {
  font-size: 18px !important;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.item_center {
  text-align: center;
}
.item_intro_ul {
  font-size: 16px;
  color: #666;
}
.item_ftrs_title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.item_ftrs_ul {
  margin-left: 54px;
  color: #999999;
}
.item_bnft_title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.item_bnft_ul {
  color: #999999;
}
.icon_ftrs {
  margin-right: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../images/item/icon_ftrs.png) no-repeat;
}
.icon_ftrs.cloud {
  background-position: 0px 0px;
}
.icon_ftrs.thumbNheart {
  background-position: 0px -40px;
}
.icon_ftrs.handNsale {
  background-position: 0px -80px;
}
.icon_ftrs.smile3 {
  background-position: 0px -120px;
}
.icon_ftrs.star5 {
  background-position: 0px -160px;
}
/*icon 추가*/
.icon_ipmas {
  margin-right: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(/images/item/icon_ipmas.png) no-repeat;
}
.icon_ipmas.stit01 {
  background-position: 0px 0px;
}
.icon_ipmas.stit02 {
  background-position: 0px -40px;
}
.icon_ipmas.stit03 {
  background-position: 0px -80px;
}
.icon_mng {
  margin-right: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../images/item/icon_mng.png) no-repeat;
}
.icon_mng.stit01 {
  background-position: 0px 0px;
}
.icon_mng.stit02 {
  background-position: 0px -40px;
}
.icon_mng.stit03 {
  background-position: 0px -80px;
}
.icon_mng.stit04 {
  background-position: 0px -120px;
}
/*20210416 민앤지 추가*/
.icon_sis {
  margin-right: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(/images/item/icon_sis.png) no-repeat;
}
.icon_sis.stit01 {
  background-position: 0px 0px;
}
.icon_sis.stit02 {
  background-position: 0px -40px;
}
.icon_sis.stit03 {
  background-position: 0px -80px;
}
/*//icon 추가*/
/*table 추가*/
.ipmas_tb {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #444 #fff #999 #fff;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 50%;
}
.ipmas_tb table {
  width: 100%;
}
.ipmas_tb table thead th {
  height: 46px;
  line-height: 46px;
  background-color: #f8f8f8;
  vertical-align: middle;
  font-weight: 400;
  color: #252525;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}
.ipmas_tb table tbody th.right {
  border-right: 1px solid #f1f1f1;
}
.ipmas_tb table tbody td {
  height: 53px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
  text-align: center;
  line-height: 26px;
}
.ipmas_tb table tbody td.right {
  border-right: 1px solid #f1f1f1;
}
.ipmas_tb table tbody td.bottom {
  border-bottom: 1px solid #f1f1f1;
}
/*//table 추가*/
.item_row_mb30 {
  margin-bottom: 30px;
}
.item_btn {
  position: relative;
  text-align: center;
}
.item_btn .btn_blue,
.item_btn .btn_gray,
.item_btn .btn_red {
  width: 250px;
  font-size: 20px;
  line-height: 60px;
}
.item_btn a + a {
  margin-left: 20px;
}
.btn_back {
  position: absolute;
  top: 5px;
  right: 0;
  width: 52px;
  height: 52px;
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.btn_back span {
  display: block;
  background: url(../images/common/btn_back.png) no-repeat center center;
  text-indent: -9999px;
  height: 50px;
}
/* 신청 및 문의 */
.apply_tit {
  margin: 50px 0 20px;
}
.apply_tit h4 {
  font-size: 24px;
  color: #444;
  letter-spacing: -0.6px;
}
.apply_tit p {
  font-family: "Noto Sans KR L";
  color: #666;
}
.apply_tit .f_bold {
  color: #000;
}
.apply_tit .desc2 {
  font-size: 14px;
  color: #999;
}
.tbf_tit {
  padding: 14px 20px 20px;
  border-top: 1px solid #444;
}
.tbf_tit h4 {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  letter-spacing: -0.6px;
  width: 1160px;
  word-wrap: break-word;
}
.tbf_tit p {
  font-family: "Noto Sans KR L";
  color: #666;
}
.tbf {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #444 #fff #999 #fff;
}
.tbf table {
  width: 100%;
}
.tbf.conNone {
  border-color: #f1f1f1;
}
.tbf table thead th {
  padding: 10px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background-color: #f4f4f4;
  vertical-align: middle;
  font-weight: 500;
  color: #252525;
  text-align: center;
}
.tbf table tbody th,
.tbf table tbody td {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #f1f1f1;
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}
.tbf table tbody td .boardtd {
  text-align: left;
  vertical-align: middle;
  width: 1160px;
  word-wrap: break-word;
}
.tbf table tbody th {
  padding: 15px 20px 16px;
  background-color: #f8f8f8;
  font-weight: 500;
  color: #252525;
}
.tbf table tbody th.lt {
  padding-right: 10px;
}
.tbf table tbody td {
  padding: 15px 20px 16px;
  font-size: 16px;
  color: #666;
}
.tbf.conNone table tbody td {
  border-width: 0;
}
.tbf table tbody td.lt {
  padding-right: 10px;
}
.tbf table tbody tr:last-child th,
.tbf table tbody tr:last-child td {
  border-bottom-width: 0;
}
.tbf table .ft {
  border-width: 0 0 1px 0;
}
.input_item {
  margin: -8px 0;
}
.email_form select,
.email_form .i_txt {
  width: 255px;
}
.tbf .f_blue {
  color: #1b51a5;
}
.tbf .at,
.tbf .dash {
  display: inline-block;
  padding: 0 6px;
}
.tbf .star {
  display: inline-block;
  width: 10px;
  font-family: "Noto Sans KR L";
  color: #4771f6;
}
.tbl_btn {
  margin-top: 30px;
  text-align: center;
}
.tbl_btn .btn_blue,
.tbl_btn .btn_blue2,
.tbl_btn .btn_gray {
  padding: 0 40px;
  line-height: 50px;
  font-size: 18px;
}
.tbl_btn a + a {
  margin-left: 10px;
}
.tbl_btn_r {
  text-align: right;
}
.tbl_btn_r .btn_blue2 {
  padding: 0 40px;
  line-height: 50px;
  font-size: 18px;
}
.tbf .ct {
  display: block;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #999;
}

/* 공지사항 - 개인정보처리방침 내용변경_231106 */
.notice-change {
  padding: 40px 0;
}
.notice-change h3 {
  color:#222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.notice-change p {
  color: #666; 
  line-height: 1.5;
}
.notice-change p span{
  color: #222;
  font-weight: bold;
}
.notice-change .notice-changebox {
  border: 1px solid #164EB1;
  padding: 20px;
  line-height: 1.5;
  color: #666;
}
.notice-change .notice-changebox h4 {
  color: #164EB1;
  font-weight: bold;
}
.notice-change .notice-changebox h5 {
  color: #222;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.notice-change .notice-changebox-prev,
.notice-change .notice-changebox-now {
  border: 1px solid #d5d5d5;
  padding: 20px;
}
.notice-change .notice-changebox-prev {
  margin-bottom: 20px;
}
.notice-change .notice-changebox2 ul {
  display: inline-block;
  width:50%;
}
.notice-change .notice-changebox2 ul li{
  line-height: 2;
}
.notice-change .change-detail {
  margin: 20px 0 0 0;
}
.notice-change .change-detail p {
  color: #ff0000;
}
.notice-change .notice-date {
  color: #164EB1;
  font-weight: bold;
}
/* //공지사항 - 개인정보처리방침 내용변경_231106 */


/* 공지사항 팝업 */
.priv-pop {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #666;
}

.priv-pop-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px;
  border: 10px solid #164EB1;
  width: 960px;
  height: 720px;
  position: relative;
  overflow-y: scroll;
}

.priv-pop-content h2 {
	color: #222;
	font-weight: bold;
}

.priv-pop-content .priv-pop-box {
	padding: 20px 10px; 
	background-color: rgba(22,78,177,.05);
}

.priv-pop-content .priv-pop-index {
	line-height: 1.6;
}
.priv-pop-content .priv-content-detail .priv-detail-box {
	border: 1px solid #ccc;
	padding: 20px 10px;
}

.priv-pop-content .priv-content-detail .priv-detail-box p {
	line-height: 1.6;
}
.priv-pop-content .priv-content-detail h3 {
	color: #222;
	font-weight: bold;
	margin-bottom: 5px;
}

.priv-close {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.5s;
}

.priv-close:hover,
.priv-close:focus {
  color: #164EB1;
  text-decoration: none;
  cursor: pointer;
}

.pop-udl {
	text-decoration: underline;
}

.priv-sv {
  border: 1px solid #ccc;
  line-height: 20px;
  color: #666;
}
.priv-detail-box .priv-sv tr td {
  padding: 10px;
  border: 1px solid #ccc !important;
  font-size: 14px;
}

.priv-sv tr .sv-name {
	width: 30%;
}
.priv-sv tr .sv-choice {
	width: 6%;
	text-align: center;
}

.priv-detail-box .action-content {
	margin-left: 20px;
}

.tpic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.priv-detail-box .color-b {
	color: #164EB1;
}
/* //공지사항 팝업 */



/* 도입사례 추가 */
.case_item {
  margin-top: 5px;
}
.case_item:after {
  content: "";
  display: block;
  clear: both;
}
.case_item li {
  float: left;
  margin-right: 40px;
}
.case_item li:last-child {
  margin-right: 0;
}
.case_item li span {
  font-family: "Noto Sans KR L";
  color: #666;
}
.case_item .case_tit {
  padding-right: 20px;
}
.case_item .case_txt {
  position: relative;
  padding-left: 20px;
}
.case_item .case_txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 14px;
  background-color: #ddd;
}
/* form */
.i_txt.wd200 {
  width: 200px;
}
.i_txt.wd250 {
  width: 250px;
}
.form_ib {
  display: inline-block;
  vertical-align: middle;
}
.date_item {
  display: inline-block;
  position: relative;
}
.date_item .i_txt {
  width: 140px;
}
.date_item .ico_date {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  background: url(../images/common/ico_date_picker.png) 50% 50% no-repeat;
  text-indent: -9999px;
}
.date_item .ico_date:disabled {
  opacity: 0.3;
}
.date_item + .i_txt {
  margin-left: 6px;
}
.date_item + .at2 {
  margin-right: 0;
}
.date_item + .form_flex {
  margin-left: 10px;
}
.form_ib .dash2 {
  margin: 0 5px;
}
.input_item.textarea {
  padding: 0 0 0 1px;
}

.radio_box {
  position: relative;
  overflow: hidden;
}
.radio_box input {
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: 0;
  width: 1px;
  height: 1px;
}
.radio_box label {
  vertical-align: middle;
  color: #474747;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 2px 20px 2px 30px;
  display: inline-block;
  line-height: 21px;
  position: relative;
  cursor: pointer;
}
.radio_box input[type="radio"] + label i {
  background: url(../images/common/check_mb.png) no-repeat 0 -25px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
}
.radio_box input[type="radio"]:checked + label i {
  background-position: -27px -25px;
}

/* 약관동의 */
.agree_box {
  margin-top: 30px;
}
.agree_chk {
  position: relative;
  vertical-align: top; /* border:1px solid #000 */
}
.agree_chk input {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.agree_chk label {
  display: inline-block;
  position: relative;
  min-height: 18px;
  padding-left: 28px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.6px;
  line-height: 30px;
  cursor: pointer;
}
.agree_chk label:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/common/check_id.png) 0 0 no-repeat;
  background: none\9;
  content: "";
}
.agree_chk input:checked + label:before {
  background-position: 0 100%;
}
.agree_chk input:focus + label:before {
  outline: 1px dotted #888;
  outline: auto -webkit-focus-ring-color;
}
.agree_chk .btn_agree {
  display: inline-block;
  padding: 0 12px;
  margin-left: 10px;
  height: 30px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #999;
  vertical-align: top;
}
.btn_agree span {
  display: inline-block;
  height: 100%;
  padding-right: 14px;
  background: url(../images/common/ico_arrow_btn.png) 100% 50% no-repeat;
}
.agree_box div + div {
  margin-top: 12px;
}
.email_btn {
  position: relative;
  display: inline-block;
}
.email_btn .email_txt {
  display: inline-block;
  line-height: 28px;
}
.btn_epop {
  display: inline-block;
  padding: 0 12px;
  margin-left: 10px;
  height: 30px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #c2c4c6;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #666;
  vertical-align: top;
}
.btn_epop span {
  display: inline-block;
  height: 100%;
  padding-right: 14px;
  background: url(../images/common/ico_arrow_btn.png) 100% 50% no-repeat;
}
.agree_box .ct {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #999;
}

.radio {
  position: relative;
  vertical-align: top; /* border:1px solid #000 */
}
.radio input {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.radio label {
  display: inline-block;
  position: relative;
  min-height: 18px;
  padding-left: 28px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.6px;
  line-height: 30px;
  cursor: pointer;
}
.radio label:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/common/check_id.png) 0 0 no-repeat;
  background: none\9;
  content: "";
}
.radio input:checked + label:before {
  background-position: 0 100%;
}
.radio input:focus + label:before {
  outline: 1px dotted #888;
  outline: auto -webkit-focus-ring-color;
}

/* 약관팝업 */
.pop_raw .tit {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.pop_raw a.btn_gray {
  position: absolute;
  right: 0;
  padding: 4px 10px;
  line-height: normal;
}
.pop_raw .raw_list {
  margin-top: 20px;
}
.raw_list li {
  padding: 4px 0 0 10px;
  background: url(../images/common/bul_dash.png) no-repeat 0 15px;
  color: #666;
  font-size: 15px;
}
.pop_raw .raw_list2 {
  margin-top: 20px;
}
.raw_list2 li {
  padding: 4px 0 0 0;
  color: #666;
  font-size: 15px;
}
.pop_bottom_ar .btn_blue {
  width: 180px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
.pop_bottom_ar .btn_gray {
  width: 180px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
.raw_tbl {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #444 #fff #999 #fff;
}
.raw_tbl table {
  width: 100%;
}
.raw_tbl table thead th {
  padding: 10px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background-color: #f4f4f4;
  vertical-align: middle;
  font-weight: 500;
  color: #252525;
  text-align: center;
}
.raw_tbl table thead th:first-child {
  border-width: 0 0 1px 0;
}
.raw_tbl table tbody th,
.raw_tbl table tbody td {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #f1f1f1;
  text-align: left;
  vertical-align: middle;
}
.raw_tbl table tbody td {
  padding: 15px 20px 16px;
  font-size: 16px;
  color: #666;
}
.raw_tbl table tbody td.cen {
  text-align: center;
}
.raw_tbl table tbody td:first-child {
  border-width: 0 0 1px 0;
}
.raw_tbl table tbody tr:last-child th,
.tbf table tbody tr:last-child td {
  border-bottom-width: 0;
}

/* 제휴사 */
.admin_page {
  padding: 50px 0 100px 0;
}
.admin_page .title {
  padding: 0 0 40px 0;
}
.my_adm {
  height: auto;
  overflow: hidden;
  width: 1200px;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 45px;
  border: 1px solid #ddd;
}
.my_adm_lef {
  float: left;
  height: auto;
  overflow: hidden;
  width: auto;
}
.my_admlef_txt {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 80px;
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
}
.my_admlef_txt li.my_admtxt_tit {
  font-size: 24px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  letter-spacing: -1px;
  line-height: 42px;
}
.my_admlef_txt li.my_admtxt_tit a:link {
  font-size: 19px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
}
.my_admlef_txt li.my_admtxt_tit a:visited {
  color: #444444;
  text-decoration: none;
}
.my_admlef_txt li.my_admtxt_tit a:hover {
  color: #444444;
  text-decoration: underline;
}

.my_admlef_txt li.my_admtxt_txt {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444444;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 10px;
}
.my_admlef_txt li.my_admtxt_txt a:link {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}
.my_admlef_txt li.my_admtxt_txt a:visited {
  color: #444444;
  text-decoration: none;
}
.my_admlef_txt li.my_admtxt_txt a:hover {
  color: #444444;
  text-decoration: underline;
}
.my_admlef_txt .my_admtxt_btn button + button {
  margin-left: 10px;
}

.my_adm_btn {
  float: left;
  width: 170px;
  height: 49px;
  line-height: 33px;
  background-color: #1b51a5;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.my_adm_btn {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_adm_btn:hover {
  background: #525cf5;
  color: #ffffff;
}
.my_adm_btn.gray {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}
.my_adm_btn.gray:hover {
  background-color: #f4f4f4;
}

.my_adm .my_ind_rig {
  margin-right: 80px;
}

/*************************마이페이지 start*************************/
/* content */
.content_mywrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 700px;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
}
/*.content_mywrap .mypage_page {width:100%; height:auto; overflow:hidden; margin:0 auto;} 마이페이지 삭제*/
.content_mywrap .mypage_info {
  background-color: #f0f0f0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content_mywrap .mypage_info .mypage_info_inner {
  margin: 0 auto;
  width: 1200px;
  height: auto;
  overflow: hidden;
}
.content_mywrap .mypage_Search {
  background-color: f0f0f0;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
}
.content_mywrap .mypage_Search .mypage_Search_inner {
  margin: 0 auto;
  width: 1200px;
  height: auto;
  overflow: hidden;
}

/*20210329 수정01 서비스관리*/
/*20210318 서비스관리추가*/
.my_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 22px;
  margin-top: 40px;
}
.my_title h2 {
  float: left;
  font-size: 32px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}

.my_title .tit01 {
  float: right;
  margin-right: 12px;
  margin-top: 15px;
}
.my_title .tit01 li {
  float: left;
  margin-left: 6px;
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.5px;
}
.my_title .tit01 li a:link {
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}
.my_title .tit01 li a:visited {
  color: #222;
  text-decoration: none;
}
.my_title .tit01 li a:hover {
  color: #222;
  text-decoration: underline;
}

.my_title .tit02 {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
.my_title .tit02 li {
  float: left;
  margin-left: 6px;
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.5px;
}
.my_title .tit02 li a:link {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}
.my_title .tit02 li a:visited {
  color: #222;
  text-decoration: none;
}
.my_title .tit02 li a:hover {
  color: #222;
  text-decoration: underline;
}
/*//20210318 서비스관리추가*/
/*//20210329 수정01 서비스관리*/

/*개인정보*/
.my_ind {
  height: auto;
  overflow: hidden;
  width: 1190px;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 45px;
  box-shadow: 3px 3px 12px #c3c4c4;
}
.my_ind_lef {
  float: left;
  height: auto;
  overflow: hidden;
  width: auto;
}

.my_indlef_per {
  float: left;
  width: 147px;
  height: 147px;
  margin-left: 80px;
  margin-top: 75px;
  margin-bottom: 75px;
}
.my_indlef_per img {
  width: 100%;
  max-width: 100%;
}
.my_indlef_txt {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 30px;
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
}
.my_indlef_txt li.my_indtxt_tit {
  font-size: 24px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  letter-spacing: -1px;
  line-height: 42px;
}
.my_indlef_txt li.my_indtxt_tit a:link {
  font-size: 19px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
}
.my_indlef_txt li.my_indtxt_tit a:visited {
  color: #444444;
  text-decoration: none;
}
.my_indlef_txt li.my_indtxt_tit a:hover {
  color: #444444;
  text-decoration: underline;
}

.my_indlef_txt li.my_indtxt_txt {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444444;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 10px;
}
.my_indlef_txt li.my_indtxt_txt a:link {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}
.my_indlef_txt li.my_indtxt_txt a:visited {
  color: #444444;
  text-decoration: none;
}
.my_indlef_txt li.my_indtxt_txt a:hover {
  color: #444444;
  text-decoration: underline;
}

/* 20210329 수정02 정보 */
.my_btn {
  float: left;
  width: 160px;
  height: 49px;
  line-height: 33px;
  background-color: #1b51a5;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.my_btn {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn:hover {
  background: #525cf5;
  color: #ffffff;
}

.my_btnS2 {
  float: left;
  width: 146px;
  height: 49px;
  line-height: 33px;
  background-color: #dddddd;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
.my_btnS2 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btnS2:hover {
  background: #d1cfcf;
  color: #666666;
}
/* //20210329 수정02 정보 */

.my_ind_rig {
  float: right;
  height: auto;
  overflow: hidden;
  width: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-right: 100px;
}
.myind_div {
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
  padding-right: 48px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.myind_div2 {
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding-left: 48px;
}
.myind_menu {
  margin: auto 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.myind_menu dt {
  width: 147px;
  margin: auto 0;
  text-align: center;
  margin-bottom: 16px;
}
.myind_menu dt img {
  max-width: 99px;
  width: 99px;
}
.myind_menu dd {
  margin: auto 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444;
  letter-spacing: -0.0375em;
}
.myind_menu dd a:link {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444;
  text-decoration: none;
}
.myind_menu dd a:visited {
  color: #444;
  text-decoration: none;
}
.myind_menu dd a:hover {
  color: #444;
  text-decoration: none;
}

/*이용정보*/
.my_paycou_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.my_paycou_tit {
  width: 100%;
  height: 36px;
  overflow: hidden;
  margin-bottom: 14px;
}
.my_paycou_tit h3 {
  float: left;
  margin-right: 10px;
  font-size: 26px;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #222;
}
.my_paycou_tit p {
  float: left;
  padding-top: 4px;
}

.my_btn2 {
  float: left;
  width: 82px;
  height: 30px;
  line-height: 26px;
  background-color: #525cf5;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.my_btn2 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn2:hover {
  background: #424df4;
  color: #ffffff;
}

/* 20210329 수정03 이용중인서비스 */
/*박스 */
.my_pay_box {
  float: left;
  width: 570px;
  margin-right: 50px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e7e7e7;
  box-shadow: 3px 3px 10px #c3c4c4;
  background-color: #ffffff;
}
.my_pay_box2 {
  float: left;
  width: 570px;
  margin-right: 10px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e7e7e7;
  box-shadow: 3px 3px 10px #c3c4c4;
  background-color: #ffffff;
}
/*빈박스 테이블  추가 */
.mycou_ntxt {
  line-height: 250px;
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  text-align: center;
}
/* //20210329 수정03 이용중인서비스 */

/*리스트*/
.mypay_con_lef {
  float: left;
  width: 65%;
  height: auto;
  overflow: hidden;
}
.mypay_con {
  width: 75%;
  overflow: hidden;
  margin: 37px 12% 44px 13%;
}
.mycou_list {
  width: 100%;
  border-spacing: 0;
}
.mycou_list caption {
  display: none;
}
.mycou_list th {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #444444;
  text-align: left;
  border-bottom: 1px solid #e3dfdf;
}
.mycou_list td {
  height: 55px;
  line-height: 23px;
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #444444;
  text-align: left;
  border-bottom: 1px solid #e3dfdf;
}
/*2줄이상 말줄임 추가 */
.text_el {
  width: 100%;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_el01 {
  width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*//2줄이상 말줄임 추가 */

/*바로가기*/
.mypay_con_rig {
  float: right;
  width: 35%;
  height: 100%;
  background-color: #f8f8f8;
}
.mypay_rig_tit {
  width: 100%;
  height: 142px;
  overflow: hidden;
  padding-top: 75px;
  line-height: 38px;
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #f35520;
  text-align: center;
}
.mypay_rig_btn {
  width: 100%;
  height: 104px;
  overflow: hidden;
  text-align: center;
}
.my_btn3 {
  text-align: center;
  width: 99px;
  height: 52px;
  line-height: 50px;
  background-color: #4771f6;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.0375em;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
.my_btn3 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn3:hover {
  background-color: #525cf5;
  color: #ffffff;
}

.my_btn3_2st {
  text-align: center;
  width: 99px;
  height: 52px;
  line-height: 17px;
  background-color: #4771f6;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.0375em;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
.my_btn3_2st {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn3_2st:hover {
  background-color: #525cf5;
  color: #ffffff;
}

/*문의현황*/
.my_question_box {
  width: 1190px;
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.my_question_tit {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin-bottom: 14px;
}
.my_question_tit h3 {
  float: left;
  margin-right: 10px;
  font-size: 26px;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #222;
}
.my_question_tit ul {
  float: right;
  padding-top: 4px;
}
.my_question_tit li {
  float: left;
  margin-left: 6px;
}

.my_btn4 {
  float: left;
  width: auto;
  height: 28px;
  line-height: 25px;
  background-color: #ffffff;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding-left: 13px;
  padding-right: 13px;
  border: 1px solid #d4d4d4;
}
.my_btn4 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn4:hover {
  background: #dddddd;
  color: #666666;
}
.my_question_tit select {
  float: right;
}

.my_btn5 {
  float: left;
  width: auto;
  height: 28px;
  line-height: 25px;
  background-color: #ffffff;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding-left: 13px;
  padding-right: 13px;
  border: 1px solid #d4d4d4;
}
.my_btn5 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn5:hover {
  background: #424df4;
  color: #ffffff;
}

.my_btn6 {
  width: 64px;
  height: 30px;
  line-height: 27px;
  background-color: #dddddd;
  color: #666666;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding-left: 13px;
  padding-right: 13px;
}
.my_btn6 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn6:hover {
  background-color: #d1cfcf;
  color: #666666;
}

.my_btn7 {
  width: 64px;
  height: 30px;
  line-height: 27px;
  background-color: #525cf5;
  color: #ffffff;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.0375em;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding-left: 13px;
  padding-right: 13px;
  border: 1px solid #d4d4d4;
  margin: 0 auto;
}
.my_btn7 {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_btn7:hover {
  background: #424df4;
  color: #ffffff;
}

/*table*/
.question {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #444 #fff #999 #fff;
}
.question table {
  width: 100%;
}
.question table thead th {
  height: 53px;
  line-height: 50px;
  background-color: #f8f8f8;
  vertical-align: middle;
  font-weight: 500;
  color: #252525;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.question table thead th.right {
  border-right: 1px solid #f1f1f1;
}
.question table tbody td {
  height: 53px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  background-color: #ffffff;
  text-align: center;
  line-height: 26px;
}
/*리스트 링크 추가 20210416*/
.question table tbody td a:link {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #666;
  text-decoration: none;
}
.question table tbody td a:visited {
  color: #666;
  text-decoration: none;
}
.question table tbody td a:hover {
  color: #444444;
  text-decoration: none;
}
/*//리스트 링크 추가 20210416*/
.question table tbody td.bot {
  border-bottom: 1px solid #f1f1f1;
}
.question table tbody td.right {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
/* 20210329 수정04 문의내역 */
.question table tbody td.center {
  border-bottom: 1px solid #f1f1f1;
}
/* //20210329 수정04 문의내역 */
.question table tbody td a.btn_blue {
  color: #fff;
}

.table_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
  text-align: center;
}
.table_page ul {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.table_page li {
  display: inline;
  text-align: center;
  padding: 5px;
  color: #666666;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 16px;
  font-weight: 400;
}
.table_page a.active {
  color: #1b51a5;
}
.my_pre {
  cursor: pointer;
  border: 1px solid #d4d4d4;
  background: url(../images/common/my_btn_pre.png) no-repeat;
  width: 27px;
  height: 27px;
}
.my_pre {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_pre:hover {
  background: url(../images/common/my_btn_pre.png) no-repeat;
}

.my_nex {
  cursor: pointer;
  border: 1px solid #d4d4d4;
  background: url(../images/common/my_btn_nex.png) no-repeat;
  width: 27px;
  height: 27px;
}
.my_nex {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.my_nex:hover {
  background: url(../images/common/my_btn_nex.png) no-repeat;
}

/*FAQ*/
.sub_faq_wrap {
  float: left;
  width: 100%;
  margin-top: 40px;
  height: auto;
  overflow: hidden;
}

.my_faq_tit {
  width: 100%;
  height: 36px;
  overflow: hidden;
  margin-bottom: 20px;
}
.my_faq_tit h3 {
  float: left;
  margin-right: 10px;
  font-size: 26px;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #222;
}

.faqbox {
  float: left;
  position: relative;
  width: 670px;
  height: 67px;
  border: 3px solid #1b51a5;
  background-color: #ffffff;
}
.faqbox::after {
  display: block;
  content: "";
  clear: both;
}
.faq {
  float: left;
}
.faq_btn {
  float: right;
}
.faq_btn a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/my_ic_search.png) 10px 50% no-repeat #fff;
  text-indent: -9999px;
}
.faq .subject_input {
  outline: none;
  width: 590px;
  height: 60px;
  padding: 0 20px 0 20px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
  color: #aaaaaa;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: normal;
  background: #fff;
  letter-spacing: -0.0375em;
}
.searchtxt {
  margin: 13px 0;
  text-align: center;
  float: right;
}
.searchtxt a {
  display: inline-block;
  padding: 10px 24px 11px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #c1c1c1;
  color: #fff;
  border-radius: 33px;
  text-decoration: none;
  margin: 0 5px;
}
.searchtxt a + a {
  margin-left: 5px;
}
.searchtxt a.point1 {
  background: #1b51a5;
}
.searchtxt a.point2 {
  background: #4771f6;
}

/*이벤트 추가 20210416*/
.my_ad {
  width: 100%;
  margin-top: 40px;
  height: auto;
  overflow: hidden;
  float: left;
}
.my_ad_tit {
  width: 100%;
  height: 36px;
  overflow: hidden;
  margin-bottom: 20px;
}
.my_ad_tit h3 {
  float: left;
  margin-right: 10px;
  font-size: 26px;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #222;
}
.event_slide_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}
.event_slide_wrap .bx-pager.bx-default-pager {
  bottom: 20px;
}
/*//이벤트 추가 20210416*/

/*광고영역*/
.my_ser_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.my_ser_box ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 55px;
  margin-bottom: 60px;
}
.my_ser_box li {
  display: block;
  width: 31%;
  height: auto;
  overflow: hidden;
  float: left;
}
.my_ser_box li img {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: auto;
}
.my_ser_box li.right {
  margin-right: 3%;
}

/* 리스트 추가 장지향 */
.question table tbody td input.chk {
  border: 1px solid #c2c4c6;
}
.question table tbody td.left {
  text-align: left;
  width: 660px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* 말줄임 적용 */
}
.question table tbody td.leftp {
  padding-left: 20px;
  text-align: left;
}
.qustion_sel_box {
  display: block;
  margin-bottom: 20px;
}
.qustion_sel_box:after {
  display: block;
  content: "";
  clear: both;
}
.qustion_sel_box .qustion_sel {
  float: right;
  position: relative;
}
.qustion_sel p {
  position: absolute;
  right: 150px;
  top: 5px;
}
.qustion_sel select {
  font-size: 14px;
}
.qustion_sel_box .tit_ser {
  float: left;
  line-height: 40px;
  color: #666;
  font-size: 18px;
}
.question a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
.question a + a {
  margin-left: 5px;
}

/*************************마이페이지 end*************************/

/* 공지사항 */
.nsearch_box {
  position: relative;
  height: 52px;
  margin: 0 0 40px;
}
.nsearch_box .search_select {
  float: left;
  width: 155px;
  height: 52px;
  background: url(../images/item/bg_search.png) no-repeat 100% 50%;
  border: 1px solid #3a3a3a;
  border-right: none;
}
.nsearch_box .search_select select {
  border: 0;
  margin: 5px;
}
.nsearch_box .search_input {
  float: left;
  width: 1045px;
  height: 52px;
  border: 1px solid #3a3a3a;
  border-left: none;
}
.nsearch_box .search_input input {
  float: left;
}
.nsearch_box .search_input .inp_txt {
  margin-top: 1px;
  padding-left: 20px;
  width: 995px;
  height: 48px;
  border: 0;
  font-size: 15px;
  letter-spacing: -0.6px;
  line-height: 48px\9;
  font-family: "Noto Sans KR";
  outline: 0;
}
.nsearch_box .search_input .search_btn {
  float: left;
  width: 40px;
  height: 100%;
  margin-right: 5px;
  background: url(../images/item/btn_search_gray.png) no-repeat 50% 50%;
}
.n_new {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 7px;
  border: 1px solid #535bfb;
  border-radius: 13px;
  font-family: "Open Sans", "Noto Sans KR L", sans-serif;
  font-size: 11px;
  color: #535bfb;
  line-height: 11px;
}

/* 이용안내 */
.info_page {
  padding: 50px 0 100px 0;
}
.info_page h2 {
  text-align: center;
  margin-bottom: 50px;
}
.infomem_wrap {
  margin-bottom: 50px;
}
.infomem_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.infomem_wrap li {
  position: relative;
  margin-bottom: 30px;
  padding: 45px 0 0 40px;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.infomem_wrap li.items {
  display: inline-block;
  width: 585px;
  height: 200px;
  box-sizing: border-box;
}
.infomem_wrap li.items.left {
  float: left;
}
.infomem_wrap li.items.right {
  float: right;
}
.infomem_wrap li.items span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans KR L", sans-serif;
  color: #999;
}
.infomem_wrap li.items p {
  margin-bottom: 12px;
  font-size: 22px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.infomem_wrap li.items p.ct {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR L", sans-serif;
}
.infomem_wrap li.items div {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 98px;
  height: 98px;
  background: url(../images/common/info_icon.png) no-repeat 0 0;
  text-indent: -9999px;
}
.infomem_wrap li.items div.img2 {
  background-position: 0 -98px;
}
.infomem_wrap li.items div.img3 {
  background-position: 0 -196px;
}
.infomem_wrap li.items div.img4 {
  background-position: 0 -294px;
}
.infoflow {
  margin-bottom: 50px;
  text-align: center;
}

/* 입점혜택 */
.info_page {
  padding: 50px 0 100px 0;
}
.info_page h2 {
  text-align: center;
  margin-bottom: 50px;
}
.infobz_wrap {
  margin-bottom: 50px;
}
.infobz_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.infobz_wrap li {
  position: relative;
  margin-bottom: 30px;
  padding: 45px 0 0 40px;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.infobz_wrap li.items {
  display: inline-block;
  width: 585px;
  height: 200px;
  box-sizing: border-box;
}
.infobz_wrap li.items.left {
  float: left;
}
.infobz_wrap li.items.right {
  float: right;
}
.infobz_wrap li.items span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans KR L", sans-serif;
  color: #999;
}
.infobz_wrap li.items p {
  margin-bottom: 12px;
  font-size: 22px;
  color: #444;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.infobz_wrap li.items p.ct {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR L", sans-serif;
}
.infobz_wrap li.items div {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 105px;
  height: 105px;
  background: url(../images/common/infobz_icon.png) no-repeat 0 0;
  text-indent: -9999px;
}
.infobz_wrap li.items div.img2 {
  background-position: 0 -105px;
}
.infobz_wrap li.items div.img3 {
  background-position: 0 -210px;
}
.infobz_wrap li.items div.img4 {
  background-position: 0 -315px;
}
.infobz_wrap li.items div.img5 {
  background-position: 0 -420px;
}
.infobz_wrap li.items div.img6 {
  background-position: 0 -525px;
}
.infoflow {
  margin-bottom: 50px;
  text-align: center;
}

/* Privacy */
#prevPrivacy {
  width: 250px;
}
/* Privacy */
.privacy_page {
  padding: 50px 0 100px 0;
}
.privacy_page .title {
  padding: 0 0 40px 0;
}
#prevPrivacy {
  position: absolute;
  top: 62px;
  right: 0;
  width: 250px;
}
.comm_term {
  width: 1200px;
}
.comm_term div {
  word-break: keep-all;
}
.comm_term .ct {
  font-size: 16px;
  line-height: 23px;
}
.comm_term .ct2 {
  margin-top: 13px;
  font-size: 14px;
  line-height: 26px;
}
.comm_term .ct p + p {
  margin-top: 8px;
}
.comm_term .ct p .privacy_underline {
  text-decoration: underline;
}

.comm_term .index {
  margin-top: 10px;
}
.comm_term .index:after {
  content: "";
  display: block;
  clear: both;
}
.comm_term .index li {
  float: left;
  width: 50%;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
.comm_term .section {
  margin-top: 30px;
}
.comm_term h3 {
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 19px;
}
.comm_term h4 {
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 19px;
}
.comm_term .ua_box {
  border: 1px solid #d5d5d5;
  padding: 8px 15px;
}
.comm_term .ua_box p,
.comm_term .privacy_consulting,
.comm_term .ua_box ul {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.comm_term .ua_box p,
.comm_term .privacy_consulting
{
  margin: 13px 0;
  text-indent: 0;
}
.comm_term .ua_box p .privacy_underline {
  text-decoration: underline;
}

.comm_term .privacy_consulting p:first-child {
  margin-bottom: 13px;
}
.comm_term .privacy_consulting p:last-child {
  line-height: 1.6;
}
.comm_term .ua_box .default_type {
  padding-left: 14px;
  text-indent: -14px;
}
.comm_term .ua_box .circlednum_type {
  padding-left: 17px;
  text-indent: -17px;
}
.comm_term .ua_box .hyphen_type {
  padding-left: 9px;
  text-indent: -9px;
}

.comm_term .ua_box .bracket_type {
  padding-left: 15px;
  text-indent: -15px;
}

.comm_term .ua_box li,
.comm_term .ua_box .default_type li,
.comm_term .ua_box .circlednum_type li,
.comm_term .ua_box .hyphen_type li,
.comm_term .ua_box .bracket_type {
  margin: 13px 0;
}
.comm_term .ua_box .line2:after {
  content: "";
  display: block;
  clear: both;
}
.comm_term .ua_box .line2 div {
  float: left;
  width: 33.3%;
}
.comm_term span.blue {
  color: #1b51a5;
}

/* Privacy table 240422 */
.priv_chart {
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.priv_chart tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}




/* Admin */
.btn_admin_gr {
  display: inline-block;
  padding: 0 12px;
  margin-left: 10px;
  height: 30px;
  background-color: #7f7f7f;
  font-size: 14px;
  border: 1px solid #7f7f7f;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
}
.btn_admin_wh {
  display: inline-block;
  padding: 0 12px;
  margin-left: 10px;
  height: 30px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #999;
  vertical-align: bottom;
}
/* 도입사례 게시판 리스트 */
.sub_case_wrap .box_case {
  overflow: hidden;
}
.sub_case_wrap .box_case .box_image .image {
  width: 100%;
  height: 100%;
}
.sub_case_wrap .box_case .list__item {
  overflow: hidden;
}
.sub_case_wrap .box_case .list__item .list_item {
  position: relative;
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.sub_case_wrap .box_case .list__item .list_item:nth-child(3n) {
  margin-right: 0;
}
.sub_case_wrap .box_case .link_item {
  display: block;
}
.sub_case_wrap .box_case .link_item .box_image {
  overflow: hidden;
  position: relative;
  width: 380px;
  height: 222px;
}
.sub_case_wrap .box_case .link_item .box_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sub_case_wrap .box_case .link_item .box_image .image {
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sub_case_wrap .box_case .link_item:hover .box_image .image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.sub_case_wrap .box_case .link_item .box_info {
  width: 380px;
  height: 236px;
  border: 1px solid #e3e3e3;
  border-top: none;
  background-color: #fafafa;
}
.sub_case_wrap .box_case .link_item .item_info {
  position: relative;
  height: 100px;
  margin: 0 30px;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ddd;
}
.sub_case_wrap .box_case .link_item .item_info .pic {
  display: block;
  margin-left: 2px;
  width: 30px;
  height: 27px;
  background: url(../images/main/icon_case.png) no-repeat;
}
.sub_case_wrap .box_case .link_item .item_info .name {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #444;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_case_wrap .box_case .link_item .item_info .name strong {
  color: #444;
}
.sub_case_wrap .box_case .link_item .item_info .box_image {
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: #fff;
}
.sub_case_wrap .box_case .link_item .item_info .box_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  border-radius: 64px;
}
.sub_case_wrap .box_case .link_item .item_info .img {
  width: 100%;
  height: 100%;
}
.sub_case_wrap .box_case .link_item .item_txt {
  position: relative;
  margin: 16px 30px 0 30px;
}
.sub_case_wrap .box_case .link_item .item_txt .ct {
  display: block;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sub_case_wrap .box_case + .box_case {
  margin-top: 30px;
}
/* 이벤트 게시판 리스트 */
.sub_case_wrap .box_case .link_item .box_info2 {
  width: 380px;
  height: 160px;
  border: 1px solid #e3e3e3;
  border-top: none;
  background-color: #fafafa;
}
.sub_case_wrap .box_case .link_item .item_info2 {
  position: relative;
  height: 100px;
  margin: 0 30px;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ddd;
}
.sub_case_wrap .box_case .link_item .item_info2 .name {
  display: -webkit-box;
  margin-top: 6px;
  font-size: 16px;
  color: #444;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub_case_wrap .box_case .link_item .item_txt .date {
  display: block;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.sub_case_wrap .box_case .link_item .item_txt .date_bul {
  display: inline-block;
  background: url(../images/common/bul_board_date.png) no-repeat 0 4px;
  padding-left: 20px;
  margin-right: 10px;
}
/* 블로그 게시판 리스트 */
.admin_page .stitle {
  padding: 0 0 20px 0;
}
.blog_line {
  border-bottom: 1px solid #e3e3e3;
  margin: 10px 0 30px 0;
}
/* 태그 */
.sub_case_wrap .tag_num {
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 10;
}
.sub_case_wrap .tag_num .num_img {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 52px;
  background: url(../images/common/img_blog_num.png) no-repeat;
  vertical-align: top;
  line-height: 999px;
}
.sub_case_wrap .tag_num .num_img.num2 {
  background-position: -43px 0;
}
.sub_case_wrap .tag_num .num_img.num3 {
  background-position: -86px 0;
}
/* 카테고리 */
.blog_category {
  margin: -10px 0 30px 0;
}
.blog_category .btn_category {
  display: inline-block;
  min-width: 80px;
  height: 32px;
  margin-left: 6px;
  padding: 0 20px;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: #fff;
  line-height: 32px;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.05em;
}
.blog_category .btn_category:first-child {
  margin-left: 0;
}
.blog_category .btn_category.on {
  background: #4771f6;
  border-color: #4771f6;
  color: #fff;
}


/* 입점안내-221012 */
.guide_page {
  padding: 50px 0 100px 0;
}
.guide_page h2 {
  text-align: center;
  margin-bottom: 50px;
}
.guide_top {
  height: 457px;
  background: url(../images/common/guide_img_top.png) top center no-repeat;
  margin-bottom: 80px;
}
.guide_top h2 {
  text-align: center;
  margin-bottom: 30px;
}
.guide_top p {
  font-size: 21px;
  color: #666;
  text-align: center;
}
.guidelist_wrap {
  padding: 0 100px;
}
.guidelist_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.guidelist_wrap li {
  position: relative;
  margin-bottom: 80px;
  padding: 30px 0 0 0;
}
.guidelist_wrap li.items p {
  margin-bottom: 12px;
  font-size: 32px;
  font-family: "Open Sans", "Noto Sans KR L", sans-serif;
  color: #222;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.guidelist_wrap li.items p.ct {
  font-size: 17px;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  color: #666;
  line-height: 1.6em;
  letter-spacing: 0;
}
.guidelist_wrap li.items li {
  font-size: 17px;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  color: #666;
  line-height: 2.5em;
  letter-spacing: 0;
  padding: 0 0 0 0;
  margin-bottom: 0;
}
.guidelist_wrap li.items li span {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  color: #888;
  line-height: 1.6em;
}
.guidelist_wrap li.items a {
  display: block;
  margin-top: 20px;
  color: #666;
}
.guidelist_wrap li.items a span {
  text-decoration: underline;
}
.guidelist_wrap li.items.section1 {
  height: 258px;
}
.guidelist_wrap li.items.section2 {
  height: 346px;
}
.guidelist_wrap li.items.section3 {
  height: 262px;
}
.guidelist_wrap li.items.section4 {
  height: 230px;
}
.guidelist_wrap li.items.section5 {
  height: 211px;
}
.guidelist_wrap li.items div {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
}
.guidelist_wrap li.items div.img1 {
  background: url(../images/common/guide_img1.png) no-repeat 0 0;
  width: 323px;
  height: 258px;
}
.guidelist_wrap li.items div.img2 {
  background: url(../images/common/guide_img2.png) no-repeat 0 0;
  width: 318px;
  height: 346px;
}
.guidelist_wrap li.items div.img3 {
  background: url(../images/common/guide_img3.png) no-repeat 0 0;
  width: 358px;
  height: 262px;
}
.guidelist_wrap li.items div.img4 {
  background: url(../images/common/guide_img4.png) no-repeat 0 0;
  width: 278px;
  height: 230px;
}
.guidelist_wrap li.items div.img5 {
  background: url(../images/common/guide_img5.png) no-repeat 0 0;
  width: 316px;
  height: 211px;
}
.guide_bnr {
  padding: 0 100px;
  margin-bottom: 80px;
}
.guidelist_wrap li.items li span {
  display: block;  
  padding: 0 0 10px 10px;  
  font-size: 14px;  
  color: #888;  
  line-height: 1.6em;  
}
.guidelist_wrap li.items li span {
  display: block;  
  padding: 0 0 10px 10px;  
  font-size: 14px;  
  color: #888;  
  line-height: 1.6em;  
}
  
  

/* 공지사항 - 개인정보처리방침 내용변경_240422 */
.notice-change .notice-chbox {
  color: #666;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.notice-change .notice-chbox .prev-notice h4,
.notice-change .notice-chbox .now-notice h4 {
  padding: 10px;
  text-align: center;
  border: 1px solid #164EB1;
  background-color: rgba(22,78,177,0.1);
  font-weight: bold;
  color: #222;
}

.notice-change .notice-chbox .now-notice h4 {
  border-left: none;
}

.notice-change .notice-chbox .prev-notice p,
.notice-change .notice-chbox .now-notice p {
  padding: 20px;
  border: 1px solid #164EB1;
  border-top: none;
  letter-spacing: -0.3px;
  height: 360px;
}

.notice-change .notice-chbox .now-notice p  {
  border-left: none;
}
.notice-change .notice-chbox .color-r {
  color: #ff0000;
}

.notice-change .notice-chbox .color-b {
  color: #164EB1;
}

.now-btn, .prev-btn {
  display:inline-block;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

.now-btn {
  background-color: #666;
}

.prev-btn {
  background-color: #164EB1;
}
/* //공지사항 - 개인정보처리방침 내용변경_240422 */