@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css );

/* Basic */
body, table, tr, td, select, input, div, form, textarea { line-height: inherit; }
body { padding: 0; margin: 0; font-size: 14px; background-color: #ECF2FA; font-family: 'NanumSquare', sans-serif !important; letter-spacing: -0.025rem; }
body::-webkit-scrollbar { display: none; }
select, input[type=text], input[type=password]{ width: 100%; height: 100%; padding: 0 20px; border: 0; box-shadow: none; }
input[type=password] { font-family: dotum; }
input[type=button]{ -webkit-appearance: button; }
select, input {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none; }
select:focus, input:focus { outline: none; }
ul, li { margin: 0; padding: 0; list-style: none; }
p { margin: 0 !important; }
a:hover { text-decoration: none; }
.clearfix:after { content: ''; display: table; clear: both; position: relative !important; }
*:after, *:before { font-family: "Font Awesome 5 Free"; font-weight: 900; }

/* oocss */
.hide { display: none; }
.bg-grey { background-color: #616161; }
.bg-blue { background-color: #3359a6; }
.bg-orange { background-color: #f59722; }
.bg-red { background-color: #E54028; }
.bg-green { background-color: #01A4A4; }
.text-green { color: #1fa6bd; }
.text-red { color: #E54028; }
.text-orange { color: #F18D05; }
.text-blue { color: #113F8C; }
.text-grey { color: #616161; }
.text-ligth-grey { color: #818181; }
.msg-green { color: #01A4A4; font-weight: normal; font-size: 11px; }
.msg-red { color: #E54028; font-weight: normal; font-size: 11px; }
.msg-orange { color: #f59722; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-15 { margin-bottom: 15px; }
.center-align { text-align: center; }
.right-align { text-align: right; }
.m-horizontal-20 { margin-left: 20px; margin-right: 20px; }
.m-horizontal-30 { margin-left: 30px; margin-right: 30px; }
.m-0 { margin: 0; }
.left-align { text-align: left; }
.center-align { text-align: center; }
.right-align { text-align: right; }

/* Form */
form { margin: 0; }
.btn { width: auto; height: auto; padding: inherit; color: #fff; border: 0; border-radius: 3px; font-size: 12px !important; }
.btn-small { height: 27px; line-height: 27px; color: #fff; border: 0; padding: 0 14px; font-size: 11px; }
.btn-large { height: 36px; line-height: 36px; color: #fff; border: 0; padding: 0 20px; font-size: 13px; font-weight: bold; }
section { clear: both; overflow: hidden; border-bottom: 1px solid #fff; }

/* 사이드바 */
@keyframes swing { 
   0% {  transform: rotate(0deg); } 
   10% {  transform: rotate(10deg); } 
   30% {  transform: rotate(0deg); } 
   40% {  transform: rotate(-10deg); } 
   50% {  transform: rotate(0deg); } 
   60% {  transform: rotate(5deg); } 
   70% {  transform: rotate(0deg); } 
   80% {  transform: rotate(-5deg); } 
  100% {  transform: rotate(0deg); }
}
@keyframes sonar { 
  0% { transform: scale(0.9); opacity: 1; } 
 100% { transform: scale(2); opacity: 0; }
}

/* 로그인 */
.login-container { position: relative; width: 100%; height: 100vh; text-align: center; background-color: #3359a6; }
.login-box { position: absolute; top: 50%; left: 50%; max-width: 400px; transform: translate(-50%, -60%); width: 90%; }
.login-box p { position: relative; font-size: 36px; font-weight: lighter; color: #fff; }
.login-box p > img { position: relative; top: 10px; }
.login-box .login-form { padding: 30px; color: #fff; }
.login-box .login-form li { margin-bottom: 20px; }
.login-box .login-form li:last-child { margin-top: 30px; }
.login-box .login-form label { display: block; margin-bottom: 5px; text-align: left; font-size: 11px; color: #0bf2ff; }
.login-box input, .login-box button { width: 100%; border-radius: 5px; }
.login-box input { height: 40px; line-height: 40px; }
.login-box button { height: 42px; line-height: 42px; border: 0; background-color: #0bf2ff; color :#3359a6; font-size: 13px; font-weight: 600; }

@media screen and (min-width: 768px) {
   .login-box input { height: 50px; line-height: 50px; }
.login-box button { height: 52px; line-height: 52px; } 
}

.page-wrapper .theme { display: inline-block; width: 40px; height: 40px; margin: 2px; border-radius: 4px; }
.page-wrapper .theme.chiller-theme { background: #1e2229; }
.page-wrapper .sidebar-wrapper { left: -1024px; }
.page-wrapper .header-top { z-index: 99; position: absolute; top: 0; left: 0; width: 100%; height: 60px; background-color: #fff; box-shadow: 0 0 7px #35353552; }

#show-sidebar { z-index: 1001; position: fixed; right: 20px; top: 24px; width: 19px; height: auto; border-radius: 0 4px 4px 0px; font-size: 17px; }
.page-wrapper.toggled .sidebar-wrapper { left: 0;} 
.page-wrapper.toggled #show-sidebar { box-shadow: none; }

.sidebar-wrapper { z-index: 999; position: fixed; overflow-y: scroll; top: 0; width: 100%; height: 100%; max-height: 100%; -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -ms-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease; }
.sidebar-wrapper::-webkit-scrollbar { display: none; }
.sidebar-wrapper ul { list-style-type: none;  padding: 0;  margin: 0; }
.sidebar-wrapper a { text-decoration: none; }
.sidebar-content { overflow-y: auto; position: relative; height: 100%; }
.sidebar-content .m-logo { padding: 50px 34px 20px; font-size: 24px; font-weight: 100; }
.sidebar-content .m-logo a { color: #fff; font-family: "NanumSquare";}
.sidebar-content .m-logo a:hover { text-decoration: none; }
.sidebar-content .m-logo strong { font-weight: 600; }
.sidebar-wrapper .sidebar-menu { padding: 10px 0 0; }
.sidebar-wrapper .sidebar-menu .header-menu span { font-weight: bold; font-size: 14px;  padding: 15px 20px 5px 20px;  display: inline-block; }
.sidebar-wrapper .sidebar-menu ul li a { display: inline-block; width: 100%; text-decoration: none;  position: relative;  padding: 13px 40px; font-size: 15px; letter-spacing: -0.05rem; }
.sidebar-wrapper .sidebar-menu ul li a i { margin-right: 10px;  font-size: 12px;  width: 30px;  height: 30px;  line-height: 30px;  text-align: center;  border-radius: 4px; }
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before { display: inline-block;  animation: swing ease-in-out 0.5s 1 alternate; }
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after { font-family: "Font Awesome 5 Free";  font-weight: 900;  content: "\f105";  font-style: normal;  display: inline-block;  font-style: normal;  font-variant: normal;  text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  text-align: center;  background: 0 0;  position: absolute;  right: 40px; top: 13px; color: #5e7ea5; }
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul { padding: 5px 0; }
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li { padding-left: 25px;  font-size: 13px; }
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a { padding: 9px 30px 8px 34px; }
.sidebar-wrapper .sidebar-menu .sidebar-submenu { display: none; }
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after { transform: rotate(90deg);  right: 40px; }
.page-wrapper .page-content { display: inline-block; overflow-x: hidden; width: 100%; height: 100vh; padding: 60px 0 0; background-color: #ECF2FA; }

.chiller-theme .sidebar-wrapper { background: #3359a6; }
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a { color: #fff; }
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i { color: #3bd1d2; }
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {  color: #16c7ff;   text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5); }
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {  background: #234488; }
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {  color: #6c7b88; }

@media screen and (min-width: 768px) { 
    #show-sidebar { z-index: 1000; top: 28px; right: 37px; color: #101010; }
    .page-wrapper .page-content { padding: 70px 0 0; }
    .page-wrapper.toggled .page-content { padding-left: 0; }
    .page-wrapper .header-top { height: 70px; }
    .sidebar-content .m-logo { display: none; }
    .sidebar-wrapper .sidebar-menu { padding: 20px 0 0; }
    .sidebar-wrapper .sidebar-menu ul li a { padding: 20px 46px; }
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after { top: 20px; }
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a { padding: 15px 30px 14px 34px; font-size: 13px; }
    .page-wrapper .sidebar-wrapper { top: 70px; left: 0; width: 300px; height: calc(100vh - 70px); box-shadow: 0 4px 7px rgba(0, 0, 0, 0.31); }
    .page-wrapper.toggled .sidebar-wrapper { left: -300px; }
}
@media screen and (min-width: 1024px) { 
    #show-sidebar { right: 45px; }
}

@media screen and (min-width: 1280px) {
    #show-sidebar { top: 84px; left: 300px; width: 36px; padding: 9px 1px 5px 0; background: #438de0; box-shadow: 5px 2px 6px 0px rgba(0, 0, 0, 0.15); }
    .page-wrapper.toggled #show-sidebar { left: 0; }
    #show-sidebar, .page-wrapper .page-content { transition: all 0.3s ease; }
    .table-contents { min-height: calc(100vh - 220px); }
    .page-wrapper .page-content { padding: 70px 0 0 300px; }
    .table-top .list-num { float: left; }
    .table-top .flexd { float: left;  }
    .table-top .search-container { float: right; justify-content: flex-end; }
}

/* 메뉴버튼 */
#nav-icon { width: 19px; height: 22px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } 
#nav-icon span { display: block; position: absolute; height: 3px; width: 100%; background: #333; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } 
#nav-icon span { display: block; position: absolute; height: 3px; width: 50%; background: #333; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } 
#nav-icon span:nth-child(even) { left: 50%; border-radius: 0 9px 9px 0; } 
#nav-icon span:nth-child(odd) { left:0px; border-radius: 9px 0 0 9px; } 
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) { top: 0px; } 
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) { top: 6px; } 
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) { top: 12px; } 
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 
#nav-icon.open span:nth-child(1) { left: 1px; top: 4px; } 
#nav-icon.open span:nth-child(2) { left: calc(50% - 1px); top: 4px; } 
#nav-icon.open span:nth-child(3) { left: -50%; opacity: 0; } 
#nav-icon.open span:nth-child(4) { left: 100%; opacity: 0; } 
#nav-icon.open span:nth-child(5) { left: 1px; top: 12px; } 
#nav-icon.open span:nth-child(6) { left: calc(50% - 1px); top: 12px; } 
.page-wrapper.toggled #show-sidebar #nav-icon span { background-color: #fff; }

@media screen and (min-width: 768px) { 
    .page-wrapper.toggled #show-sidebar #nav-icon span { background-color: #333; transform: none !important; transition: none; } 
    #nav-icon.open span:nth-child(1) { left: 0; top: 0; }
    #nav-icon.open span:nth-child(2) { left: 9px; top: 0; }
    #nav-icon.open span:nth-child(3) { opacity: 1; left: 0; }
    #nav-icon.open span:nth-child(4) { opacity: 1; left: 9px; }
    #nav-icon.open span:nth-child(5) { left: 0; top: 12px; }
    #nav-icon.open span:nth-child(6) { left: 9px; top: 12px; }
}
@media screen and (min-width: 1280px) {
    #nav-icon { margin: 0 auto; }
    .page-wrapper.toggled #show-sidebar #nav-icon span { background-color: #fff; transform: none; }
}

/* Header */
.header { z-index: 3; position: relative; width: 100%; height: 60px; background-color: #fff; }
.logo { float: left; margin: 13px 0 0 16px; }
.logo a { display: block; }
.logo a img { width: 90%; }
.top-status { position: relative; padding: 20px 20px 20px 100px; color: #fff; font-weight: 300; font-size: 14px; letter-spacing: 0; background-color: #448DE0; }
.top-status > p { margin-bottom: 0; }
.top-status a { font-size: 16px; }
.top-status .icon { display: inline-block; position: absolute; top: 15px; left: 35px; padding: 15px; margin-bottom: 10px; border-radius: 100%; background-color: #fff; }
.top-status .icon > i { font-size: 20px; color: #438de0; }
.top-status strong { color: #0bf2ff; font-weight: 600; }
.top-date { display: none;}
.top-date i { position: relative; top: 5px; margin-right: 0px; font-size: 20px; color: #55a5ff; }
.top-date input { width: auto; height: auto; padding: 0 0 0 10px; margin: 0 0px; border: 0; line-height: 60px; background-color: transparent; }
.logout { position: absolute; top: 8px; left: 2px; display: inline-block; padding: 5px 16px; font-size: 11px; letter-spacing: 0; color: #fff !important; font-family: "NanumSquare"; }
.logout:hover { background-color: #3459A6; color: #fff !important; text-decoration: none; }
.header-top .logout { display: none; }

/* Navigation */
.nav { display: none; position: absolute; top: 30px; left: 0; width: 200px; height: calc(100% - 60px); background-color: #22508B; z-index: 2; padding: 30px 0 0 0; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); }
.nav > ul > li {  list-style: none; line-height: 46px; padding: 0 0px; border-bottom: 1px solid #183b67; }
.nav > ul > li:last-child { border-bottom: 0; }
.nav > ul > li > a { font-size: 13px; font-weight: bold; color: #fff; padding: 0 20px; display: block; position: relative; cursor: pointer; }
.nav > ul > li > a > i  { color: #aec1d9; font-size: 20px; position: absolute; top: 12px; right: 20px; }
.nav-sub-menu li { background-color: #183b67; border-bottom: 1px solid #132032; }
.nav-sub-menu li:last-child { border-bottom: 0; }
.nav-sub-menu a { color: #fafafa; text-decoration: none; font-size: 12px; line-height: 36px; display: block; padding: 0 30px; }
.nav-sub-menu { display: none; }

@media (min-width: 768px) {
    .logo { margin: 18px 0 0 40px; }
    .top-status { padding: 40px 20px 20px 100px; }
    .top-status .icon { top: 34px; }
    .logout { top: 8px; left: auto; right: 5px; }
    .top-date { display: block; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; background-color: #2a4b90; }
    .top-date input { color: #fff; }
}

@media (min-width: 1024px) {
    .sidebar-content .logout { display: none; }
}

@media (min-width: 1280px) {
    .nav { display: block; }
    .logout { position: absolute; top: 15px; left: auto; right: 40px !important; padding: 10px 30px 8px; border-radius: 25px; border: 1px solid #3459A6; color: #3459A6 !important; font-weight: 600; }
    .header-top .logout { display: table; }
    .top-status { padding: 30px 20px 30px 100px; }
    .top-status .icon { top: 25px; }
    #nav-icon span { background: #fff; }
}

/* Main */
.dash-btn-row > li { float: left; width: 50%; margin-bottom: 10px; }
.dash-btn { height: auto; box-sizing: initial; border-radius: 3px; }
.dash-btn-item { line-height: 42px; margin:0 5px; background-color: #fff; }
.dash-btn-item i { font-size: 30px; padding-right: 13px; position: relative; top: 6px; }
.dash-btn-item a { display: flex; justify-content: center; padding: 5px 0; font-size: 15px; color: #fff; letter-spacing: -0.025rem; transition: all 0.2s; }
.dash-btn-row a:hover, .dash-row a:hover { text-decoration: none; }
.dash-btn-row a:hover { color: #fff; opacity: 0.5; }
.dash-btn-row > li:nth-child(1) .dash-btn-item a { background-color: #3459A6; }
.dash-btn-row > li:nth-child(2) .dash-btn-item a { background-color: #34a4e2; }
.dash-btn-row > li:nth-child(3) .dash-btn-item a { background-color: #1BD9E3; }
.dash-btn-row > li:nth-child(4) .dash-btn-item a { background-color: #21CBB9; }
.dash-btn-row > li:nth-child(5) .dash-btn-item a { background-color: #f3b917; }
.dash-row { margin: 0 5px; }
.dash-row > li { float: left; width: 100%; }
.dash-card { width: 100%; height: auto; box-sizing: initial; align-items: center; cursor: pointer;border-radius: 5px;}
.dash-item { text-align: center; background-color: #fff; border: 1px solid #ebf2f9; }
.dash-item a { display: table; position: relative; width: 100%; clear: both; padding: 50px 40px; transition: all 0.2s; }
.dash-item a:hover { z-index: 10; box-shadow: 0 0 15px #ddd; }
.dash-item a > img { display: block; position: absolute; right: 30px; top: 50%; width: 17%; transform: translateY(-50%); }
.dash-card:nth-child(6) img, .dash-card:nth-child(8) img { width: 22%; }
.dash-card:nth-child(3) img, .dash-card:nth-child(7) img { width: 20%; }
.dash-item dl { display: block; margin-bottom: 0; text-align: left; font-size: 14px; }
.dash-item dl > dt { margin-bottom: 5px; font-weight: 500; font-size: 18px; }
.dash-item dl > dd { position: relative; margin-bottom: 0; }
.dash-item dl > dd strong { font-size: 20px; color:#35a4e2; }


@media (min-width: 768px) {
    .dash-btn-row > li { width: 33.333333%; }
    .dash-row > li { width: 50%; }
}

@media (min-width: 1024px){
    .dash-row { margin: 0 5px; }
    .dash-btn-row > li { width: 20%; }
    .dash-row > li { width: 25%; }
}
@media (min-width: 1280px){
    
}

/* Contents */
.contents { margin: 25px 20px; }
.page-title { font-family: 'Malgun Gothic', 'Noto Sans';  font-weight: bold; font-size: 18px;  color: #414141; }
.page-title i { position: relative; top: 2px; color: #484848; padding-right: 3px; }
.page-title span { display: block; line-height: 1.3; padding-left: 3px; margin-top: 5px; font-size: 12px; color: #4e8bd6; font-weight: 500; }

/*  */
.wid-50 > div { float: left; width: 50%; }
.wid-33 > div { float: left; width: 33.33333%; }

/* 라디오 */
.radio { position: relative; }
.radio input { position: absolute; top: 1px; left: 0; }
.radio label { display: inline-block; padding-left: 10px; }

/* 셀렉트박스 */
.search-container div { margin-bottom: 5px; overflow: hidden; }
.select-box, .input-box { position: relative; overflow: hidden; height: 40px; line-height: 40px; border: 1px solid #ddd; border-radius: 25px; }
.select-box select { font-size: 13px; background-color: #fff; border: 0;}
.select-box:after { content:"\f078"; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-size: 10px; }
.text-box { line-height: 40px; padding-right: 10px; font-size: 16px; }
.input-box { overflow: hidden; }
.input-box.disabled { padding: 0 20px; background-color: #e8e8e8; border-color: #e8e8e8; }
.search-container .btn { width: 100%; height: 42px; padding: 0; background-color: #3459A6; font-size: 14px; border-radius: 25px; }

@media (min-width: 768px) {
    .contents { margin: 30px; }
    .search-container { display: flex; }
    .search-container div { margin-bottom: 0; }
    .search-container .select-box { width: 30%; }
    .search-container .input-box { width: 50%; }
    .search-container .search-btn { width: 20%; }
    .page-title span { display: inline-block; }
}

@media (min-width: 1024px) {
    .contents { margin: 40px; }
    .page-title { margin-bottom: 20px; font-size: 24px; font-weight: normal; letter-spacing: -0.025rem; }
    .search-container { min-width: 730px; }
}
@media (min-width: 1280px) {
    .contents { max-width: 1300px; margin: 55px 40px 40px 60px; }
}

/* 중복확인 버튼 부분 */
.flex-contents { display: flex; }
.flex-contents .input-box { width: 75%; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; }
.flex-contents .button { width: 25%; }
.flex-contents .button input, .flex-contents .button button { width: 100%; height: 40px; line-height: 27px; border-radius: 0 25px 25px 0; }

/* 이메일 계정 */
.e-mail .disabled { padding: 0; border-radius: 25px !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.e-mail .disabled input { background-color: transparent; }

.tip { padding: 15px 20px; margin-top: 15px; background-color: #f9f9f9; border-radius: 5px; }

/* Table */
.table-contents { min-height: calc(100vh - 240px); padding: 20px; margin: 20px 0; background-color: #fff; }
.table-top { margin-bottom: 5px; }
.table-top .list-num { line-height: 2; margin: 0 0 3px 6px; font-weight: 500; color: #666; }
.table-top .list-num > strong { color: #235DA4; }
.table-top .search-container {  }
.table-list { overflow-x: scroll; min-height: 150px; margin: 30px 0 10px; }
.table-list a { font-weight: bold; color: #113F8C; }
.table-list table { width: 100%; min-width: 1100px; text-align: center; }
.table-list th { border-top: 2px solid #3459A6; border-bottom: 1px solid #ddd; line-height: 40px; background-color: #f8f8f8; }
.table-list tbody tr:hover { background-color: #f5f5f5; }
.table-list td { line-height: 50px; padding: 0 10px; border-bottom: 1px solid #e1e1e1; }
.table-list .btn { height: auto; font-size: 12px; }
.table-bottom .pagination { justify-content: center; text-align: center; }
.table-bottom .pagination i { padding: 0 5px; color: #cacaca; }
.table-bottom .pagination span { font-size: 12px; font-weight: bold; padding: 0 3px; }
.table-bottom .pagination strong { color: #01A4A4; padding: 0 5px; font-size: 13px; }
.flexd { display: flex; margin-bottom: 10px; }

@media (min-width: 768px) {
    .table-contents { padding: 20px 25px; }
    .table-top { padding: 20px 0 0; }
    .table-top .list-num { line-height: 40px; }
    .table-list { margin: 30px 0 10px; }
}

/* Form */
.form-list { margin-bottom: 15px; }
.form-list li { margin-bottom: 20px; }
.form-list label { display: block; line-height: 2; margin-left: 10px; color: #333; font-weight: 600; }
.form-list li span { display: block; line-height: 1.4; margin: 5px 0 0 10px; }
.form-list li .domain { background-color: #f9f9f9; padding: 15px; }
.form-list li .domain > label { margin-left: 0; }
.form-list li .domain .flex-contents { padding: 10px 0; }
.form-list li .domain .flex-contents > p { line-height: 40px; padding-right: 5px; margin: 0 10px 0 5px; font-size: 14px; color: #999; }
.form-list li .domain .flex-contents .input-box { width: 60%; }
.form-list li .two .button { overflow: hidden; height: 40px; line-height: 40px; border-radius: 25px; }
.form-list li .two .flex-contents .input-box { width: 50%; }
.form-list li .two .flex-contents { padding: 0 0 10px; }
.form-list li .two .flex-contents .select-box { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.form-list li .two .flex-contents .select-box:after { right: 10px; }
.form-list li .two .flex-contents .select-box select { padding: 0 10px; font-size: 12px; }

.form-list table { width: 100%; }
.form-list td { line-height: 42px; padding: 0 15px; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; }
.form-list td:first-child { width: 20%; background-color: #f5f5f5; }
.form-list td:last-child { width: 80%; border-right: 1px solid #d1d1d1; }
.form-list td i { position: relative; color: #818181; }
.form-list td i:hover .help-box { display: block; }

/*  */
.disabled-text li {  }

.help-box { display: none; position: absolute; top: -22px; left: 9px; min-width: 100px; text-align: center; background-color: #01A4A4; color: #fff; padding: 3px 7px; border-radius: 5px 5px 5px 0; font-size: 11px; }

.form-box { padding: 15px 30px; background-color: #f1f1f1; border: 1px solid #e1e1e1; text-align: center; }
.form-box li { display: inline-block; padding: 0 10px; }
.form-box label { font-weight: bold; }

@media (min-width: 768px) {
    .form-list { padding: 25px 20px 10px; margin-bottom: 0; border-bottom: 2px solid #ebf2f9; }
    .form-list li { float: left; width: 50%;}
    .form-list li > div { padding: 0 10px; }
    .domain-container li { float: none; width: 100%; }
    .form-list li .domain { padding: 25px; margin: 10px; }
}

/* Popup */
.pop-list { padding: 20px; }
.pop-title { font-family: 'Malgun Gothic', 'Noto Sans'; font-weight: bold; font-size: 14px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #183b67; color: #22508B; }
.pop-title span { display: block; font-size: 11px; color: #818181; padding-left: 5px; }
.pop-list table { width: 100%; margin-bottom: 15px; border-top: 2px solid #c1c1c1; }
.pop-list td { line-height: 36px; padding: 0 10px; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; }
.pop-list td:first-child { width: 40%; background-color: #f5f5f5; }
.pop-list td:last-child { width: 70%; border-right: 1px solid #d1d1d1; }

blockquote { border: 2px dotted #d1d1d1; padding: 15px 30px; margin: 15px; }
blockquote dt { font-weight: bold; margin-bottom: 10px; }
blockquote dd { line-height: 24px; margin-left: 15px; }

article { margin-bottom: 30px; }
.article-title { font-size: 13px; font-weight: bold; margin-bottom: 8px; color: #616161; }

.hasdate, .hasDatepicker {background:#D8E1E8; text-align:center; height:18px; vertical-align:middle;}
/* DNS Tab */
.dns-tab { font-size: 0; margin-bottom: -1px; }
.dns-tab li { display: inline-block; line-height: 42px; border: 1px solid #d1d1d1; width: 150px; text-align: center; border-right: 0; background-color: #f1f1f1; box-sizing: inherit; border-radius: 5px 5px 0 0;  }
.dns-tab li:last-child { border-right: 1px solid #d1d1d1; }
.dns-tab .active { background-color: #fff; border-bottom: 1px solid #fff; }
.dns-tab .active a { color: #22508B; }
.dns-tab li a { font-size: 12px; display: block; font-weight: bold; color: #a1a1a1; }
.dns-tab-contents { border: 1px solid #d1d1d1; padding: 15px 30px 30px 30px; background-color: #fff;  }
