@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'GyeonggiTitleM';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiTitleM.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RIDIBatang';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: -0.5px;
}

table {
  width: 100%;
}

table caption {
  font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1;
}

a {
  color: inherit;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display:none;
}

select:disabled {
  color: #333;
  background-color: #f5f5f5;
}

input,
textarea,
select,
option {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	margin-left: 4px;
  cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"] {
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::placeholder {
  color: #999;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}

input:focus::placeholder {
  color: #fff;
  opacity: 0;
}

input:-moz-read-only {
  background-color: #f5f5f5;
}

input:read-only {
  background-color: #f5f5f5;
}

/****************** [ Display ] ******************/
.block,
.show {
	display: block;
}
.hide {
  display: none;
}
.ib {
	display: inline-block;
}

/****************** [ Margin ] ******************/
.mt0 {
  margin-top: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}

/****************** [ Dot ] ******************/
.dot {
  position: relative;
}
.dot::before {
  content: "*";
  position: absolute;
  top: 0;
}
.dot.left {
  padding-left: 8px;
}
.dot.left::before {
  left: 0;
}
.dot.right {
  padding-right: 11px;
}
.dot.right::before {
  top: 2px;
  right: 0;
}
.dot.red::before {
  color: #ff0000;
}

/****************** [ Text Align ] ******************/
.ta-right {
	text-align: right;
}

/************** [ Font Weight ] **************/
.fw-bold {
  font-weight: 700;
}
.fw-mid {
  font-weight: 500;
}

/************** [ Font Color ] **************/
.fc-red {
  color: #ff0000 !important;
}
.fc-blue {
  color: #2c6cee !important;
}
.fc-333 {
	color: #333 !important;
}
.fc-gray {
	color: #767676 !important;
}
.fc-blue {
	color: #435eb8 !important;
}

/************** [ Blue Shadow ] **************/

.shadow-blue,
.shadow-sm-blue {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shadow-blue.active,
.shadow:hover .shadow-blue {
	-webkit-box-shadow: 0 -13px 0 #d1e6f9 inset;
	box-shadow: 0 -13px 0 #d1e6f9 inset;
}
.shadow:hover .shadow-sm-blue {
	-webkit-box-shadow: 0 -11px 0 #d1e6f9 inset;
	box-shadow: 0 -11px 0 #d1e6f9 inset;
}

/*************** [ Btn Wrap ] ***************/
.btn-wrap {
  text-align: center;
}
.btn-wrap a {
	display: inline-block;
  font-family: "RIDIBatang", sans-serif;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-wrap a.white {
  color: #888;
  border: 1px solid #ccc;
}
.btn-wrap a.white:hover {
  color: #4d72ec;
  border: 1px solid #4d72ec;
}
.btn-wrap a.gray {
  color: #fff;
  background-color: #aaaaaa;
}
.btn-wrap a.blue {
  color: #fff;
  background-color: #4d72ec;
}
.btn-wrap a.green {
  color: #fff;
  background-color: #22ba96;
}
.btn-wrap a.disable {
  color: #fff;
  background-color: #aaa;
}
.btn-wrap a.white-gray {
  color: #8e8d8d;
	border: 1px solid #a3a3a3;
}

/*************** [ Btn Blue Box ] ***************/
.btn-blue-box {
  display: inline-block;
  color: #888;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.btn-blue-box:hover{
  color: #4d72ec;
  border: 1px solid #4d72ec;
}

/************** [ Gradient Button ] **************/
.btn-gradi-blue {
  display: inline-block;
  width: 112px;
  height: 37px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 37px;
  background: linear-gradient(300deg, #324fdc, #324fdc, #68caf2, #324fdc, #324fdc);
  background-size: 500% 500%;
  -webkit-animation: gradi 8s ease infinite;
  animation: gradi 8s ease infinite;
  border-radius: 19px;
  overflow: hidden;
}

/************** [ Form Basic ] **************/
.form-basic {
  border-top: 2px solid #000;
}
.form-basic thead th,
.form-basic tbody th {
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  background-color: #f6f6f6;
	border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
}
.form-basic tbody th {
  padding-left: 22px;
  text-align: left;
}
.form-basic th p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.form-basic td {
  padding: 16px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
}
.form-basic td input[type="text"],
.form-basic td input[type="radio"] + label,
.form-basic td input[type="checkbox"] + label,
.form-basic td select,
.form-basic td option {
  font-size: 16px;
  color: #454545;
}
.form-basic td input[type="radio"] + label {
  margin-right: 15px;
}
.form-basic input[type="text"],
.form-basic input[type="password"],
.form-basic select {
  height: 36px;
  margin-right: 7px;
}
.form-basic td select {
  padding-right: 30px;
  background-image: url("/images/common/arrow_select.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form-basic td.name input[type="text"] {
  width: 195px;
}
.form-basic td.name .inner-btn {
	width: 90px;
}
.form-basic td.name p {
  display: inline-block;
  margin-left: 15px;
}
.form-basic td.birthday select {
  width: 110px;
}
.form-basic td.phone input[type="text"],
.form-basic td.phone select {
  width: 100px;
}
.form-basic td.email input[type="text"],
.form-basic td.email select {
  width: 150px;
}
.form-basic td.email label.at {
  margin-right: 5px;
}
.form-basic td.address .wrap {
	margin-top: 10px;
}
.form-basic td.address .wrap input:nth-of-type(1) {
  width: 260px;
}
.form-basic td.address .wrap input:nth-of-type(2) {
  width: 240px;
}
.form-basic td.address .wrap.num input {
  width: 150px;
}
.form-basic td.address .wrap.num .inner-btn {
	width: 100px;
}
.form-basic td.bank select {
  width: 140px;
}
.form-basic td.bank input {
  width: 227px;
}
.form-basic td.bank .inner-btn {
	width: 90px;
}
.form-basic td.year select {
  width: 110px;
}
.form-basic td .bar {
  margin-right: 7px;
}
.form-basic td p {
  font-size: 15px;
  line-height: 22px;
}


/************** [ Inner Btn ] **************/
.inner-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-btn.black {
  background-color: #464646;
}
.inner-btn.gray {
  background-color: #aaa;
}


/************** [ Alert ] **************/
.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.alert .alert-wrap {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  padding: 50px 0;
  margin-left: -165px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}
.alert .alert-wrap.one {
  margin-top: -94px;
}
.alert .alert-wrap.two {
  margin-top: -107px;
}
.alert .alert-wrap h1 {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.alert .alert-wrap a {
  width: 95px;
  height: 43px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 43px;
}

.alert .alert-wrap .close {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  color: white;
  width: 19px;
  height: 19px;
  background-image: url("/images/common/icon_alert_close.png");
  background-size: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}


/************** [ Alert ] **************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
}
.popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup.no-dim {
	background-color: rgba(0,0,0,0);
}
.popup-wrap {
	position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.popup-wrap .top {
  height: 56px;
  background-color: #2b2d68;
}
.popup-wrap .top h1 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 56px;
  text-align: center;
}
.popup-wrap .top a {
  display: block;
  position: absolute;
  top: 19px;
  right: 29px;
  width: 19px;
  height: 19px;
  font-size: 0;
  background-image: url("/images/common/icon_popup_close.png");
}
.popup-wrap .sub-top {
  padding: 17px;
	background-color: #efefef;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
}
.popup-wrap .sub-top h2 {
  font-size: 17px;
  font-weight: 500;
  color: #222;
  text-align: center;
  line-height: 22px;
}
.popup-wrap .contents {
  border: 1px solid #c1c1c1;
  border-top: 0;  
}


/************** [ Page Title ] **************/
.page-title {
  font-size: 26px;
  color: #002;
  font-family: "RIDIBatang", sans-serif;
}


/************** [ Animation ] **************/
@-webkit-keyframes gradi {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
}
@keyframes gradi {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}


#rblPayDay input,
#rblPayKindMethods input,
#rblPayWayMethods input {
	margin-right: 8px;
}

