﻿@charset "utf-8";
/* CSS Document */
@import url('common.css?ver=1.5');
@import url('style-main.css?ver=1.7');
@import url('style-sub.css?ver=2.2');
@import url('style-sub2.css?ver=1.6');

/* 1213 */
table.basics .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #555;
}
table.basics .btn.blue {
  background: #0091e4;
  border: 1px solid #0091e4;
  color: #fff;
}
table.basics .btn.small {
  height: 30px;
  padding: 5px 10px;
  font-size: 1.3rem;
}

.lay-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  box-sizing: border-box;
}
.lay-pop * {
  box-sizing: border-box;
}
.lay-pop .ipin_certbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  background-color: #fff;
  border: #000 1px solid;
  margin: -150px 0 0 -150px;
  font-size: 1.4rem;
  padding: 2rem;
}
.lay-pop .ipin_certbox h4 {
  text-align: center;
  margin: 0 0 10px 0;
}

/* 1224 */
.mt5 {
  margin-top: 5px !important;
}
table.basics td.l {
  text-align: left;
}
.pop-wrap {
  background-color: #fff;
  padding: 2rem;
  min-height: 100vh;
  box-sizing: border-box;
}
.pop-wrap * {
  box-sizing: border-box;
}
.pop-wrap .btn_area.r {
  text-align: right;
  padding: 0;
  margin: 0;
}
.pop-wrap .btn_area.r .btn {
  float: none;
  padding: 10px;
  width: auto;
  background-color: #666;
  color: #fff;
}
.pop-wrap .pop-con {
  margin-top: 1rem;
}
.pop-wrap .pop-con table.basics th {
  background-color: #fafafa;
}

.pop-wrap .btn_area {
  text-align: center;
}
.pop-wrap .btn_area .btn,
.pop-wrap .btn_area .btn:nth-child(even) {
  border-radius: 5px;
  display: inline-block;
  float: none;
  width: auto;
  padding: 10px;
}
.btn.gray {
  background-color: #666;
  color: #fff;
}
.btn.blue {
  background-color: #00479d;
  color: #fff;
}
.pop-con h3 {
  font-size: 2rem;
  color: #111;
  font-weight: 600;
  margin: 3rem 0 1rem;
}
.pop-con .sch-Bx {
  border: #ddd 1px solid;
  border-radius: 10px;
  padding: 1rem;
}
.pop-con .sch-Bx .rowBx {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pop-con .sch-Bx .rowBx + .rowBx {
  margin-top: 5px;
}
.pop-con .sch-Bx .rowBx .hd {
  display: table-cell;
  width: 25%;
  color: #111;
  font-size: 1.4rem;
}
.pop-con .sch-Bx .rowBx .bd {
  display: table-cell;
}
.pop-con .sch-Bx .rowBx input {
  vertical-align: middle;
}

.pop-con .sch-Bx .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #555;
}
.pop-con .sch-Bx .btn.blue {
  background: #0091e4;
  border: 1px solid #0091e4;
  color: #fff;
}

.sch-list .item {
  border: #ddd 1px solid;
  padding: 1rem;
  font-size: 1.4rem;
}
.sch-list .item + .item {
  margin-top: 1rem;
}
.sch-list .item .tx01 span {
  display: inline-block;
}
.sch-list .item .tx01 span + span {
  margin-left: 10%;
}
.sch-list .item .tx01 i {
  display: inline-block;
  font-style: normal;
  color: #fff;
  line-height: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  background-color: #00479d;
}
.sch-list .item .tx02 {
  margin-top: 5px;
  color: #111;
  font-weight: 600;
}

/* 0118 */
.form .item {
  font-size: 1.4rem;
}

/* 0226 */
.pop-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.pop-main * {
  box-sizing: border-box;
}
.pop-main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop-main .pop-con {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50vw 0 0 -160px;
  font-size: 1.3rem;
}
.pop-main .pop-con .inner {
  background-image: url(../../images/mobile/bg_pop.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding: 1rem;
}
.pop-main .pop-con .inner .inBx {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  min-height: 50vw;
  padding: 1rem 2rem;
  overflow: hidden;
}
.pop-main .pop-con .bt-close a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  background-color: #006cbd;
  font-size: 14px;
}
.pop-main .pop-con .today a {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.pop-main .pop-con .today a i {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.pop-main .pop-con .today a i::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.pop-main .pop-con .today a i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.pop-main .pop-con h3 {
  margin: 0 0 1rem 0;
  font-size: 18px;
  text-align: center;
  border-bottom: #333 1px solid;
}

.mainpop-slide {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90vw;
}
.mainpop-slide .pag {
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 3;
}
.mainpop-slide .prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: block;
  z-index: 3;
}
.mainpop-slide .next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  display: block;
  z-index: 3;
}
.mainpop-slide .prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  transform: rotate(-135deg);
  margin: -3px 0 0 -2px;
}
.mainpop-slide .next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  transform: rotate(45deg);
  margin: -3px 0 0 -10px;
}


/* 배경 어둡게 및 로딩바 노출 (yoon)*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000;
  display: none;
}

#loadingImg {
  position: absolute;
  left: 45%;
  top: 50%;
  z-index: 120;
}

.mypLst #mobile_div_cert5 {
  font-family: NotoKR-Regular, "돋음", dotum, sans-serif, Verdana, Tahoma;
  background: #ffffff;
  border: 1px solid gray;
  padding: 10px;
  font-size: 10pt;
  letter-spacing: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 80%;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox {
  margin-bottom: 10px;
  padding: 0;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner {
  width: inherit;
  max-width: inherit;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}


.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 6px;
  letter-spacing: -0.08em;
  color: #2576a8;
  border-bottom: 1px solid #e2e2e2;
  background: #f6fafb;
  margin : 0 0 0 0px;
  text-align: center;

}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain {
  font-family: 'NotoKR-Regular', sans-serif;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
  text-align: left;
  letter-spacing: -0.11em;
  word-break: keep-all;
  font-size: 9pt;
  margin: 0 0 0 0px;
  text-align: center;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .certInfo {
  font-family: 'NotoKR-Regular', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .certInfo .mobile_ssn1 {
  width: 24%;
  height: 22px;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .certInfo .mobile_ssn2 {
  width: 24%;
  height: 22px;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .certInfo .mobile_blue_input {
  background: #47A5D5;
  color: #ffffff;
  border: 1px solid #1C7DB0;
  line-height: 15px;
  padding: 2px 5px;
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .btn_box {
  padding: 0;
  border: 0;
  box-sizing: border-box;
  margin: 6% 0% 0px 7%
}

.mypLst #mobile_div_cert5 .mobile_ipin_certbox .mobile_certbox_inner .mobile_certbox_inner_explain .btn_cert {
  padding: 8px 30px;
  text-decoration: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  width: 90px;
  height: auto;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #4697b8;
  border-radius: 0.3em;
  background-color: #4b9fc2;
}

.mypLst .alignC{
  text-align: center;
}

.d-none{display: none!important;}

/* summernoteEditor 업로드 이미지 max-width 설정 */
.summernoteImage{
	max-width: 100%;
	height: auto;
}

.note-video-clip{
	max-width: 100%;
}