* {
  max-height: 1000000px;
} /* android font-size fixed */
body {
  color: #666;
}

/* 기본설정 */
#hostingkr_sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f3f3f5;
}
#hostingkr_sidebar h2 {
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border-bottom: 3px solid #333;
  margin-top: 3px;
  margin-bottom: 5px;
}
#hostingkr_sidebar ul {
  margin: 5px 0 0 5px;
  padding: 0;
  list-style: none;
  display: block;
}
#hostingkr_sidebar ul > li {
  border-bottom: 1px solid #dfdfdf;
}
#hostingkr_sidebar ul > li:last-child {
  border-bottom: 0px;
}
#hostingkr_sidebar ul > li > a {
  display: block;
  height: 40px;
  line-height: 43px;
  text-decoration: none;
  font-size: 15px;
  color: #465760;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
#hostingkr_sidebar ul > li > a:before {
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 5px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 20px;
  height: 5px;
  margin: auto;
}
#hostingkr_sidebar ul > li.active > a {
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
#hostingkr_sidebar ul > li.active > a:before {
  display: none;
}
#hostingkr_sidebar ul > li.active > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid;
  border-color: #00adbb;
  border-right-color: #fff;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}

#hostingkr_sidebar ul > li > ul {
  margin-bottom: 5px;
  margin-left: 0px;
  display: none;
}
#hostingkr_sidebar ul > li.active > ul {
  display: block;
}
#hostingkr_sidebar ul > li > ul > li {
  border-bottom: 0px;
}
#hostingkr_sidebar ul > li > ul > li > a {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #8c98a7;
  padding-left: 40px;
  padding-right: 7px;
}
#hostingkr_sidebar ul > li > ul > li > a:before {
  display: none;
}
#hostingkr_sidebar ul > li > ul > li > a:hover {
  color: #465760;
  background-color: #d3d8d9;
}
#hostingkr_sidebar ul > li.active > ul > li.active > a {
  font-weight: 700;
  font-size: 13px;
  background: none;
  color: #465760;
}
#hostingkr_sidebar ul > li.active > ul > li.active > a:after {
  display: none;
}

/* 컬러 옵션 */
#hostingkr_sidebar.type_green h2 {
  color: #00adbb;
  border-bottom-color: #00adbb;
}
#hostingkr_sidebar.type_green ul > li.active > a {
  background-color: #00adbb;
}

#hostingkr_sidebar.type_green ul > li.active > a:after {
  border-color: #00adbb;
  border-right-color: #fff;
}

/* 고객센터 컬러 옵션 */
#hostingkr_sidebar.type_red h2 {
  color: #bc1616;
  border-bottom-color: #bc1616;
}
#hostingkr_sidebar.type_red ul > li.active > a {
  background-color: #bc1616;
}
#hostingkr_sidebar.type_red ul > li.active > a:after {
  border-color: #bc1616;
  border-right-color: #fff;
}

/* 도메인컬러 옵션 */
#hostingkr_sidebar.type_ygreen h2 {
  color: #8ec208;
  border-bottom-color: #8ec208;
}
#hostingkr_sidebar.type_ygreen ul > li.active > a {
  background-color: #8ec208;
}
#hostingkr_sidebar.type_ygreen ul > li.active > a:after {
  border-color: #8ec208;
  border-right-color: #fff;
}

/* 프리홈컬러 옵션 */
#hostingkr_sidebar.type_blue h2 {
  color: #00adbb;
  border-bottom-color: #00adbb;
}
#hostingkr_sidebar.type_blue ul > li.active > a {
  background-color: #00adbb;
}
#hostingkr_sidebar.type_blue ul > li.active > a:after {
  border-color: #00adbb;
  border-right-color: #fff;
}

/* 구글컬러 옵션 */
#hostingkr_sidebar.type_navy h2 {
  color: #17375e;
  border-bottom-color: #17375e;
}
#hostingkr_sidebar.type_navy ul > li.active > a {
  background-color: #17375e;
}
#hostingkr_sidebar.type_navy ul > li.active > a:after {
  border-color: #17375e;
  border-right-color: #fff;
}

/* 나의서비스관리 컬러 옵션 */
#hostingkr_sidebar.type_red2 h2 {
  color: #d91914;
  border-bottom-color: #d91914;
}
#hostingkr_sidebar.type_red2 ul > li.active > a {
  background-color: #d91914;
}
#hostingkr_sidebar.type_red2 ul > li.active > a:after {
  border-color: #d91914;
  border-right-color: #fff;
}
/* 솔루션컬러 옵션 */
#hostingkr_sidebar.type_purple h2 {
  color: #6e9ee6;
  border-bottom-color: #6e9ee6;
}
#hostingkr_sidebar.type_purple ul > li.active > a {
  background-color: #6e9ee6;
}
#hostingkr_sidebar.type_purple ul > li.active > a:after {
  border-color: #6e9ee6;
  border-right-color: #fff;
}

