/*REX*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family:"notokr-regular";
  min-width: 1800px;
}

body, .navbar-fixed-top, .navbar-fixed-bottom {
  min-width:1800px !important;
}

/*20180509 Ãß°¡*/
a {
  color:#5a5a5a;
  text-decoration:none;
}
/*20180504 ¼öÁ¤*/
a:focus, a:hover {
  color:#5a5a5a;
  text-decoration:none;
}

button:focus {outline:0;}
textarea:focus {outline:0;}
@font-face {
    font-family: 'nanumsquareb';
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.eot');
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.ttf') format('truetype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquareb.svg#nanumsquarebregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nanumsquarer';
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.eot');
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.ttf') format('truetype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*201801 Ãß°¡*/
@font-face {
    font-family: 'notokr-medium';
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-medium.eot');
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-medium.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-medium.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*201801 Ãß°¡*/
@font-face {
    font-family: 'notokr-regular';
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-regular.eot');
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-regular.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-regular.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*201801 Ãß°¡*/
@font-face {
    font-family: 'notokr-thin';
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-thin.eot');
    src: url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-thin.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-thin.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-thin.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/lib/fonts/notokr-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*20180509 Ãß°¡*/
@font-face {
    font-family: 'notokr-bold';
    src: url('https://imgcdn.myinternetfax.com/_www/fonts/notokr-bold.eot');
    src: url('https://imgcdn.myinternetfax.com/_www/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('https://imgcdn.myinternetfax.com/_www/fonts/notokr-bold.woff2') format('woff2'),
         url('https://imgcdn.myinternetfax.com/_www/fonts/notokr-bold.woff') format('woff'),
         url('https://imgcdn.myinternetfax.com/_www/fonts/notokr-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	letter-spacing:-1px;

}

.container {
  width:1100px !important;
  padding-right:0;
  padding-left:0;
  max-width:none !important;
 }
.row {
  margin-right: 0;
  margin-left:0;
}

/*201801 Ãß°¡*/
.pd-row {
  padding-right: 0px;
  padding-left: 0px;
}

.sm-nav {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}
.sm-nav > li {
  position: relative;
  display: inline;
  font-family:'µ¸¿ò';
  font-weight: normal;
  font-size:12px;
}
.sm-nav > li > a {
  position: relative;
  display: inline;
  padding: 0 0 0 16px;
  color: #a7a7a7;
}
.sm-nav > li > a:hover,
.sm-nav > li > a:focus {
  color: #000;
  text-decoration: none;
  font-weight: none;
  background:none;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
  position:relative;
  min-height:65px;
  margin-bottom:0px;
  border:0px solid transparent;
  width:100%;
  text-align:center;
 }
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
 .navbar-container {
  text-align:center;
  width:100%;
 }
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-wrapper .navbar .container {
  width: 1100px;
}

  .navbar-inverse {
    background-color:#fff;
	border-color:#fff;
  }
  .navbar-inverse .navbar-nav > li > a {
    color:#000;
	font-size:17px;
	padding:30px 0 0 45.8px;
 }

 .navbar-inverse .navbar-nav > li > a:focus, 
 .navbar-inverse .navbar-nav > li > a:hover {
   color:#780599;
   background-color:transparent;
  }

 .navbar-inverse .navbar-nav > li:hover > .dropdown-menu {
   display:block;
 }

  nav {
  text-align:center;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  height: 65px;
  position:relative;
}

nav ul {
  background: #fff;
  list-style:none;
  padding:0;
  margin: 0;
  height: 49px;

}


nav ul li {
  display: inline-block;
}


nav ul li a {
  color:#000;
  display:block;
  padding:0 0 0 33px;
  text-decoration:none;
  float: left;
  height: 65px;
  font-size: 17px;
  line-height: 80px;
}

nav ul li:hover {
  background: #333333;
}


nav ul li:hover > a {
    color:#b6479e;
	text-decoration:none;
	background-color:#fff;
}

nav ul li:hover > ul {
  display:block;
}

nav ul ul {
  background: #fff;
  padding:0;
  text-align: center;
  display:none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  border-bottom:2px solid #b6479e;
}
nav ul ul li a {
  color:#6f6f6f;
  display:block;
  padding:0 0 0 42px;
  text-decoration:none;
  float: left;
  height: 47px;
  font-size: 15px;
  line-height: 40px;
}

/* 2018-10-16 ¼öÁ¤ */
.bigmenu {
  width: 275px;
 }

/* 2018-10-16 ¼öÁ¤ */
.bigmenu p {
  margin-top: -65px;
  padding-bottom: 10px;
  font-size: 30px;
  color:#fff;
  font-family:"nanumsquareb";
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-xs-3 {
  padding-right:0;
  padding-left:0;
  margin-bottom: 0;
}
.click-bt:hover,
.click-bt:focus,
.click-bt:active {
  background-color: #000;
  opacity: 0.9;
}
.click-bt {
  display:inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.full-gray {
  width:100%;
  height:220px;
  /*background-color: #e2e2e2;*/
  background-color: #f3f3f3;
}
.full-darkgray {
  width:100%;
  background-color: #9e9e9e;
}

/* 2018-10-16 ¼öÁ¤ */
.main-review {
  height:200px;
  background-color: #aaaaaa;
  color:#fff;
}
.main-review p {
  font-size: 22px;
  padding: 30px 30px 0 30px;
}
.main-review img {
  margin:0 0 3px 5px;
}
.main-review ul{
  list-style:none;
  padding: 0 30px 0 30px;
}
.main-review ul li{
  line-height:1.4285;
  border-bottom:1px solid #b8b8b8;
  padding: 6px;
}

/* 2018-10-16 ¼öÁ¤ */
.main-faq {
  height:200px;
  background-color: #f4f4f4;
  color:#7d7d7d;
}
.main-faq p {
  font-size: 22px;
  padding: 30px 30px 0 30px;
}
.main-faq img {
  margin:0 0 3px 5px;
}
.main-faq ul{
  list-style:none;
  padding: 0 30px 0 30px;
}
.main-faq ul li{
  line-height:1.4285;
  border-bottom:1px solid #b8b8b8;
  padding: 6px;
}

/* 2018-10-16 ¼öÁ¤ */
.main-service {
  width:100%;
  min-height:290px;
  padding-top:40px;
}
.service {
  border-right:1px solid #dddddd;
  cursor:pointer;
}
.servicenone {
  width:275px;
  cursor:pointer;
}

/* 2018-10-16 ¼öÁ¤ */
.text-t1 {
  font-size: 17px;
  color:#780599;
  margin:0;
  padding-left:20px;
}
.text-t2 {
  font-size: 25px;
  font-family:'nanumsquareb';
  color:#393939;
  padding-left:20px;
  margin:0 0 4px 0;
}
.text-t3 {
  font-size: 14px;
  color:#989898;
  padding-left:20px;
  line-height:1.2;
}

/* 201801_¼öÁ¤ */
.foot-nav {
  text-align:center;
  padding-left:0px;
  list-style:none;
}

.foot-nav {
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
  padding-left:0px;
  list-style:none;
}
.foot-nav > li {
  position:relative;
  display:inline;
  font-weight:normal;
  font-size:15px;
}
.foot-nav > li > a {
  position:relative;
  display:inline;
  padding:0 0 0 16px;
  color:#6a6a6a;
}

.milifst {
  color:#000;
  font-family:"notokr-medium";
}

.foot-nav li a:hover .milifst {
  color:#000;
  text-decoration:underline;
}

.foot-nav > li > a:hover,
.foot-nav > li > a:focus {
  color:#780599;
  text-decoration:none;
  background:none;
}
.foot-text {
  text-align:center;
  padding-left:0px;
  list-style:none;
  color:#fff;
}
.foot-text > li {
  position:relative;
  display:inline;
  font-size:14px;
}
.foot-text > li > a {
  position:relative;
  display:inline;
  padding:0 0 0 16px;
  color: #fff; 
}

.foot-text-n {
  text-align:left;
  padding-left:0px;
  list-style:none;
  color:#fff;
}
.foot-text-n > li {
  position:relative;
  display:inline;
  letter-spacing: 0.3px;
  font-size:14px;
}
.foot-text-n > li > a {
  position:relative;
  display:inline;
  padding:0 0 0 2px;
  color: #fff; 
}

.full-darkgray ul { padding-left: 215px !important;}
.full-darkgray ul li { padding:0px 4px 0px 4px;}
/* LOG-IN
-------------------------------------------------- */
@media (min-width: 1778px){
	.left-login {
		width: 290px;
		background-color: #2e2e2e;
		z-index: 2000;
		color: #fff;
		position: absolute;
		bottom: 0px;
		padding-top: 40px;
		top: 316px;
		left: 50%;
		margin-left: -880px;
	}
}
@media (max-width: 1777px){
	.left-login {
		width: 290px;
		background-color: #2e2e2e;
		z-index: 2000;
		color: #fff;
		position: absolute;
		bottom: 0px;
		padding-top: 45px;
		top: 316px;
		left: 0px;
		margin-left: 50px;
	}
}
.left-login p{
 font-family: 'nanumsquareb';
 font-size: 20px;
}
.text-center {
  text-align: center;
  margin: 0 auto;
}
.login-form {
  width: 240px;
  height: 38px;
  padding: 2px 15px;
  font-size: 14px;
  background-color: #fff;
  border: 0px solid #dedede;
  border-radius: 3px;
  margin-top: 6px;
  color: #8a8a8a;
}
.login-bt {
  font-size: 18px;
  border-radius: 3px;
  width: 240px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login-point {
  color:#97f825;
  font-family:'nanumsquareb';
  font-size: 14px;
}
.span-left {
  float: left;
  font-size: 13px;
}
.span-left a:hover, a:focus{
  text-decoration: none;
}
.span-right {
  float: right;
}

/* 20180516_¼öÁ¤ */
.span-right a:hover, a:focus{
  text-decoration: none;
}
/* 2019-05-08_¼öÁ¤ */
.left-app {
	 width: 290px;
	 height: 280px;
	 background: url('https://imgcdn.myinternetfax.com/_www/member/login/20190508_app_back.gif') no-repeat;
	 z-index: 2001;
	 color: #7d7d7d;
	 position: relative;
	 bottom: 0px;
	 padding: 30px 30px;
	 font-size:20px;
	 top: 55px;/*47px;*/
}
/* 2019-05-08_¼öÁ¤ */
.left-app-add{
	width: 290px;
	height: 280px;/*264px;*//*220px;*/
	background: url('https://imgcdn.myinternetfax.com/_www/member/login/20190508_app_back.gif') no-repeat;
	/*background-position: right 30px;*/
	/*background-color: #474C50;*/
	z-index: 2001;
	color: #7d7d7d;
	position: relative;
	bottom: 0px;
	padding: 30px 30px;
	font-size:20px;
	top: 45px;/*47px;*/
}
/* 2019-05-08_¼öÁ¤ */
.left-notice {
	width: 290px;
	height: 144px;/*height: 220px;*/
	background-color: #fff;
	z-index: 2002;
	color: #7d7d7d;
	position: relative;
	bottom: 0px;
	padding: 20px 30px 15px 30px;/*padding: 30px 45px;*/
	top: 30px;/*47px;*/
}
.left-notice p {
  font-size: 20px;
}
.left-notice img {
  margin:0 0 3px 5px;
}
.left-notice ul{
  list-style:none;
  padding: 0;
}
.left-notice ul li{
  line-height:1.4285;
  border-bottom:1px solid #b8b8b8;
  padding: 6px;
}

/*2017-12-15 KJH*/
.white_a{
	color: white;
}
.gray_a{
	color: gray;
}
.small_btn_custom{
	height: 20px;
    font-size: 12px;
    line-height: 7px;
	float: right;
}
.badge-red{
	color: #fff;
    background-color: #dc3545;
    font-size: 8px;
    line-height: 8px;
	border-radius: 4px;
}
.badge-positon{position:relative;top:-2px;}
.log-on{
	top: 314px;
}
@media (max-width: 1777px) {
	.marketing{
		margin-left: 380px;
	}
}

/* 201801_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.sub_membertop {
  width: 100%;
  height: 93px;
  background-color: #252e35;
  min-width: 1800px;
}
.membertop-info {
  padding-left:0px;
  list-style:none;
}
.membertop-info > li {
  position:relative;
  display:inline;
  font-size:18px;
}
.membertop-info > li > a {
  position:relative;
  display:inline;
  padding:0;
  color: #fff; 
}
.membertop-info2 {
  padding-right:0px;
  list-style:none;
}
.membertop-info2 img{
  padding-right:5px;
}
.membertop-info2 > li {
  position:relative;
  display:inline;
  font-size:16px;
}
.membertop-info2 > li > a {
  position:relative;
  display:inline;
  padding:0;
  color: #fff; 
}
.membertop-btn {
  color: #fff;
  background-color: #4bb81c;
  border-color: #48b21a;
  padding: 0 30px; 
  font-size:16px;
}
.membertop-btn:active, 
.membertop-btn:focus, 
.membertop-btn:hover {
  color: #fff;
  background-color: #3ea412;
  border-color: #3b9e11;
}
.membertop-btn2 {
  color: #fff;
  background-color: #780599;
  border-color: #1557a7;
  padding: 0 30px; 
  font-size:16px;
}
.membertop-btn2:active, 
.membertop-btn2:focus, 
.membertop-btn2:hover {
  color: #fff;
  background-color: #074a9d;
  border-color: #064795;
}

/*220602 ´ëÃ¶Ãß°¡ */
.membertop2-btn {
  color: #fff;
  background-color: #4bb81c;
  border-color: #48b21a;
  width:120px;
  height: 25px; 
  font-size:16px;
}
.membertop2-btn:active, 
.membertop2-btn:focus, 
.membertop2-btn:hover {
  color: #fff;
  background-color: #3ea412;
  border-color: #3b9e11;
}
.membertop2-btn2 {
  color: #fff;
  background-color: #780599;
  border-color: #780599;
  width:120px;
  height: 25px; 
  font-size:16px;
}
.membertop2-btn2:active, 
.membertop2-btn2:focus, 
.membertop2-btn2:hover {
  color: #fff;
  background-color: #4b0061;
  border-color: #4b0061;
}

.sub-content {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #c9c9c9;
  min-height: 843px;
}
/* 20180412 ¼öÁ¤ */
.subtitle {
  padding-top: 20px;
  text-align: center;
}
/* 20180412 ¼öÁ¤ */
.subtitle h1 {
  color:#000;
  font-family:'notokr-thin';
  font-size: 36px;
  letter-spacing: -0.05em;
}
/* 20180412 ¼öÁ¤ */
.subtitle h4 {
  color:#7a7a7a;
  font-size: 13px;
  letter-spacing: -0.05em;
  margin-top: -4px;
}
.process {
  display:inline-block;
  padding:0 50px;
}
.text-right {
  text-align: right;
}
.btn-ad {
  background-color:#ffd101;
  border-color:#f2c601;
  color:#000;
  font-family:'nanumsquareb';
  font-size:12px;
  padding: 3px 12px;
}
.btn-ad:active, 
.btn-ad:focus,
.btn-ad:hover {
  background-color:#ffc000;
  border-color:#f8bb01;
}
.form {
  background-color: #f8f7f8;
  margin:0 auto;
  width:1100px;
}
/* 20180412 ¼öÁ¤ */
.form > .container {
  padding: 40px 0px;
  font-size:17px;
}
/* 2022-03-04 Ãß°¡ */
.form .container .title {
  font-family: "notokr-medium";
}
.form .container .contents, .date {
  font-size:15px;
}
/* 2022-03-04 Ãß°¡ */
.form-group {
  margin-bottom:0px;
  padding-bottom:0px;
}
.form-group2 {
  margin-bottom:3px;
  padding-bottom:34px;
}
.form-horizontal .control-label {
  text-align:left;
  padding-left: 50px;
}
.form-horizontal .form-group {
  margin-right:0px;
  margin-left:0px;
}
.form-horizontal .form-group2 {
  margin-right:0px;
  margin-left:0px;
}
label {
  font-weight:100;
}
.form-control {
  height:30px;
  padding:4px 12px;
  color:#5f5f5f;
  border:1px solid #e2e2e2;
  border-radius:0px;
  box-shadow:none;
}
.form-control:focus {
  box-shadow:none;
}
/* 20180509 ¼öÁ¤ */
.form-control-fix {
  display:block;
  width:100%;
  height:30px;
  padding:4px 12px;
  font-size:14px;
  line-height:1.4285;
  color:#5f5f5f;
  background-color:#f2eff3;
  background-image:none;
  border:1px solid #e2e2e2;
  border-radius:0px;
  box-shadow:none;
}
.form-control-blue {
  display:block;
  width:100%;
  height:30px;
  padding:4px 12px;
  font-size:14px;
  line-height:1.4285;
  color:#9f65b0;
  background-color:#f6f2f7;
  background-image:none;
  border:1px solid #d6c3dc;
  border-radius:0px;
  box-shadow:none;
}
.btn-smallok {
  background-color:#780599;
  border-color:#6e048d;
  color:#fff;
  font-size:15px;
  padding: 3px 12px;
}
.btn-smallok:active, 
.btn-smallok:focus,
.btn-smallok:hover {
  background-color:#5b0175;
  border-color:#5b0175;
  color:#fff;
}
.btn-smalldel {
  background-color:#8f8f8f;
  border-color:#888888;
  color:#fff;
  font-size:15px;
  padding: 3px 12px;
}
.btn-smalldel:active, 
.btn-smalldel:focus,
.btn-smalldel:hover {
  background-color:#818080;
  border-color:#7c7b7b;
  color:#fff;
}
/* 20180223 ¼öÁ¤ */
.btn-default {
  text-shadow:0 1px 0 #fff;
  background-image:linear-gradient(to bottom,#fff 0,#efefef 100%);
  background-repeat:repeat-x;
  border-color:#ccc;
  color:#494949;
  font-size:14px;
  /*padding:4px 30px;*/
  padding: 4px 14px;
  border-radius:4px;
}
.btn-primary {
  background-color: #780599;
  border-color: #780599;
} 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover {
  background-color:#5b0175;
  border-color:#5b0175;
}
.btn-basic {
  background-color: #fff;
  border-color: #780599;
  color: #780599;
}
.btn-basic:active, 
.btn-basic:focus, 
.btn-basic:hover {
  color: #780599;
}
.btn-lg {
  padding:14px 90px;
  font-size:20px;
}
.radio-inline {
  font-size:14px;
  font-weight:100;
}
.viewpart {
  /*height:99px;*/
  background-color:#fff; 
  border:1px solid #e2e2e2;
}
.textbox {
  width:45px;
  height:25px; 
  border:1px solid #e2e2e2;
  overflow:hidden;
  margin:0 3px 0 9px;
  text-align:right;
  padding: 2px 6px 4px 0;
  font-size: 14px;
}
/* 20180223 ¼öÁ¤ */
.textbox-gray {
  width:55px;
  height:26px; 
  border:1px solid #d0cfcf;
  overflow:hidden;
  padding: 2px 5px 4px 5px;
  font-size: 14px;
  margin: 0 5px;
  vertical-align:-1px;
  background:#fff url('https://imgcdn.myinternetfax.com/_www/common/select_ico.png') 90% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* 20180223 Ãß°¡ */
.textbox-gray::-ms-expand {
 display: none;
}
.table-bordered {
  border:2px solid #780599;
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color:#f6f2f7;
}
/* 20180509 ¼öÁ¤ */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding:8px;
	border-top:1px solid #ddd;
	font-size:16px;
	color:#747577;
	text-align:center;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width:1px;
}
/* 2022-03-04 : °Ô½ÃÆÇ (°øÁö,ÈÄ±â,ÀÌº¥Æ®,FAQ) °øÅëÁ¦¾î¸¦ À§ÇÑ Class write by SJH  */
/* 2022-03-07 : °Ô½ÃÆÇº° thÀÇ width °­Á¦ ºñÀ²ÁöÁ¤ */
.table .th-notice>td { width:132px; }
.table .th-notice .th-title { width:572px; }
.table .th-faq>td { width:132px; }
.table .th-faq .th-title { width:836px; }
.table .th-event>td { width:132px; }
.table .th-event .th-title { width:572px; }
.table .th-review>td { width:132px; }
.table .th-review .th-title { width:572px; }
.table-head>td {padding:10px 30px!important;background-color:#f0f0f0;font-family:"notokr-medium";}
.table-body>td {font-size:15px;}
.table .lt-0 {border-left:0px;}
.table .rt-0 {border-right:0px;}
.table .text-left {text-align:left !important;}
.table .notice {background-color:#F6F2F7;}
/* 2022-03-04 Ãß°¡ ³¡ */
.webfont {
  font-family:'dotum';
  letter-spacing:-1px;
  font-size:13px;
}
.mouse-input {
  width: 198px;
  height: 213px;
  background-color: #fff;
  border: 3px solid #780599;
}
.mouse-key {
  border-bottom: 1px solid #780599; 
  width:160px;
  height:38px;
  color:#780599;
  font-size:15px;
  font-weight:bold;
}
.faxcover {
  width:620px;
  height:720px;
  border:1px solid #000;
}
.faxcover td {
  padding:5px 6px;
}
/* 20180509_¼öÁ¤ */
.table-borderB {
  border:1px solid #969595;
  margin:0 auto;
  width:100%;
}

.table-borderB td {
  border:1px solid #969595;
  padding:8px 0;
  text-align:center;
  font-size:15px;
}

.table-borderB .txt-left{
	text-align:left;
}

.stitle {
  font-family:'notokr-medium';
  color:#202020;
  margin-top:-20px;
}
.stitle-dot {
  font-size:50px;
  color:#780599;
}

.confirm-line label{
  background-color:#f2eff3;
  padding:15px 0 15px 75px;
  margin-bottom:0px;
  border-bottom:1px solid #c9c9c9;
}
/* 20180509_¼öÁ¤ */
.confirm-line div{
  padding:15px 0 15px 40px;
  border-bottom:1px solid #c9c9c9;
}
.border2px {
  border-top:2px solid #780599;
  border-bottom:2px solid #780599;
}
.table2 {
  width:100%;
  max-width:100%;
}
.table2>tbody>tr.info>td,
.table2>tbody>tr.info>th,
.table2>tbody>tr>td.info,
.table2>tbody>tr>th.info,
.table2>thead>tr.info>td,
.table2>thead>tr.info>th,
.table2>thead>tr>td.info,
.table2>thead>tr>th.info {
  background-color:#f2eff3;
}
.table2>tbody>tr>td,
.table2>tbody>tr>th,
.table2>thead>tr>td,
.table2>thead>tr>th {
	padding:20px;
	border-right:1px solid #c9c9c9;
	text-align:center;
	font-weight:100;
}
.table2>tbody>tr>td {
  background-color:#fff;
}
.media-list {
  margin-top:30px;
}
.tablecell {
  display:table-cell;
}
.phone-m {
  background:url('https://imgcdn.myinternetfax.com/_www/common/phone_bg_02.png') no-repeat;
  width:255px;
  height:228px;
}
.phone {
  background:url('https://imgcdn.myinternetfax.com/_www/common/phone_bg_03.png');
  width:255px;
  padding:5px 16px 0;
}
.messege {
	/*
	  font-family:'dotum';
	  font-size:14px;
	  color:#fff;
	  padding:20px 30px 0 30px;
	  height:190px;
	*/
	background-color: rgba(0,0,0,0);
    margin-left: 16px;
    width: 222px;
    height: 210px;
    padding: 20px 30px 0px 30px;
    color: white;
	font-family:'dotum';
	font-size:14px;
	border: 0px;
}
/* 20180504 ¼öÁ¤ */
.messege-byte {
  font-family:'dotum';
  font-size:12px;
  color:#000;
  text-align:center;
  margin-top:-10px;
}
.phone-form {
  display:block;
  width: 100%;
  height:27px;
  padding:4px 12px;
  font-size: 13px;
  background-color:#fff;
  background-image:none;
  color:#696868;
  border:1px solid #c0c0c0;
  border-radius:0px;
  box-shadow:none;
}
/* 20180223 ¼öÁ¤ */
.btn-phone {
  width:20%;
  text-shadow:0 1px 0 #fff;
  background-image:linear-gradient(to bottom,#f2f4f7 0,#dedede 100%);
  background-repeat:repeat-x;
  border-color:#b1b1b1;
  color:#3e3e3e;
  font-size:13px;
  padding:3px 5px;
  border-radius:4px;
}
.btn-phoneok {
  width:100%;
  background-image:linear-gradient(to bottom,#a848c4 0,#780599 100%);
  background-repeat:repeat-x;
  border-color:#780599;
  color:#fff;
  font-size:15px;
  padding:7px 0;
  border-radius:4px;
}
.btn-phoneok.focus, 
.btn-phoneok:focus,
.btn-phoneok:hover,
.btn-phoneok:active {
  color:#fff;
  background-image:linear-gradient(to bottom,#a848c4 0,#780599 100%);
  background-repeat:repeat-x;
  border-color:#780599;
}
/* 20180223 ¼öÁ¤ */
.textbox-phone {
  width:42px;
  height:20px; 
  border:1px solid #d0cfcf;
  overflow:hidden;
  font-size: 12px;
  margin-left: 4px;
  background:#fff url('https://imgcdn.myinternetfax.com/_www/common/select_ico.png') 90% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* 20180223 Ãß°¡ */
.textbox-phone::-ms-expand {
 display: none;
}


/* 20180213_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.sub-logintop {
 width: 100%;
 height: 93px;
 background-color: #2e2e2e;
 color: #fff;
 padding:11px 0;
}
.top-login {
  display:inline-block;
  margin-bottom:0;
  vertical-align:middle;
}
.calling-input {
  width:340px;
  background-color:#fff;
  border:3px solid #780599;
}
/*20180516 ¼öÁ¤*/
.line-blue {
  border-top: 1px solid #780599;
  border-bottom: 1px solid #780599;
  padding:10px 5px 0 5px;
  margin:0 auto;
}
.line-blue ul li{
  padding-bottom:5px;
}

/*2018-02-09 KJH*/
.info_table{
	border-top:2px solid #780599;
	border-bottom:2px solid #780599;
	width: 100%;
}
.table_title{
	background-color: #e7e7e7;
	padding: 20px 0 20px 75px;
	margin-bottom: 0px;
	border-bottom: 1px solid #c9c9c9;
	width: 25%;
}
.table_contents{
	padding: 20px 0 20px 40px;
	border-bottom: 1px solid #c9c9c9;
	width: 75%;
}

/* 20180223_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.number-list {
  margin-top: 40px;
  border: 1px solid #c0c0c0;
  padding: 5px 5px;
}
.number-list p{
  font-size: 14px;
  border-bottom: 1px solid #d3d3d3;
}
.number-list img{
  float:right;
  padding:6px 6px;
}
.phone-pay {
  display:block;
  width: 25%;
  height:27px;
  text-align:right;
  padding:1px 5px 0 0;
  font-size: 16px;
  background-color:#fff;
  background-image:none;
  color:#ef4b4b;
  border:1px solid #c0c0c0;
  border-radius:0px;
  box-shadow:none;
  margin:0 2px;
}
.phone-payline {
  padding: 40px 0 0 23px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  background-color:#f8f7f8;
  border:1px solid #636363;
  font-size:20px;
  padding:12px 35px;
  border-bottom-color: #f8f7f8;
}
.nav-tabs {
 border-bottom: 1px solid #636363;
}
.nav > li > a {
  padding:12px 35px;
  font-size:20px;
  color:#8b8a8a;
}
.nav > li > a:focus, 
.nav > li > a:hover {
  background-color:transparent;
  padding:13px 36px;
}
.nav-tabs > li > a:hover {
  border:0px;
  text-decoration:none;
}
.smslist {
  padding-left:0px;
  margin-top:50px;
}
.smslist ul li{
  padding-top:10px;
  border-bottom: 1px solid #ccced0;
}
.smslist ul li img{
  padding-right:10px;
}
.sms-emoti {
  padding-left:16px;
  padding-right:0px;
  padding-top:10px;
  display: inline-block;
}

.emoticon {
  background: url('https://imgcdn.myinternetfax.com/_www/smssend/emoti_back.png') no-repeat;
  padding-bottom:25px;
  width: 132px;
  height: 148px;
}
.emoticon_area{
	padding-top: 0px !important;
	margin-top: 0px;
	padding-bottom: 8px !important;
	background-color: #f9f9f9;
}
.emoticon_text{
	background-color: transparent;
	border: 0px;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 10px;
	resize: none;
	overflow: hidden;
	cursor: pointer;
}
.emoticon_group{
	width: 624px;
	background-color: #fdfdfd;/*#f8f8f8;*/
}
.circle_btn{
	border-radius: 50%;
	height: 140px;
	width: 140px;
	position: absolute;
	top: 50px;
	font-size: 16px;
	background-color: #e5e4e4;
}

.emoticon_main {
  background: url('https://imgcdn.myinternetfax.com/_www/smssend/2021/0308/emoti_back.png') no-repeat;
  padding-bottom:25px;
  width: 132px;
  height: 148px;
}
.emoticon_main_area{
	padding-top: 0px !important;
	margin-top: 0px;
	padding-bottom: 8px !important;
	background-color: #f9f9f9;
}
.emoticon_main_text{
	background-color: transparent;
	border: 0px;
	font-size: 11px;
	margin-top: 30px;
	margin-left: 10px;
	resize: none;
	overflow: hidden;
	cursor: pointer;
}
.emoticon_main_group{
	width: 624px;
	background-color: #fdfdfd;/*#f8f8f8;*/
}
.circle_btn{
	border-radius: 50%;
	height: 140px;
	width: 140px;
	position: absolute;
	top: 50px;
	font-size: 16px;
	background-color: #e5e4e4;
}
.emoticon p{
  font-family:'dotum';
  letter-spacing:-1px;
  font-size:12px;
  padding:27px 0 0 25px;
}
.emotilist {
  padding-left:0px;
  margin-top:50px;
  padding-right:0px;
}
/* 20180309_¼öÁ¤ */
.pagination > li > a, 
.pagination > li > span {
  background-color: transparent;
  border: 0px solid #ddd;
  color:#211a03;
}
/* 20180309_¼öÁ¤ */
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color:transparent;
  border-color:transparent;
  color:#fa4040;
}
/* 20180309_¼öÁ¤ */
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
  color:#fa4040;
  background-color:transparent;
  border-color:transparent;
}
.excel-ex {
  width:154px;
  height:170px;
  background:url('https://imgcdn.myinternetfax.com/_www/smssend/excel_phone_ex.jpg') no-repeat;
  color:#fff;
  font-size:14px;
  padding:60px 0 0 10px;
  display:inline-block;
  float:left;
}
.excel-messege {
  width:154px;
  height:170px;
  background:url('https://imgcdn.myinternetfax.com/_www/smssend/excel_phone.jpg') no-repeat;
  color:#fff;
  font-size:15px;
  padding:35px 0 0 10px;
  display:inline-block;
  float:left;
}
.excel-arrow{
  display:inline-block;
  float:left;
  padding:65px 15px;
}

.btn-dgray {
  background-image:linear-gradient(to bottom,#a8a3a3 0,#838383 100%);
  background-repeat:repeat-x;
  color:#fff;
  font-size:14px;
  padding:4px 30px;
  border-radius:4px;
}
.btn-dgray.focus, 
.btn-dgray:focus,
.btn-dgray:hover,
.btn-dgray:active {
  color:#fff;
  background-image:linear-gradient(to bottom,#a8a3a3 0,#838383 100%);
  background-repeat:repeat-x;
}
.btn-excel {
  background-image:linear-gradient(to bottom,#007233 0,#003e18 100%);
  background-repeat:repeat-x;
  color:#fff;
  font-size:14px;
  padding:4px 30px;
  border-radius:4px;
}
.btn-excel.focus, 
.btn-excel:focus,
.btn-excel:hover,
.btn-excel:active {
  color:#fff;
  background-image:linear-gradient(to bottom,#007233 0,#003e18 100%);
  background-repeat:repeat-x;
}
.excel-edit {
  padding-left:0px;
  background-color:#bfbfbf;
  width:540px;
  height:310px;
}

/* 20180412_¼öÁ¤ */
.progress {
  height:20px;
  background-color:#e1e1e1;
  border-radius:50px;
 }
 .progress-bar-success {
   background-color:#9640af;
 }
 .inboxmenu {
   display:block;
   position:relative;
   padding:0;
   margin:0;
   list-style:none;
 }
.inboxmenu li {
  font-size:19px;
  color:#000;
}
.inboxmenu-s {
  display:block;
  position:relative;
  padding:0;
  margin:0;
  list-style:none;
}
.inboxmenu-s li {
  line-height:26px;
  font-size:15px;
}
.inboxmenu-s li a {
  color:#898989;
}
.badge {
  padding:3px 5px;
  background-color:#cf5151;
  border-radius:5px;
  margin-left:3px;
}
.search-sl::-ms-expand {
  display: none;
}
.search-sl {
  height:33px;
  margin-right:15px;
  border:1px solid #d0cfcf;
  overflow:hidden;
  padding:2px 35px 0px 10px;
  font-size:15px;
  vertical-align:-1px;
  background:#fff url('https://imgcdn.myinternetfax.com/_www/common/select_ico.png') 94% 60% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-form {
  width: 469px;
  height:33px;
  padding:2px 5px 0px 10px;
  border: 1px solid #d0cfcf;
  border-radius: 0px;
  font-size:15px;
  background-color:#fff;
  background-image:none;
}
.search-go {
  display:table-cell;
  /*padding: 0 40px;*/
  width: 108px;
  font-size:15px;
  text-align:center;
  background-color: #f0f0f0;
  border-top: 1px solid #d0cfcf;
  border-right: 1px solid #d0cfcf;
  border-bottom: 1px solid #d0cfcf;
}
/* 20180509_¼öÁ¤ */
.btn-smalllist {
  height: 38px;
  margin-right:5px;
  background-color: #f8f8f8;
  border-color: #bebebe;
  color: #494949;
  font-size: 15px;
  padding: 3px 12px;
}
/* 20180412_¼öÁ¤ */
.btn-smalllist:focus,
.btn-smalllist:hover {
  color: #494949;
  text-decoration:none;
}
.smalllist-sl::-ms-expand {
  display: none;
}
/* 20180412_¼öÁ¤ */
.smalllist-sl {
  height:38px;
  margin-right:5px;
  color: #494949;
  border:1px solid #a3a3a3;
  overflow:hidden;
  padding: 3px 30px 3px 12px;
  font-size:15px;
  vertical-align:-1px;
  background:#f8f8f8 url('https://imgcdn.myinternetfax.com/_www/common/select_ico.png') 94% 60% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
}
.table-event {
  background-color:#f6f2f7;
  border-top:1px solid #dedede;
}
.table-line > thead > tr > th, 
.table-line > tbody > tr > th, 
.table-line > tfoot > tr > th, 
.table-line > thead > tr > td, 
.table-line > tbody > tr > td, 
.table-line > tfoot > tr > td {
  border:1px solid #dedede;
}
.btn-default2 {
  text-shadow:0 1px 0 #fff;
  background-image:linear-gradient(to bottom,#fff 0,#efefef 100%);
  background-repeat:repeat-x;
  border-color:#ccc;
  color:#494949;
  font-size:14px;
  padding:3px 10px;
  border-radius:4px;
}
.gray-form {
  width: 70%;
  height:25px;
  padding:2px 5px 0px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  font-size:14px;
  background-color:#f4f4f4;
  background-image:none;
  margin-right:7px;
}
.ellipsis {
   width: 80px;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   word-wrap: normal !important;
   display: block;
   padding-left:12px;
}

/* 20180402_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.hover-popup {
  width:138px;
  background-color:#fff;
  border:3px solid #780599;
  position: absolute;
  left: 130px;
  top: -22px;
}
.hover-popup ul li {
  font-size: 15px;
  color: #1765c5;
  border-bottom:1px solid #dbdbdb;
  padding:8px 10px;
}
.number_pop {
  font-size: 15px;
  color: #9640af;
  border-bottom:1px solid #dbdbdb;
  padding:5px 10px;
}
/* 2018-04-09 KJH */
.receive_fax_popup{
	position: relative;
	display: none;
}

/* 2018-03-06 KJH */
.sms_emo_textarea{
    margin-top: 6px;
    margin-left: 11px;
    background-color: rgba(0,0,0,0);
    border: 0px;
    resize: none;
    font-size: 13px;
    cursor: pointer;
    width: 110px;
    height: 115px;
}

.none_deco_a{
	color: black;
}

.none_deco_a:hover{
	color: black;
}

.none_deco_a:focus{
    color: black;
}

.cursor_pointer{
	cursor: pointer;
}

/* 20180410_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.bg-r {
  background-color:#fdf3f3;
}
.table-hover > thead > tr > th, 
.table-hover > tbody > tr > th, 
.table-hover > tfoot > tr > th, 
.table-hover > thead > tr > td, 
.table-hover > tbody > tr > td, 
.table-hover > tfoot > tr > td {
  border:1px solid #dedede;
}
@media (min-width: 768px) {
.nav-con > li {
  display:table-cell;
  width:1%;
  text-align:center;
 }
}
.nav-con {
  border:1px solid #b1b4b8;
  background-color:#f8f7f8;
  height:40px;
  padding-left:0px;
  width: 1000px;
  margin: 0 auto;
}
.nav-con > .active > a, 
.nav-con > .active > a:hover, 
.nav-con > .active > a:focus,
.nav-con > li > a:hover, 
.nav-con > li > a:focus {
  border-color:#780599;
  background-color:#780599;
  color:#fff;
}
@media (min-width: 768px) {
.nav-con > li > a {
  border-right:1px solid #b1b4b8;
  padding-top:5px;
 }
}
@media (min-width: 768px) {
.nav-con > li:last-child > a {
  border-right:0;
 }
}
.nav-con > li > a {
  padding-top:9px;
  padding-bottom:8px;
  margin-bottom:0;
  color:#484848;
  font-size:15px;
  text-align:center;
  display:block;
  position:relative;
}

/* 20180504_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.foreign_ck {
  width: 390px;
  margin: 10px auto;
  text-align: center;
}
.foreign_ck td {
  width: 80px;
  border: 1px solid #c2c2c2;
  padding: 12px 0;
}
.foreign_ck td:hover, 
.foreign_ck td:focus {
  border-color:#c2c2c2;
  background-color:#f2f4f7;
  cursor: pointer;
}
.foreign_sms {
  background: url('https://imgcdn.myinternetfax.com/_www/smssend/foreign_sms_back.png') no-repeat;
  padding-bottom:25px;
  width: 283px;
  height: 92px;
}
.foreign_sms p{
  font-family:'dotum';
  font-size:12px;
  padding:27px 0 0 15px;
}
.bg_box {
  background-color:#f2eff3;
  padding: 15px 0;
  text-align:center;
}
/* ´©¶ô 20180504_¼öÁ¤ */
.confirm-line2 label{
  background-color:#e7e7e7;
  padding:20px 0 20px 35px;
  margin-bottom:0px;
  border-bottom:1px solid #c9c9c9;
}
.confirm-line2 div{
  padding:20px 0 20px 40px;
  border-bottom:1px solid #c9c9c9;
}
.phone-mms {
  background:url('https://imgcdn.myinternetfax.com/_www/mmssend/phone_mmsbg.png') no-repeat;
  width:255px;
  height:225px;
}
.phone-mms-t { 
  text-align:right;
  font-size:14px;
  padding:3px 25px;
}
.btn-mmsedit {
  width:200px;
  height:62px;
  background-color:#6fba2b;
  border-color:#6fba2b;
  color:#fff;
  font-size:16px;
  padding:7px 16px;
  border-radius:0px;
  text-align:left;
}
.btn-mmsedit.focus, 
.btn-mmsedit:focus,
.btn-mmsedit:hover,
.btn-mmsedit:active {
  color:#fff;
  background-color:#6fba2b;
  border-color:#6fba2b;
}
.btn-mmspc {
  width:200px;
  height:62px;
  background-color:#58b0df;
  border-color:#58b0df;
  color:#fff;
  font-size:16px;
  padding:7px 16px;
  border-radius:0px;
  text-align:left;
}
.btn-mmspc.focus, 
.btn-mmspc:focus,
.btn-mmspc:hover,
.btn-mmspc:active {
  color:#fff;
  background-color:#58b0df;
  border-color:#58b0df;
}
.phone-mms-bt {
  margin: 25px 0 0 28px;
}
.mmslist {
  padding-left:0px;
  margin-top:40px;
}
.mmslist ul li{
  padding-top:10px;
  border-bottom: 1px solid #ccced0;
}
.mmslist ul li img{
  padding-right:10px;
}
.mms-img {
  padding-left:13px;
  padding-right:0px;
  padding-top:10px;
  display: inline-block;
}
.mms-img img {
  max-width:135px;
  height:auto;
}
.img-rounded {
  border-radius:10px;
  border:1px solid #dfe1e5;
}
.noticebox {
  border-radius:10px;
  border:1px solid #dfe1e5;
  background-color:#fff;
}
.notice-t {
  color:#780599;
  font-size:16px;
  padding-top:20px;
}
.notice-list {
  padding-left:0px;
  list-style:none;
}
.notice-list li{
  margin-top:0px;
}
.notice-list p{
  font-family:'dotum';
  letter-spacing:-1px;
  font-size:13px;
  color:#8d8d8d;
  margin-bottom:0px;
}
.notice-list img{
  margin-bottom:7px;
}
.phone-mmsok {
  background:url('https://imgcdn.myinternetfax.com/_www/faxsend/phone_bg_03.png');
  width:255px;
  padding:0 16px;
}
.phone-mmsok img{
  max-width:223px;
}
.mmsediter {
  width:1100px;
  background-color:#e6e6e6;
}
.mmsediter-bg {
  background-color:#e6e6e6;
}
.mmsediter-t {
  width:1100px;
  height:58px;
  background-color:#fafafa;
  padding:10px 25px;
}

/* 20180520 ¼öÁ¤ */
.mmse-left {
  width:13%;
  height:732px;
  background-color:#4586ce;
  text-align:center;
  color:#fff;
}
.editer_bt {
  border-bottom:1px solid #88b2e0;
  padding-top: 30px;
  padding-bottom:15px;
}
.editer_bt p{
  padding-top:10px;
}
.edit-main {
  background-color:#fff;

  padding:30px 20px;
  width:420px;
  height:588px;
}
.editer-img {
  padding-left:10px;
  padding-right:0px;
  padding-top:10px;
  display: inline-block;
}
.editer-img img {
  max-width:106px;
  height:auto;
}
.editer-bt {
  margin-top:7px;
  width:110px;
}
.btn-editer {
  background-color: #4586ce;
  border-color: #4586ce;
  color:#fff;
} 
.btn-editer:active, 
.btn-editer:focus, 
.btn-editer:hover {
  background-color:#4586ce;
  border-color:#4586ce;
  color:#fff;
}
/* 20180509_¿©±â¼­ºÎÅÍ ³¡±îÁö ´Ù~Ãß°¡ */
.border-line {
  border: 1px solid #d3d6da;
}
.white-box {
  background-color:#fff;
  border: 1px solid #e0e2e5;
  padding:20px;
}
.icons {
  float:left;
  display:block;
  background-color:#9640af;
  border-radius:50%;
  text-align:center;
  padding:20px;
}
.icons-gray {
  float:left;
  display:block;
  background-color:#f7f8fa;
  border:1px solid #e1e3e8;
  border-radius:50%;
  text-align:center;
  padding:20px;
}
.icontxt {
  display:block;
  color:#9a9a9a;
  text-align:left;
  font-family:'dotum';
  font-size:13px;
  text-align:center;
}
.icontxt h4 {
  font-family:'nanumsquarer';
  font-size:16px;
  color:#211a03;
  margin:2px;
}
.mypage-notice {
  position:relative;
  bottom:0px;
}
.mypage-notice ul {
  list-style:none;
  padding:0;
}
.mypage-notice ul li {
  line-height:1.4285;
  border-bottom:1px solid #dedede;
  padding:6px;
  font-size:16px;
}
.panel-title {
  margin-top:5px;
  margin-bottom:3px;
  font-size:18px;
}
.bold-f {
  font-family:"notokr-bold";
  font-size: 31px;
  color:#000;
}
.medium-f {
  font-family:"notokr-medium";
  font-size: 16px;
}
.radio-bg {
  background-color:#f7f8fa;
  border-top:1px solid #e0e2e5;
  padding:5px;
  text-align:center;
  margin:0;
}
.blue-point {
  border-radius:30px;
  background-color:#b943db;
  color:#fff;
  text-align:center;
  font-size:14px;
  width:80%;
  padding:2px 0;
  margin-left:18px;
}
.red-point {
  border-radius:30px;
  background-color:#fa4040;
  color:#fff;
  text-align:center;
  font-size:14px;
  width:80%;
  padding:2px 0;
  margin-left:18px;
}
.pay-box {
  background-color:#fff;
  border: 1px solid #af6fc1;
  padding:20px;
}
.pay-radio-bg {
  background-color:#f7f8fa;
  border-top:1px solid #af6fc1;
  padding:10px;
  text-align:center;
  margin:0;
}
.panel-primary {
  border-color:#9640af;
}
.panel-primary > .panel-heading {
  background-color:#9640af;
  border-color:#9640af;
}
.QRapp {
  background: none;
  height:550px;
  font-family:'notokr-thin';
  color:#000;
  letter-spacing:-1px;
  line-height:46px;
  padding-left:40px;
}
.textbox-w70 {
  width:70px;
  height:27px;
  border:1px solid #d0cfcf;
  overflow:hidden;
  margin:0 5px 0 2px;
  text-align:center;
  padding:2px 6px 4px 0;
  font-size:14px;
}
.table-bordered2 {
  border:1px solid #e0e2e5;
}
.table-bordered2 > thead > tr > th {
  border:1px solid #e0e2e5;
  background-color:#f2eff3;
  font-weight:100;
}
.table-bordered2 > tbody > tr > td {
  border:1px solid #e0e2e5;
}
.popover {
  font-family:"dotum";
  font-size:12px;
  border:3px solid #780599;
  border-radius:0px;
  box-shadow:none;
  max-width:460px;
  letter-spacing:-0.5px;
  line-height:22px;
}
.popover > .arrow {
  display: none;
}
.popover.right {
  margin-left:-80px;
}
.modal-body {
  padding:30px;
}
.border0 {
  border:0;
  width:100%;
}
.subfont {
  line-height:20px;
  color:#8b8d91;
  font-size:15px;
}
.form-signin {
  max-width: 620px;
  padding:15px;
  margin:0 auto;
}
.btn-noround {
  color:#fff;
  background-color: #9640af;
  border-color: #9640af;
  display:inline-block;
  padding:4px 20px;
  margin-bottom:0px;
  font-size:14px;
  font-weight:400;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:0px;
} 
.btn-noround:active, 
.btn-noround:focus, 
.btn-noround:hover {
  background-color:#780599;
  border-color:#780599;
}
.btn-noroundW {
  width:95px;
  color:#686868;
  background-color: #fff;
  border:1px solid #c9ccd2;
  display:inline-block;
  padding:5px 20px;
  margin-bottom:0px;
  font-size:15px;
  font-weight:400;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:0px;
} 
.btn-noroundW:active, 
.btn-noroundW:focus, 
.btn-noroundW:hover {
  background-color:#fff;
  border:1px solid #c9ccd2;
}
.btn-noroundG {
  width:95px;
  color:#fff;
  background-color: #909297;
  border:1px solid #909297;
  display:inline-block;
  padding:5px 20px;
  margin-bottom:0px;
  font-size:15px;
  font-weight:400;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:0px;
} 
.btn-noroundG:active, 
.btn-noroundG:focus, 
.btn-noroundG:hover {
  background-color:#909297;
  border:1px solid #909297;
}
.btn-noroundR {
  width:95px;
  color:#eb5050;
  background-color: #fff;
  border:1px solid #eb5050;
  display:inline-block;
  padding:5px 20px;
  margin-bottom:0px;
  font-size:15px;
  font-weight:400;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:0px;
} 
.btn-noroundR:active, 
.btn-noroundR:focus, 
.btn-noroundR:hover {
  background-color:#fff;
  border:1px solid #eb5050;
}
.input-table {
  border:1px solid #dcdbdb;
  background-color:#fff;
}
.input-table td {
  height:50px;
}
.join-form {
  border:0px;
  font-size:16px;
}
.error {
  font-family:'dotum';
  font-size: 12px;
  color:#fa2828;
  display:block;
  text-align:left;
}
.error-ok {
  font-family:'dotum';
  font-size: 12px;
  color:#4586ce;
  display:block;
  text-align:left;
}
.join-error {
  margin-top:45px;
  padding-left:0px;
}
.join-error span {
  padding-bottom:33px;
}
.text-left {
  text-align:left;
}
.textbox_number {
  width: 80px;
  height: 33px;
  vertical-align: -1px;
  border:1px solid #d0cfcf;
  overflow:hidden;
  padding:2px 6px 4px 0;
  font-size:15px;
}
.btn-miniS {
  width:74px;
  color:#8f8f8e;
  background-color: #fff;
  border:1px solid #8f8f8e;
  display:inline-block;
  padding:2px 0;
  margin-bottom:0px;
  font-size:11px;
  font-family:'dotum';
  font-weight:400;
  letter-spacing:-1px;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:4px;
} 
.btn-miniB {
  width:74px;
  color:#0f6fc8;
  background-color: #fff;
  border:1px solid #0f6fc8;
  display:inline-block;
  padding:2px 0;
  margin-bottom:0px;
  font-size:11px;
  font-family:'dotum';
  font-weight:400;
  letter-spacing:-1px;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:4px;
}
.btn-miniG {
  width:74px;
  color:#bc9257;
  background-color: #fff;
  border:1px solid #bc9257;
  display:inline-block;
  padding:2px 0;
  margin-bottom:0px;
  font-size:11px;
  font-family:'dotum';
  font-weight:400;
  letter-spacing:-1px;
  line-height:1.4285;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border-radius:4px;
}
.join-number-list {
  width:70%;
  border:1px solid #dcdbdb;
  background-color:#fff;
  text-align:center;
}
.join-number-list td {
  font-family:'dotum';
  font-size:12px;
  color:#787878;
  height:32px;
}

/*  201203_ ¸¶ÀÌÆÑ½º ÆË¾÷ */
.popboxWrap {clear:both;width:340px;position:relative;margin:0 auto;top:50px;background-color:#7244bf; overflow:hidden;}
.joinpop_title {background:url("https://imgcdn.myinternetfax.com/_www/member/2020/bullet_pink.png") no-repeat 15px center;font-size:17px; color:#fff;font-family:"notokr-regular","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, Verdana, AppleGothic, sans-serif; text-align:left; padding:10px 10px 10px 30px; vertical-align: middle;}
.btn_closepop {border:0px;position:absolute;right:7px;top:15px;width:25px;height:21px;background:url("https://imgcdn.myinternetfax.com/_www/member/2020/popclose.png") no-repeat;text-indent:-9999px;}
.join_popupbox {margin:1px 1px 1px 1px;padding:23px 20px 23px 20px; background-color:#FFF; border:none; border-radius:0px 00px 0px 0px;}
.joinpopup_content {position:relative;width:96%;margin:0 auto;font-size:13px;font-family:"¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, AppleGothic, sans-serif;padding:8px 10px 11px 10px;border:6px solid #f3ddf7;border-radius:10px; text-align:center;}
.joinpopup_content span {color:#ff6c00;}
.joinpopup_btnarea { padding-top:13px; text-align:center; right:0px;}
/*  201203_ ¸¶ÀÌÆÑ½º ÆË¾÷¹öÆ° */
.myjoinpopup_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #91c134;
	-webkit-box-shadow:inset 0px 1px 0px 0px #91c134;
	box-shadow:inset 0px 1px 0px 0px #91c134;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #86c30f), color-stop(1, #6c9914));
	background:-moz-linear-gradient(top, #86c30f 5%, #6c9914 100%);
	background:-webkit-linear-gradient(top, #86c30f 5%, #6c9914 100%);
	background:-o-linear-gradient(top, #86c30f 5%, #6c9914 100%);
	background:-ms-linear-gradient(top, #86c30f 5%, #6c9914 100%);
	background:linear-gradient(to bottom, #86c30f 5%, #6c9914 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#86c30f', endColorstr='#6c9914',GradientType=0);
	background-color:#79ae11;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #79ae11;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, AppleGothic, sans-serif;
	font-size:13px;
	font-weight:700;
	height:30px;
	padding:0px 12px 5px 12px;
	text-decoration:none;
}
.myjoinpopup_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c9914), color-stop(1, #86c30f));
	background:-moz-linear-gradient(top, #6c9914 5%, #86c30f 100%);
	background:-webkit-linear-gradient(top, #6c9914 5%, #86c30f 100%);
	background:-o-linear-gradient(top, #6c9914 5%, #86c30f 100%);
	background:-ms-linear-gradient(top, #6c9914 5%, #86c30f 100%);
	background:linear-gradient(to bottom, #6c9914 5%, #86c30f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9914', endColorstr='#86c30f',GradientType=0);
	background-color:#6c9914;
}
.myjoinpopup_btn:active {
	position:relative; top:1px;
}

.main-noti-area > p > a{
	float:right;
}

.list-bullet-img{
	margin-left:0px !important;
	margin-right:10px !important;
}

/* myfax °áÁ¦¹æ¹ý º¯°æ - 210309 */
.mf_changepayWrap {position:relative;width:1200px;margin:0 auto;background-color:#f8f7f8;margin-top:21px;padding:47px 0px 55px 0px;}
.mf_changepayWrap img { display:block !important;}
.mf_changepayWrap2 {position:relative;width:1200px;margin:0 auto;margin-top:55px;margin-bottom:55px;}
.mf_changepaytxt {color:#202020;font-size:20px;font-family:"nanumsquareb","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;text-align:center;padding:30px 0px 0px 0px;}
.mf_changepaytable {position:relative;width:740px;margin:0 auto;background-color:#f8f7f8;margin-top:15px;}
.mf_changepaytable th {color:#780599 !important;}
.mf_changepaytable .txtst01 {color:#202020; font-family:"nanumsquareb","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;}
.mf_changepaytable .txtst02 {color:#cd0500; font-family:"nanumsquareb","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;}
.mf_changepaytable .borderst {border-top:2px solid #999 !important;}
.mf_changepaytable .btnst {text-align:center;margin-top:25px;}
.mf_changepaytxt2 {color:#202020;font-size:20px;font-family:"nanumsquareb","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;padding:0px 0px 0px 30px;}
.mf_changepaytxt3 {background:url(../images/myfaxsub_bullet01.png) no-repeat left center; color:#333; font-size:16px; padding:0px 0px 0px 18px;font-family:"nanumsquarer","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;margin:3px 0px 3px 33px;}


@media (min-width: 1781px){
	.fax_float_right{position: fixed; top: 340px; right: 50%; margin-right: -692px;}
}

@media (max-width: 1780px){
	.fax_float_right{position: fixed; top: 340px; margin-left: 1430px;}
}

.fomr_hr{width: 1000px; border-top: 1px solid #dedede;}

.btn-y{
	background-color:#ffd101;
	border-color:#f2c601;
	color:#000;
	font-family:'nanumsquareb';
	font-size:12px;
	padding: 3px 12px;
}

.sub_refund{
	position: absolute;
    left: 580px;
    width: 230px;
	display: inline;
    padding: 0;
    color: #fff;
	margin-top: 10px;
}

.mf_recommendWrap {position:relative;width:1200px;margin:0 auto;background-color:#f8f7f8;margin-top:21px;padding:47px 0px 55px 0px;}
.mf_recommendWrap img { display:block !important;}
.mf_recommendWrap2 {position:relative;width:1200px;margin:0 auto;margin-top:55px;margin-bottom:55px;}
.mf_recommendtitle {border-bottom:2px solid #615bbc;}
.mf_recommendtxt {color:#474c50;font-size:18px;font-family:"nanumsquarer","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;text-align:center;padding:30px 0px 15px 0px;}
.mf_recommendtxt span {color:#780599;font-family:"nanumsquareb","¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, sans-serif;}

/* vertical align */
.vat {vertical-align:top !important;}
.vam {vertical-align:middle !important;}
.vab {vertical-align:bottom !important;}

/* border line */
.btzero {border-top:0px !important;}
.bbzero {border-bottom:0px !important;}
.brzero {border-right:0px !important;}
.blzero {border-left:0px !important;}
.bornone {border:none !important}

/* align */
.tal {text-align:left !important;}
.tac {text-align:center !important;}
.tar {text-align:right !important;}

.skip_navi {display:none !important;}

/* width */
.wp10 {width:10% !important;}
.wp15 {width:15% !important;}
.wp20 {width:20% !important;}
.wp25 {width:25% !important;}
.wp30 {width:30% !important;}
.wp33 {width:33% !important;}
.wp40 {width:40% !important;}
.wp50 {width:50% !important;}
.wp70 {width:70% !important;}
.wp94 {width:94% !important;}
.wp95 {width:95% !important;}
.wp96 {width:96% !important;}
.wp97 {width:97% !important;}
.wp98 {width:98% !important;}
.wp99 {width:99% !important;}
.wp100 {width:100% !important;}

.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w70 {width:70px !important;}
.w75 {width:75px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w115 {width:115px !important;}
.w120 {width:120px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w135 {width:135px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w170 {width:170px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w185 {width:185px !important;}
.w190 {width:190px !important;}
.w195 {width:195px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w215 {width:215px !important;}
.w220 {width:220px !important;}
.w230 {width:230px !important;}
.w240 {width: 240px !important;}
.w240px {width: 240px !important;}
.w245 {width: 245px !important;}
.w250 {width:250px !important;}
.w270 {width:270px !important;}
.w275 {width:275px !important;}
.w280 {width:280px !important;}
.w300 {width:300px !important;}
.w310 {width:310px !important;}
.w320 {width:320px !important;}
.w330 {width:330px !important;}
.w340 {width:340px !important;}
.w350 {width:350px !important;}
.w353 {width:353px !important;}
.w355 {width:355px !important;}
.w360 {width:360px !important;}
.w370 {width:370px !important;}
.w375 {width:375px !important;}
.w380 {width:380px !important;}
.w385 {width:385px !important;}
.w400 {width:400px !important;}
.w450 {width:450px !important;}
.w530 {width:530px !important;}
.w700 {width:700px !important;}


/*height */
.h30 {height:30px !important;}
.he50 {height:50px !important;}
.he70 {height:70px !important;}
.he80 {height:80px !important;}
.he100 {height:100px !important;}
.he110 {height:110px !important;}
.he120 {height:120px !important;}
.he140 {height:140px !important;}
.hei36 {height:36px !important;}
.hei65 {height:65px !important;}


/*20180520_Ãß°¡ margin*/
.mt-1 {margin-top:-1px !important;}
.mt-3 {margin-top:-3px !important;}
.mt-6 {margin-top:-6px !important;}
.mt-8 {margin-top:-8px !important;}
.mt-9 {margin-top:-9px !important;}
.mt-17 {margin-top:-17px !important;}
.mt-20 {margin-top:-20px !important;}
.mt-30 {margin-top:-30px !important;}
.mt-35 {margin-top:-35px !important;}
.mt-100 {margin-top:-100px !important;}
.mt0 {margin-top:0px !important;}
.mt3 {margin-top:3px !important;}
.mt-4 {margin-top: 4px !important;}
.mt5 {margin-top:5px !important;}
.mt7 {margin-top:7px !important;}
.mt8 {margin-top:8px !important;}
.mt9 {margin-top:9px !important;}
.mt-10 {margin-top:10px !important;}
.mt10 {margin-top:10px !important;}
.mt11 {margin-top:11px !important;}
.mt12 {margin-top:12px !important;}
.mt13 {margin-top:13px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt32 {margin-top:32px !important;}
.mt34 {margin-top:34px !important;}
.mt36 {margin-top:36px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt47 {margin-top:47px !important;}
.mt50 {margin-top:50px !important;}
.mt51 {margin-top:51px !important;}
.mt53 {margin-top:53px !important;}
.mt70 {margin-top:70px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mt140 {margin-top:140px !important;}

.mb-10 {margin-bottom:-10px !important;}
.mb0 {margin-bottom:0px !important;}
.mb1 {margin-bottom:1px !important;}
.mb2 {margin-bottom:2px !important;}
.mb3 {margin-bottom:3px !important;}
.mb4 {margin-bottom:4px !important;}
.mb5 {margin-bottom:5px !important;}
.mb7 {margin-bottom:7px !important;}
.mb8 {margin-bottom:8px !important;}
.mb10 {margin-bottom:10px !important;}
.mb12 {margin-bottom:12px !important;}
.mb13 {margin-bottom:13px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb22 {margin-bottom:22px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb59 {margin-bottom:59px !important;}
.mb110 {margin-bottom:110px !important;}

.mr0 {margin-right:0px !important;}
.mr2 {margin-right:2px !important;}
.mr3 {margin-right:3px !important;}
.mr5 {margin-right:5px !important;}
.mr8 {margin-right:8px !important;}
.mr10 {margin-right:10px !important;}
.mr12 {margin-right:12px !important;}
.mr13 {margin-right:13px !important;}
.mr15 {margin-right:15px !important;}
.mr18 {margin-right:18px !important;}
.mr20 {margin-right:20px !important;}
.mr24 {margin-right:24px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}
.mr155 {margin-right:155px !important;}
.mr170 {margin-right:170px !important;}

.ml-1 {margin-left:-1px !important;}
.ml-8 {margin-left:-8px !important;}
.ml0 {margin-left:0px !important;}
.ml2 {margin-left:2px !important;}
.ml5 {margin-left:5px !important;}
.ml8 {margin-left:8px !important;}
.ml10 {margin-left:10px !important;}
.ml11 {margin-left:11px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml17 {margin-left:17px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml27 {margin-left:27px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml55 {margin-left:55px !important;}
.ml59 {margin-left:59px !important;}
.ml60 {margin-left:60px !important;}
.ml80 {margin-left:80px !important}
.ml90 {margin-left:90px !important;}
.ml95 {margin-left:95px !important;}
.ml105 {margin-left:105px !important;}
.ml135 {margin-left:135px !important;}
.ml220 {margin-left:220px !important;}
.ml230 {margin-left:230px !important;}


/*20180516_Ãß°¡ padding*/
.pdt-0 {padding-top:0px !important;}
.pdt-2 {padding-top:2px !important;}
.pdt-3 {padding-top:3px !important;}
.pt5 {padding-top:5px !important;}
.pt7 {padding-top:7px !important;}
.pt10 {padding-top:10px !important;}
.pdt-12 {padding-top:12px !important;}
.pdt-15 {padding-top:15px !important;}
.pdt-16 {padding-top:16px !important;}
.pt16 {padding:16px 0 !important;}
.pdt-20 {padding-top:20px !important;}
.pt20 {padding:20px 0 !important;}
.pt25 {padding-top:25px !important;}
.pdt-30 {padding-top:30px !important;}
.pt30 {padding:30px 0 !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt55 {padding-top:55px !important;}
.pt100 {padding-top:100px !important;}
.pt112 {padding-top:112px !important;}

.pb0 {padding-bottom:0px !important;}
.pdb-2 {padding-bottom:2px !important;}
.pdb-3 {padding-bottom:3px !important;}
.pb3 {padding-bottom:3px !important}
.pb5 {padding-bottom:5px !important;}
.pdb-7 {padding-bottom:7px !important;}
.pdb-8 {padding-bottom:8px !important;}
.pb10 {padding-bottom:10px !important;}
.pdb-12 {padding-bottom:12px !important;}
.pdb-15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb35 {padding-bottom:35px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb100 {padding-bottom:100px !important;}

.pr0 {padding-right:0px !important;}
.pr3 {padding-right:3px !important;}
.pr5 {padding-right:5px !important;}
.pr7 {padding-right:7px !important;}
.pr10 {padding-right:10px !important;}
.pr12 {padding-right:12px !important;}
.pr40 {padding-right:40px !important;}

.pl0 {padding-left:0px !important;}
.pl3 {padding-left:3px !important;}
.pl5 {padding-left:5px !important;}
.pl6 {padding-left:6px !important;}
.pl7 {padding-left:7px !important;}
.pl10 {padding-left:10px !important;}
.pl12 {padding-left:12px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pl80 {padding-left:80px !important;}
.pl150 {padding-left:150px !important;}
.pl350 {padding-left:350px !important;}


.tl0 {top:0px !important; left:0px !important;}
.t310 {top:310px !important;}

.l675 {left:675px !important;}
.r13 {right:13px !important;}

.fl-l {float:left;}
.fl-r {float: right;}