@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&subset=korean');
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400&display=swap');

body, input {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
	color: #222;
  letter-spacing: -0.5px;
  word-break: break-all;
  word-wrap: break-word;
}
table caption {	font-size: 0; }
table td { position: relative; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
a {	color: #000; }
img { -ms-interpolation-mode: bicubic; } 
.middle-dot { margin: 0 1px; }
.underline { text-decoration: underline; }
.tahoma {	font-family: "Tahoma", sans-serif; font-weight: bold; }
.tahoma.normal { font-weight: normal; }
.red { color: #ff303a !important; }
.blue {	color: #529afa !important; }
.green { color: #379293; }
.green2 { color: #379293; }
.gray { color: #999 !important; }
.reg { font-weight: 400 !important; }
.bold {	font-weight: bold !important; }
.hide {
	position: absolute !important;
	top: -1px !important;
	left: -1px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}
.blind { display: none; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20	{	margin-top: 20px !important; }
.mt30	{	margin-top: 30px !important; }
.mt40	{	margin-top: 40px !important; }
.mt50	{	margin-top: 50px !important; }
.ml5 { margin-left: 5px !important; }

/* 스크롤바 */
.scroll::-webkit-scrollbar { width: 5px; }
.scroll::-webkit-scrollbar-track { background-color: transparent; }
.scroll::-webkit-scrollbar-thumb { background-color: #e0e0e0;	border-radius: 5px; }

/* 폼 공통 */
table {
  width: 100%;
}
select {
  outline: none;
}
input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
input[type="file"]::-webkit-file-upload-button { 
  cursor: pointer;
}
input,
textarea {
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    color: #aaa;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder {
    color: #aaa;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 0;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 0;
}
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder {
    color: #fff;
    opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder {
    color: #fff;
}
input[type="text"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder {
    color: #fff;
}
.container input[type="text"],
.container input[type="password"],
.container input[type="num"],
.container textarea,
.container select {
  font-family: "Noto Sans KR", sans-serif;
  width: 240px;
  height: 42px;
  padding: 0 15px;
  font-size: 15px;
  color: #454545;
  border: 1px solid #cacaca;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container input[type="text"],
.container input[type="password"],
.container input[type="num"] {
  line-height: 41px;
}
.container textarea {
  padding: 15px;
  overflow-y: auto;
}
.container input[type="text"]:focus,
.container input[type="password"]:focus,
.container input[type="num"]:focus,
.container textarea:focus {
  border: 1px solid #379293;
  outline: none;
}
.container input[type="checkbox"] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.container input[type="checkbox"] + label {
  display: inline-block;
  height: 24px;
  padding-left: 34px;
  margin-top: 3px;
  line-height: 24px;
  background: url("/CImages/MALL/sub/input_check.png") no-repeat;
  cursor: pointer;
}
.container input[type="checkbox"]:checked + label {
  background: url("/CImages/MALL/sub/input_check_active.png") no-repeat;
}
.container input[type="checkbox"].basic + label {
	padding-left: 20px;
	background: url("/CImages/MALL/sub/input_check_basic.png") no-repeat;
	background-position: 0 center;
}
.container input[type="checkbox"].basic:checked + label {
  background: url("/CImages/MALL/sub/input_check_basic_active.png") no-repeat;
	background-position: 0 center;
}
.container input[type="radio"] {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.container input[type="radio"] + label {
	display: inline-block;
  height: 24px;
  padding-left: 34px;
  margin-top: -3px;
	font-size: 15px;
	color: #454545;
	line-height: 24px;
  background: url("/CImages/MALL/sub/input_radio.png") no-repeat;
  background-position: 3px center;
  cursor: pointer;
}
.container input[type="radio"]:checked + label {
  background: url("/CImages/MALL/sub/input_radio_active.png") no-repeat;
  background-position: 3px center;
}
.container input[type="radio"].type-square + label {
  background: url("/CImages/MALL/sub/input_check.png") no-repeat;
  background-position: 0 center;
}
.container input[type="radio"].type-square:checked + label {
  background: url("/CImages/MALL/sub/input_check_active.png") no-repeat;
  background-position: 0 center;
}
.container input[type="radio"].basic + label {
	padding-left: 25px;
	background: url("/CImages/MALL/sub/input_radio_basic.png") no-repeat;
	background-position: 6px center;
}
.container input[type="radio"].basic:checked + label {
	background: url("/CImages/MALL/sub/input_radio_basic_active.png") no-repeat;
	background-position: 6px center;
}

/* 탭메뉴 공통 */
.tab-nav {
	font-size: 0;
}
.tab-nav a {
	display: inline-block;
}

/* 버튼 공통 */
.btn-wrap {
  font-size: 0;
  text-align: center;
}
.btn-wrap a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: background, 0.3s;
  transition: background, 0.3s;
}
.btn-wrap a.round {
  font-size: 17px;
  border-radius: 5px;
}
.btn-wrap a.round.green {
  color: #fff;
  background: #379293;
}
.btn-wrap a.round.green:hover {
  background: #379293;
}
.btn-wrap a.round.green.write {
	padding-left: 18px;
	background: #379293 url("/CImages/MALL/sub/icon_btn_write.png") no-repeat;
	background-position: 83px center;
}
.btn-wrap a.round.green.write:hover {
	background: #379293 url("/CImages/MALL/sub/icon_btn_write.png") no-repeat;
	background-position: 83px center;
}
.btn-wrap a.round.blue {
	color: #fff !important;
	background: #1C499D;
}
.btn-wrap a.round.white {
  color: #379293;
  border: 1px solid #379293;
}
.btn-wrap a.round.white:hover {
	background: #f6f6f6;
}
.btn-wrap a.round.white2 {
  color: #222;
  border: 1px solid #d3d3d3;
}
.btn-wrap a.round.white2:hover {
	background: #f6f6f6;
}
.btn-wrap a.round.gray {
  color: #454545;
  background: #e7e7e7;
}
.btn-wrap a.round.gray:hover {
  background: #d7d7d7;
}
.btn-wrap a.round.black {
  color: #fff;
  background: #616161;
}
.btn-wrap a.round.black:hover {
  background: #555;
}
.btn-wrap a.box {
  font-size: 19px;
}
.btn-wrap a.box.gray {
	color: #666;
	border: 1px solid #d3d3d3;
}
.btn-wrap a.box.white {
  color: #379293;
  border: 1px solid #379293;
}
.btn-wrap a.box.gray:hover,
.btn-wrap a.box.white:hover {
	background: #f6f6f6;
}
.btn-wrap a.box.green {
  color: #fff;
	background-color: #379293;
  /* background: url("/CImages/MALL/sub/bg_btn_green.png") no-repeat; */
	/* background-position: right bottom; */
}
.btn-wrap a.box.gradi {
	color: #fff;
	background: rgb(100,195,195);
	background: linear-gradient(316deg, rgba(55,146,147,1) 0%, rgba(100,195,195,1) 100%);
}


/* 버튼 공통 */
.inner-btn {
  display: inline-block;
  color: #222;
  background: #e7e7e7;
  border-radius: 5px;
  text-align: center;
  vertical-align: bottom;
  -webkit-transition: background, 0.1s;
  transition: background, 0.1s;
}
.inner-btn:hover {
  background: #d7d7d7;
}
.inner-btn.black,
.inner-btn.black:hover {
	color: #fff;
	background: #555;
	border-radius: 2px;
}
.inner-btn.save {
  width: 70px;
  height: 41px;
  line-height: 41px;
  margin-left: 3px;
}

.inner-btn.md {
	padding: 5px 15px;
}

.inner-btn.md.green {
	color: white;
	background-color: #379293;
}

.inner-btn.lg {
	padding: 0 30px;
	font-size: 15px;
	line-height: 42px;
}

.inner-btn.lg.green {
	color: white;
	background-color: #379293;
}

/* 버튼 공통 */
.btn-wrap-xs {
	display: inline-block;
	font-size: 0;
}
.btn-wrap-xs a {
	display: inline-block;
	height: 23px;
	padding: 0 7px;
	font-size: 13px;
  color: #454545;
	line-height: 21px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	-webkit-transition: background, 0.1s;
	transition: background, 0.1s;
}
.btn-wrap-xs a:hover {
	background: #f6f6f6;
}

/* 버튼 공통 */
.btn-wrap-sm {
	font-size: 0;
}
.btn-wrap-sm a {
  display: inline-block;
	padding: 0 15px;
	height: 29px;
	font-size: 14px;
  color: #454545;
	line-height: 26px;
  text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: background, 0.1s;
	transition: background, 0.1s;
}
.btn-wrap-sm a:hover {
	background: #f6f6f6;
}
.btn-wrap-sm a.blue {
	border: 1px solid #529afa;
}
.btn-wrap-sm a.gray {
  color: #fff;
	background: #616161;
  border: 1px solid #616161;
}
.btn-wrap-sm a.green {
	color: #fff;
	background: #379293;
	border: 1px solid #379293;
}

/* 버튼 공통 */
.btn-wrap-md {
	font-size: 0;
}
.btn-wrap-md a {
  display: inline-block;
  text-align: center;
	border-radius: 4px;
	-webkit-transition: background, 0.1s;
	transition: background, 0.1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-wrap-md a.white {
	border: 1px solid #d3d3d3;
}
.btn-wrap-md a.white:hover {
	background: #f6f6f6;
}
.btn-wrap-md a.white.write {
	padding-left: 18px;
	color: #666;
	background: url("/CImages/MALL/sub/icon_btn_write_black.png") no-repeat;
	background-position: 12px center;
}
.btn-wrap-md a.white.write:hover {
	color: #0b927e;
	background: url("/CImages/MALL/sub/icon_btn_write_green.png") no-repeat;
	background-position: 12px center;
	border: 1px solid #0b927e;
}
.btn-wrap-md a.gray {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
}
.btn-wrap-md a.gray:hover {
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
}


/* 팝업 공통 */
.dim,
.popup,
.alert {
  display: none;
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
  z-index: 30;
}
.alert {
  background: none;
}
.popup-wrap,
.alert-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	z-index: 31;
}

.popup .popup-wrap {
  border: 1px solid #dbdbdb;
}

.popup .popup-wrap.round {
	min-width: 280px;
	text-align: center;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.45);
}

.popup .popup-wrap.round > h2 {
	margin-top: 28px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
}

.popup .popup-wrap.round > h2 span {
	color: #379293;
}

.popup .popup-wrap.round > p {
	margin-top: 15px;
	padding: 0 28px;
	font-size: 15px;
}

.popup .popup-wrap.round > p span {
	font-weight: 500;
	color: #379293;
}

.popup .popup-wrap.round ul {
  margin-top: 20px;
  width: 100%;
	padding: 0 29px;
}

.popup .popup-wrap.round ul li {
  margin-bottom: 18px;
  padding-left: 40px;
	text-align: left;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 27px;
}

.popup .popup-wrap.round ul li.gongsaeng {
  background-image: url("/CImages/Common/icon_login_gongsaeng.png");
}

.popup .popup-wrap.round ul li.naver {
  background-image: url("/CImages/Common/icon_login_naver.png");
}

.popup .popup-wrap.round ul li.kakaotalk {
  background-image: url("/CImages/Common/icon_login_kakaotalk.png");
}

.popup .popup-wrap.round ul li.zero {
  background-image: url("/CImages/Common/icon_login_zero.png");
}

.popup .popup-wrap.round ul li .id {
	font-size: 15px;
	font-weight: 500;
}

.popup .popup-wrap.round ul li .date {
	margin-top: 2px;
	font-size: 13px;
	color: #454545;
}

.popup .popup-wrap.round .buttons {
	margin-top: 25px;
}

.popup .popup-wrap.round .buttons button {
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	border-top: 1px solid #E0E0E0;
	cursor: pointer;
}

.popup .popup-wrap.round .buttons button.mint {
	color: #379293;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url("/CImages/MALL/sub/btn_close_popup.png") no-repeat;
  background-position: center;
  cursor: pointer;
}
.popup h1,
.popup-today h1 {
  padding: 16px 0 18px 23px;
  font-size: 17px;
  font-weight: 700;
  color: #454545;
  line-height: 1;
  background: #f0f0f0;
  text-align: left !important;
}
.popup .btn-wrap a {
	font-size: 16px;
}
.alert-wrap {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	text-align: center;
}
.alert-wrap.type-1 {
	width: 320px;
	height: 200px;
	padding-top: 43px;
	margin: -100px 0 0 -160px;
}
.alert-wrap.type-2 {
	width: 280px;
	height: 170px;
	padding-top: 55px;
	margin: -85px 0 0 -140px;
}
.alert-wrap.type-3 {
	width: 360px;
	height: 200px;
	padding-top: 43px;
	margin: -100px 0 0 -180px;
}
.alert-wrap.type-4 {
	width: 320px;
	height: 200px;
	padding-top: 70px;
	margin: -100px 0 0 -160px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.alert-wrap.type-5 {
	width: 320px;
	height: 350px;
	padding-top: 70px;
	margin: -100px 0 0 -160px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.alert-wrap h3 {
	font-size: 18px;
	font-weight: 700;
	color: #02917e;
	line-height: 1;
}
.alert-wrap h4 {
	font-size: 18px;
	font-weight: 700;
	color: #02917e;
	line-height: 2;
}
.alert-wrap p {
	margin-top: 13px;
	padding-bottom: 35px;
	font-size: 15px;
	color: #454545;
}
.alert-wrap .btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
.alert-wrap .btn-wrap a {
	width: 50%;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	line-height: 48px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 20px 0;
}
.alert-wrap .btn-wrap a.cancel {
	color: #aaa;
	border-right: 1px solid #e0e0e0;
	border-radius: 0 0 0 20px;
}
.alert-wrap .btn-wrap a:hover {
	background: #f6f6f6;
}
.alert-wrap.type-2 .btn-wrap a,
.alert-wrap.type-3 .btn-wrap a
.alert-wrap.type-5 .btn-wrap a {
	width: 100%;
	border-radius: 0 0 20px 20px;
}

/* 로그인 팝업 공통 */
.popup-login .popup-wrap {
	width: 524px;
	height: 490px;
	margin: -245px 0 0 -262px;
}
.popup-login .login-box {
	width: 399px;
	margin: 52px auto 0 auto;
}
.popup-login .login-box input[type="text"],
.popup-login .login-box input[type="password"] {
	width: 399px !important;
}
.popup-login .login-box .btn-wrap {
	margin-top: 0 !important;
}
.popup-login .login-box .btn-wrap a {
	width: 399px !important;
	height: 52px !important;
	line-height: 50px !important;
}
.popup-login .login-box .join .btn-wrap a {
	width: 104px !important;
	height: 50px !important;
}

/** 페이지 공통 **/
.pagination {
  font-size: 0;
  text-align: center;
}
.pagination div {
  display: inline-block;
  vertical-align: top;
}
.pagination div a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination div a:hover {
  border: 1px solid #a5a5a5;
}
.pagination .first a {
  background-image: url("/CImages/MALL/sub/arrow_pagination_first.png");
}
.pagination .first a:hover {
  background-image: url("/CImages/MALL/sub/arrow_pagination_first_hover.png");
}
.pagination .prev a {
  background-image: url("/CImages/MALL/sub/arrow_pagination_prev.png");
}
.pagination .prev a:hover {
  background-image: url("/CImages/MALL/sub/arrow_pagination_prev_hover.png");
}
.pagination .next a {
  background-image: url("/CImages/MALL/sub/arrow_pagination_next.png");
}
.pagination .next a:hover {
  background-image: url("/CImages/MALL/sub/arrow_pagination_next_hover.png");
}
.pagination .last a {
  background-image: url("/CImages/MALL/sub/arrow_pagination_last.png");
}
.pagination .last a:hover {
  background-image: url("/CImages/MALL/sub/arrow_pagination_last_hover.png");
}
.pagination ol {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.pagination ol li {
  display: inline-block;
}
.pagination ol li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination ol li a:hover {
  text-decoration: underline;
}
.pagination ol li a.active {
	color: #fff;
  background: #767676;
}
.pagination ol li a.active:hover {
  text-decoration: none;
}

.table tr.bg {
  background: #fffef2;
}

.table.order table tr.bg td a {
	font-weight: 700;
	color: #FD2B6A !important;
}

.table.order table tr.bg td.date {
	color: #FD2B6A !important;
}

/* 테이블 스킨 - basic */
.table.basic > h2 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	color: #222;
	line-height: 1;
}
.table.basic > h3 {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 1;
}
.table.basic table {
	width: 100%;
	border-top: 1px solid #111;
}
.table.basic.basic2 table {
	border-top: 1px solid #d2d2d2;
}
.table.basic table tr th {
	padding-left: 20px;
	font-size: 15px;
	color: #222;
	text-align: left;
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
}
.table.basic table tr td {
	font-size: 15px;
	color: #454545;
	padding: 19px 20px;
	border-bottom: 1px solid #e5e5e5;
}

/* 테이블 스킨 - white */
.table.white .select-date {
	float: right;
	margin-top: -8px;
	margin-bottom: 12px;
}
.table.white .select-date label {
	margin-right: 5px;
	font-size: 15px;
	color: #222;
	line-height: 1;
}
.table.white .select-date label:nth-of-type(2) {
	margin-left: 20px;
}
.table.white .select-date .input-box {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 34px;
	padding: 0 8px 0 30px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.table.white .select-date .input-box a {
	position: absolute;
	top: 5px;
	left: 8px;
}
.table.white .select-date .input-box input[type="text"] {
	width: 100px;
	height: 34px;
	padding: 0 0 1px 0;
	border: none;
	line-height: 32px;
	text-align: center;
}
.table.white .select-date .input-box {
	margin-right: 5px;
	margin-left: 5px;
}
.table.white .select-date .btn-wrap-md {
	display: inline-block;
}
.table.white .select-date .btn-wrap-md a {
	width: 50px;
}
.table.white table {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.table.white table tr th {
	height: 48px;
	font-size: 15px;
	color: #222;
	vertical-align: middle;
}
.table.white table tr td {
	height: 85px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	vertical-align: middle;
}
.table.white table tr td:last-of-type {
	border-right: 0;
}
.table.white.border table tr td {
  border-right: 1px solid #e5e5e5 !important;
}
.table.white.border table tr td:last-of-type {
  border-right: 0 !important;
}
.table.white table tr.empty td {
  height: 200px;
}
.table.white table tr td.item-info {
	position: relative;
	padding: 6px 22px 8px 22px;
	text-align: left;
}
.table.white table tr td.item-info h3 {
	position: relative;
	margin-bottom: 5px;
  font-size: 15px;
	font-weight: 400;
  color: #666;
	line-height: 1.35;
	word-break: keep-all;
}
.table.white table tr td.item-info h3 a {
	font-size: 15px;
	color: #666;
}
.table.white table tr td.item-info .red {
	font-size: 14px;
}
.table.white table tr td.item-info .red .tahoma {
	font-size: 18px;
}
.table.white table tr td.date {
	font-size: 16px;
	color: #222;
}
.table.white table tr td.date .green {
	font-size: 13px;
}


/* 테이블 스킨 - order */
.table.order > p {
  font-size: 14px;
  color: #777;
  line-height: 1;
}
.table.order > h4 {
	font-size: 15px;
	color: #379293;
	line-height: 1;
}
.table.order table {
	margin-top: 24px;
}
.table.order table tr th {
	height: 50px;
	font-size: 15px;
	color: #222;
	line-height: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
}
.table.order.order2 table tr th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.table.order table tr th input[type="checkbox"] + label,
.table.order table tr td input[type="checkbox"] + label {
	font-size: 0;
}
.table.order table tr td {
	position: relative;
	padding: 17px 0;
	font-size: 15px;
	color: #454545;
	text-align: center;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.table.order table tr td a {
  color: #454545;
}
.table.order.border table tr td {
	border-right: 1px solid #eee;
}
.table.order.border table tr td:last-of-type {
	border-right: 0;
}
.table.order table tr td.item-info {
	position: relative;
	text-align: left;
}
.table.order table tr td.item-info .thumb {
	display: inline-block;
	width: 74px;
	height: 74px;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
}
.table.order table tr td.item-info .thumb img {
	width: 100%;
}
.table.order table tr td.item-info .text {
	display: inline-block;
	vertical-align: middle;
}
.table.order table tr td.item-info .text h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 400;
	vertical-align: middle;
}
.table.order table tr td.item-info .text h3 a {
	color: #454545;
}
.table.order table tr td.item-info .text p {
	font: 13px;
	color: #529afa;
}
.table.order table tr td.empty {
	padding: 75px 0 95px 0;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}
.table.order table tr td.total {
	padding: 19px 19px 19px 0;
	text-align: right;
	background: #f6f6f6;
	border-bottom: 1px solid #d2d2d2;
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scroll {
    overflow-x: hidden;
  }
	.scroll-wrap {
    padding-right: 0 !important;
  }
  .container .popup .scroll-wrap::after {
    display: none !important;
  }
  .table.order table tr td.total {
    border-bottom: 2px solid #d2d2d2;
  }
  .container .popup .scroll-wrap {
    width: 100% !important;
  }
  .container.service .service-wrap .terms-wrap .scroll {
    overflow-y: hidden;
  }
  .container.service .service-wrap .terms-wrap .scroll::after,
  .container.service .service-wrap .terms-wrap .scroll::before {
    display: none !important;
  }
  .container.service .service-wrap .terms-wrap .scroll iframe {
    padding: 0 0 0 30px !important;
  }
  .container .popup.popup-contract .popup-wrap .scroll-wrap .scroll {
    padding-right: 5px !important;
  }
}