/* 웹호스팅컬러 옵션 */
#hostingkr_sidebar.type_orange h2 {
  color: #ee870d;
  border-bottom-color: #ee870d;
}
#hostingkr_sidebar.type_orange ul > li.active > a {
  background-color: #ee870d;
}
#hostingkr_sidebar.type_orange ul > li.active > a:after {
  border-color: #ee870d;
  border-right-color: #fff;
}
/*font-awseome 아이콘 간격*/
#hostingkr_sidebar .fa {
  width: 15px;
}

/*  2015 신규추가 */
.new_headline {
  display: block;
  height: 20px;
}
.new_head_title {
  height: 175px;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.new_head_title h3 {
  font-size: 30px;
  line-height: 34px;
  color: #333;
  margin: 32px 0 10px 0;
}
.new_head_title p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.new_head_title a {
  display: block;
  background-color: #6e9ee6;
  width: 142px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #618fd5;
}
.new_head_title img {
  position: absolute;
  top: -15px;
  right: 0;
}

#devide_tab > li {
  display: inline-block;
  border: 1px solid rgba(142, 194, 8, 1);
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 5px;
  cursor: pointer;
}
#devide_tab > li > span {
  display: block;
  font-size: 18px;
}
#devide_tab > li > span:hover {
  color: #8ec208;
}

.tabSelect {
  color: #8ec208;
  background-color: #ffffff;
  font-weight: bold;
}

#tab > li {
  display: inline-block;
  background-color: #f3f3f5;
  border: 0px solid rgba(145, 145, 145, 1);
}
#tab > li > a {
  display: block;
  padding: 10px 18px;
  height: 15px;
  cursor: pointer;
}
#tab > li > a:hover {
  background-color: #8ec208;
  color: #fff;
}

.menu_tab li.active a {
  background-color: #8ec208;
  color: #fff;
}

#miniTab {
  margin-top: 20px;
}
#miniTab > li {
  display: inline-block;
  background-color: #f3f3f5;
  border-top: 1px solid rgba(223, 223, 223, 1);
  border-left: 1px solid rgba(223, 223, 223, 1);
  border-right: 1px solid rgba(223, 223, 223, 1);
}
#miniTab > li > a {
  display: block;
  padding: 4px 18px;
  height: 15px;
  cursor: pointer;
}
#miniTab > li > a:hover {
  background-color: #8ec208;
  color: #fff;
}

.menu_miniTab li.active a {
  background-color: #00adbb;
  color: #fff;
}

#tab_cont .domainTable {
  float: left;
  width: 100%;
  border-top: 2px solid #919191;
  border-bottom: 1px solid #acacac;
  border-collapse: collapse;
}
.domainTable thead td {
  padding: 10px 0 10px 9px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}
.domainTable .hLine {
  border-bottom: 1px solid #919191;
}
.domainTable tbody td {
  width: 123px;
  padding: 10px 0 10px 9px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}
.domainTable label {
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
}
.domainTable .lLine {
  border-left: 1px solid #e0e0e0;
}
.domainTable .nation {
  text-align: center;
  align-content: center;
  font-size: 13px;
  border-right: 1px solid #919191;
}

#notice_wrap .dash ul li {
  padding-left: 18px;
  background: url('../../images/cb/common/bul/dash_mysvc.gif') no-repeat 8px 7px;
  line-height: 180%;
  padding-top: 1px;
}
#notice_wrap .dash ul.domain li {
  background: url('../../images/cb/common/bul/dash_domain.gif') no-repeat 8px
    10px;
}

#agreement_info a,
#krpolicy a {
  text-decoration: underline;
}

/* 2017.06.06 */
.h_tab {
  margin-bottom: 20px;
}
.h_tab ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.h_tab ul li a {
  display: block;
  padding: 11px 0;
  font-weight: bold;
  color: #444444;
  background-color: #f3f3f5;
  border: 1px solid #bdc1c3;
  border-right: 0;
}
.h_tab ul li:last-child a {
  border-right: 1px solid #bdc1c3;
}
.h_tab ul li.active a {
  color: #fff;
  background-color: #8ec208;
  border-bottom-color: transparent;
}
.sub_tab {
  margin-bottom: 20px;
}
.sub_tab ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.sub_tab ul li a {
  display: block;
  font-weight: bold;
  line-height: 38px;
  color: #444444;
  background-color: #d9d7d6;
  border: 1px solid #bdc1c3;
  border-right: 0;
}
.sub_tab ul li:last-child a {
  border-right: 1px solid #bdc1c3;
}
.sub_tab ul li.active a {
  color: #00adbb;
  background-color: #ffffff;
  border-bottom-color: transparent;
}
.tab_list {
  display: none;
}

.btn.btn-success {
  background-color: #8ec208;
  border-color: #729e32;
  color: #fff;
}
.btn.btn-danger {
  background-color: #d91914;
  border-color: #9d0000;
  color: #fff;
}
.btn.btn-orange {
  background-color: #ff7534;
  color: #fff;
}
a.btn-success,
a.btn-danger {
  color: #fff;
}
.btn.btn-xxs {
  font-size: 10px;
  padding: 0px 4px;
  cursor: default;
}
.btn.btn-not {
  cursor: default;
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.sub_title {
  font-size: 17px;
  font-weight: bold;
  color: #595959;
}
.txt_red {
  font-weight: bold;
  color: #da0605;
}
.tit_select .select {
  display: inline-block;
  margin-bottom: 10px;
}

ul.info li {
  margin-bottom: 2px;
  padding-left: 7px;
  background: url(../../images/cb/common/bul/bul_square01.gif) no-repeat 0 6px;
}

/*
 * @LNB 스타일조정 - by Crebiz
 * @Date : 2018-01-08
*/
#hostingkr_sidebar {
  background-color: #fff;
}
#hostingkr_sidebar > ul {
  border-top: 1px solid #222;
}
#hostingkr_sidebar[class^='type'] h2 {
  height: auto;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 50px 0 12px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #222;
  border-bottom: 2px solid #222;
}
#hostingkr_sidebar ul {
  margin: 0;
  background-color: #fbfbfb;
}
#hostingkr_sidebar ul > li {
  border-bottom: 1px solid #e9e9e9;
}
#hostingkr_sidebar ul > li > a {
  height: 44px;
  padding-left: 20px;
  line-height: 44px;
}
#hostingkr_sidebar ul > li > a > span {
  background: none !important;
}
#hostingkr_sidebar ul > li > a:before {
  content: '\f0d7';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 5px;
  top: 50%;
  left: unset;
  bottom: 0;
  right: 20px;
  height: 5px;
  margin: 0;
  border: 0;
  background: none;
}
#hostingkr_sidebar[class^='type'] ul > li.active > a {
  background-color: #00adbb;
}
#hostingkr_sidebar[class^='type'] ul > li.active > a:after {
  content: '\f0de';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 5px;
  top: 50%;
  left: unset;
  bottom: 0;
  right: 30px;
  height: 5px;
  margin: 0;
  border: 0;
  background: none;
}
#hostingkr_sidebar ul > li.active > ul {
  margin: 10px 0;
}
#hostingkr_sidebar ul > li.active > ul > li.active > a {
  font-weight: 700;
  font-size: 13px;
  background: none;
  color: #465760;
}
#hostingkr_sidebar ul > li.active > ul > li.active > a:after {
  display: none;
}
#hostingkr_sidebar ul > li > ul li {
  position: relative;
  padding: 0 !important;
}
#hostingkr_sidebar ul > li > ul li::before {
  position: absolute;
  top: 10px;
  left: 26px;
  content: 'ㆍ';
  line-height: 1;
}
#hostingkr_sidebar ul > li > ul > li > a {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  color: #666;
  padding-left: 40px;
}
#hostingkr_sidebar ul > li > ul > li > a:hover {
  color: #8c98a7;
  background: none;
}
#hostingkr_sidebar[class^='type'] i {
  display: none;
}
#side {
  margin-top: 0 !important;
  display:none;
}
#side_menu {
  border-bottom: 1px solid #e9e9e9;
}
#notice_wrap .dash ul li {
  position: relative;
  padding-left: 12px;
  background: none;
  line-height: 180%;
  padding-top: 1px;
}
#notice_wrap .dash ul li::before {
  content: '-';
  position: absolute;
  left: 0;
}
#notice_wrap .dash ul.domain li {
  background: none;
}
.domainTable thead td {
  font-weight: bold;
}
.btn.btn-success {
  background-color: #00adbb;
  border-color: #00adbb;
  color: #fff;
}
.btn.btn-danger {
  background-color: #00adbb;
  border-color: #00adbb;
  color: #fff;
}
.btn.btn-orange {
  background-color: #00adbb;
  border-color: #00adbb;
  color: #fff;
}
.h_tab ul li.active a {
  color: #fff;
  background-color: #00adbb !important;
  border-bottom-color: transparent;
}
#miniTab > li > a:hover {
  background-color: #00adbb;
}

@media screen and (max-width: 840px) {
  #side{
    display: none;
  }
  #wrap {
    margin: 0 auto;
    width: auto;
    margin-top:0px !important;
    padding-top: 0px;
    position: relative;
    min-height: calc(100vh - 245px);
   }
  #hkcontent{
    float: none;
    width:auto;
  }

  #hkcontent > form > div > img{
    width:100%;
    margin-top: 20px;
  }
}