@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-tab {
    height: 50px;
    text-align: center;
    margin-top: -49px;
    position: relative;
    z-index: 99;
}

.sub-tab > ul:after {
    content: "";
    display: block;
    clear: both;
}

.sub-tab li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: rgba(3, 40, 75, .75);
}

.sub-tab li:last-child a {
    border-right: 1px solid #fff;
}

.sub-tab li a:hover {
        font-weight: 300;
        background-color: rgba(51, 122, 183, 1.0);
}

.sub-tab li.active {
}

.sub-tab li.active a {
    color: #fff;
    background-color: rgba(51, 122, 183, 1.0);
}

.sub-tab.fixed {
    z-index: 777;
    position: sticky;
    top: 99px;
    left: 0;
    width: 100%;
}

.sub-tab.fixed ul {
    margin: 0 auto;
    width: auto;
}

.sub-tab.fixed a {
  background-color: rgba(3, 40, 75, .85);
}

.sub-tab > ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 200px;
    height: 50px;
    white-space: nowrap;
}

#sw {
  background: #eef2f6;
  width: 100%;
}

.title-divider {
    text-align: left;
    margin: 0.5em 0 1em;
    background: #ffffff url(/images/bg_divider.png) left center repeat-x;
    padding: 0;
}

.title-divider span {
    background: #ffffff;
    padding-right: 0.5em;
    font-weight: 500;
}

.title-divider small {
    display: block;
    color: rgba(51, 51, 51, 0.6);
}

/* 서브상단 페이지네비 */
.whois-sub-page-guide {
    background-color: #fafafa;
    overflow: hidden;
}

.whois-sub-page-guide .whois-sub-page-guide-navi {
    padding: 14px 0 14px 0;
    font-size: 12px;
    text-align: right;
    color: #888888;
}

.whois-sub-page-guide .whois-sub-page-guide-navi b {
    color: #333;
}

.call-button {
    top: 159px;
}

.call-b {
    top: 189px;
}

.favo-button {
    display: none;
}

@media only screen and (min-width:1570px) {
  .call-button {
      top: 108px;
  }
  .call-b {
      top: 140px;
  }
}

@media only screen and (max-width:1570px) {
  .call-button {
      top: 159px;
  }
  .call-b {
      top: 189px;
  }
}

@media only screen and (min-width:1200px) {
    .sub-tab > ul {
        margin: 0 auto;
        display: inline-block;
    }


    .form-inline .form-group {
        width: 49.6%;
        display: inline-block;
        padding: 0 10px;
    }


}

@media only screen and (max-width:1200px) {
    .sub-tab.fixed {
        top: 150px;
    }

    .sub-tab li:first-child a {
        border-left: 0;
    }

    .sub-tab li:last-child a {
        border-right: 0;
    }

    .sub-tab .col-1 li {
        width: 100%;
    }

    .sub-tab .col-2 li {
        width: 50%;
    }

    .sub-tab .col-3 li {
        width: 33.33%;
    }

    .sub-tab .col-4 li {
        width: 25%;
    }

    .sub-tab .col-5 li {
        width: 20%;
    }

    .sub-tab .col-6 li {
        width: 16.66%;
    }

    .form-inline .form-group {
        width: 49.6%;
        display: inline-block;
        padding: 0 10px;
    }
}

@media only screen and (max-width:1000px) {
    h2.title-divider {
        font-size: 2rem;
    }
    .sub-tab.fixed {
        top: 115px;
    }

    .call-button {
        right: 20px;
        top: 115px;
        width: 130px;
        height: 50px;
    }

    .call-b {
        top: 136px;
    }


  .sub-tab li a {
      font-size: 15px;
  }

    .sub-tab {
        height: 50px;
        margin-top: -1px;
        position: relative;
    }

    .sub-tab.fixed {
        top: 66px;
    }



    .whois-sub-page-guide .whois-sub-page-guide-navi {
        width: 100%;
        padding: 14px 0 14px 0;
        float: right;
    }

    .form-inline .form-group {
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width:480px) {
    .sub-tab li a {
        font-size: 13px;
    }

}

@media only screen and (max-width:440px) {
    .sub-tab li a {
        font-size: 13px;
    }
}

@media only screen and (max-width:400px) {
    .sub-tab li a {
        font-size: 11px;
        font-weight: 400;
    }
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
    padding: 50px 0px;
    max-width: 1300px;
    margin: 0 auto
}

.sub-contents p {
    white-space: pre-line;
    word-break: break-all;
    font-size: 1.8rem;
    color: #484848;
    font-weight: 400;
    line-height: 1.8;
    word-spacing: 0.15em;
}

.sub-contents p:last-child {
    margin-bottom: 0;
}

.sub-visual {
    width: 100%;
    height: 400px
}

.sub-visual.sub-visual01 {
  background: url('/images/sub_visual_01.png') left/cover, linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub-visual.sub-visual02 {
  background: url('/images/sub_visual_02.png') left/cover, linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub-visual.sub-visual03 {
  background: url('/images/sub_visual_03.png') left/cover, linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub-visual.sub-visual04 {
  background: url('/images/sub_visual_04.png') left/cover, linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub-visual.sub-visual05 {
  background: linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub-visual.sub-visual06 {
  background: linear-gradient(135deg, rgb(23, 38, 69) 0%, rgb(29, 52, 99) 50%, rgb(26, 43, 77) 100%);
  background-blend-mode: hard-light;
}

.sub_title {
    display: table;
    text-align: center;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
}

.sub_title > div {
    display: table-cell;
    vertical-align: middle;
}

.sub_title > div > h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    padding-top: 55px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ssub_title {
    font-size: 2.9rem;
    color: #333;
    margin-bottom: 50px;
        font-weight: 650;
}

.ssub_title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #f37321;
    margin-top: 20px;
    margin-left: 0px
}

.ssub_title3 {
    text-align: center;
}

.ssub_title3:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #f37321;
    margin-top: 20px;
    margin-left: calc(50% - 25px)
}

.ssub_title2 {
    font-size: 40px;
    font-weight: 700;
    color: #0e355b;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
    user-select: none;
}

.ssub_title2:before {
    content: '';
    display: block;
    width: 5px;
    height: 50px;
    background: #f37321;
    position: absolute;
    top: 0;
    left: 0
}

.sub-contents .area_inner {
    width: 1200px;
    margin: 0 auto;
}


.s_inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.ceo_inner {
    position: relative;
    z-index: 2;
}

.ceo_inner .c01_txt {
    width: 80%;
    padding-left: 20px;
    z-index: 100;
}

.ceo_inner img {
    position: absolute;
    left: 80%;
    bottom: 0;
    margin-bottom: 60px;
    max-width: 500rem;
    z-index: 10;
    opacity: 0.45;
}

.c01_txt ._txt{
    font-size: 4.0rem;
}

.c04_txt div{
    font-size: 2rem;
    text-align: center;
    line-height: 3.5rem;
    color: #555;
}

.c04_txt h1{
    font-size: 4rem;
    font-weight: 650;
    color: #444;
}

.c04_txt .value-wrap {
    margin-top: 30px;
    text-align: center;

}

 .c04_txt .value-top {
     display: inline-block;
     margin: 15px;
     padding: 0;
    background-color: rgba(29, 52, 99, 0.95);
 }


.c04_txt .value {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    margin: 0;
    padding: 0;

    width: 195px;
    height: 435px;
    color:#fff;
}

.c04_txt .glyphicon {
    padding:25px 0;
    font-size:6rem;
    color:#fff;
}

.c04_txt .value ._hc{
    font-size:2.5rem;
    font-weight:600;
    padding-top:10px;
    color: #fff;
}

.c04_txt .value ._vc{
    height: 265px;
    font-size: 1.7rem;
    font-weight: 350;
    padding: 15px;
    padding-top:40px;
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
    word-break: normal;
    color:#fff;
    background-color: rgba(255, 255, 255, 0.18);
    text-align: left;
}



@media only screen and (max-width:1200px) {
    #subContents {
      padding: 50px 20px;
        width: 100%
    }

    .sub-contents .area_inner {
        width: 100%;
    }

    .sub-visual {
        height: 400px;
    }

}

@media only screen and (max-width:1000px) {
    .ceo_inner img {
        left: inherit;
        right: 0;
    }

    .ceo_inner .c01_txt {
        width: 76%;
        padding-left: 20px;
    }

    .c01_txt ._txt{
        font-size: 4.0rem;
    }

    .sub-visual {
        height: 250px;
    }

    .sub-visual.board_visual {
        height: 250px;
    }

    .sub_title {
        height: 250px;
    }

    .sub_title.board_title {
        height: 250px;
    }

    .sub_title > div > h1 {
        font-size: 35px;
        padding-top: 65px;
    }

    .sub-contents p {
        font-size: 16px;
    }

    .ssub_title {
        font-size: 28px;
        color: #333;
        margin-bottom: 30px;
    }

    .ssub_title:after {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background: #f37321;
        margin-top: 20px;
    }

    .ssub_title2 {
        font-size: 30px;
        color: #333;
        margin-bottom: 20px;
        position: relative;
        padding-left: 10px;
    }

    .ssub_title2:before {
        content: '';
        display: block;
        width: 3px;
        height: 30px;
        background: #f37321;
        position: absolute;
        top: 0;
        left: 0
    }

    .ceo_inner img {
        width: 200px;
        margin-bottom: 100px;
    }

    .ceo_inner .c01_txt {
        width: 70%;
        padding-left: 5px;
    }

    .c01_txt ._txt{
        font-size: 3.2rem;
    }


    .c04_txt div{
        font-size: 1.7rem;
    }

    .c04_txt h1{
        font-size: 3rem;
    }

}

@media only screen and (max-width:480px) {

  #subContents {
      padding: 30px 5px;
  }

    .sub-visual {
        height: 150px;
    }

    .sub-visual.board_visual {
        height: 200px;
    }

    .sub_title {
        height: 150px;
    }

    .sub_title.board_title {
        height: 200px;
    }

    .sub_title > div {
        padding-top: 0px;
    }

    .sub_title > div > h1 {
        font-size: 27px;
        padding-top: 67px;
    }

    .sub-contents .ssub_title {
        font-size: 25px;
    }

    .sub-contents p {
        font-size: 16px;
    }


    .ssub_title2 {
        font-size: 25px;

    }

    .ceo_inner img {
        width: 0px;
    }

    .ceo_inner .c01_txt {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .c01_txt ._txt{
        font-size: 30px;
    }

    .c04_txt div{
        font-size: 1.6rem;
    }


}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */




/* 게시판 공통 */
.sub-box {
    margin-right: 5px;
    background-color: #ce112d;
    border: 0;
    color: #ffffff;
    display: inline-block;
}

.sub-box.sm {
    font-size: 12px;
    padding: 2px 5px;
}

.sub-box.m {
    font-size: 14px;
    padding: 4px 8px;
}

.sub-box.lg {
    font-size: 16px;
    padding: 6px 12px;
}

.sub-border {
    border: 1px solid #ce112d;
}

.sub-border-t {
    border-top: 1px solid #ce112d;
}

.sub-border-r {
    border-right: 1px solid #ce112d;
}

.sub-border-b {
    border-bottom: 1px solid #ce112d;
}

.sub-border-l {
    border-left: 1px solid #ce112d;
}

.sub-bg {
    background-color: #ce112d;
}

.sub-bg-hover:hover {
    background-color: #e64600;
}

.sub-content {
    width: 1200px;
    margin: 0 auto;
}

.paginate_regular {
    margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .sub-content {
        width: 100%;
    }
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


.input-group label.th {
    z-index: 9;
    display: none;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    height: 20px;
    color: #ccc;
}

.input-group label.th.ie9 {
    z-index: 11;
    display: block;
}

.material-form .desc {
    padding: 10px 0;
}

.chkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.chk-block,
.chk-block span {
    display: block;
    text-align: center;
    width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
    display: none;
}

.chkbox input[type='radio'] ~ .rbtn {
    padding: 6px 12px;
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.chkbox input[type='radio']:checked ~ .rbtn {
    background: #ccc;
    color: #fff;
}

.chkbox input[type='radio'] ~ .box,
.chkbox input[type='checkbox'] ~ .box {
    display: block;
    color: #bbb;
    cursor: pointer;
    transition: 0.5s all ease;
}

.chkbox input[type='radio'] ~ .box:before,
.chkbox input[type='checkbox'] ~ .box:before {
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    transition: 0.4s all ease;
    vertical-align: middle;
    color: #cfcfcf;
    font-family: 'Glyphicons Halflings'
}

.chkbox input[type='radio'] ~ .box:before {
    content: "e165";
}

.chkbox input[type='checkbox'] ~ .box:before {
    content: "e013";
}

.chkbox input[type='radio']:checked ~ .box,
.chkbox input[type='checkbox']:checked ~ .box {
    color: #666;
}

.chkbox input[type='radio']:checked ~ .box:before,
.chkbox input[type='checkbox']:checked ~ .box:before {
    color: #666;
}


/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.content-wrap table {
    width: 100%;
    border-top: 2px solid #e5871d;
    margin: 0;
    margin-top:10px;
}


.board table {
    margin-top:50px;
}

.table>tbody>tr>td, .table>tbody>tr>th {
    padding: 22px 0 17px 0;
    font-weight: 400;
    font-size: 1.7rem;
}

.table>thead>tr>th {
    padding: 18px 0 15px 0;
}

.content-wrap table th,
.content-wrap table td {
    height: 51px;
    font-size: 1.7rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    text-align: center;
}

.content-wrap table th {
    background: #fff;
    font-weight: 500;
}

.content-wrap table td {
    line-height: 26px;
}

.content-wrap table td > span {
    display: inline-block;
    width: 35px;
    background: #faf29f;
    font-size: 16px;
}

.content-wrap table td > span:nth-of-type(2) {
    background: #c1f2b2;
}

.content-wrap table td > span:nth-of-type(3) {
    background: #b0f0f8;
}

.content-wrap table thead th:last-child,
.content-wrap table tbody td:last-child {
    border-right: 0;
}


.qna {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.qna1 {
    display: block;
    width: 11%;
    padding: 0;
    margin: 0;
}

.qna2 {
    display: inline-block;
    width: 59%;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    color: #444;
}

.qna2 .glyphicon {
    font-size:1.3rem;
}

.qna3 {
    display: inline-block;
    width:10%;
    padding: 0;
    margin: 0;
}

.qna4 {
    display: inline-block;
    width: 18%;
    padding: 0 0 0 10px;
    margin: 0;
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
}

.pagination>li>a, .pagination>li>span {
  font-size: 16px;
    padding: 8px 13px;
    color: #888;
    border: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #e5871d;
    border-color: #e5871d;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
    background-color: #ccc;
    border-color: #aaa;
}

.small, small {
    font-size: 18px;
}

.panel-body {
    padding: 15px 15px 15px 15px;
    line-height: 1.5;
}

.dl01 {
  border-top: 2px solid #e5871d;
  margin-top: 10px;
  text-align: left;
}

.dl01 > dt {
    background: ;
    padding: 12px 20px;
    font-size: 1.8rem;
    color: #787878;
    line-height: 140%;
}

.dl01 > dd {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 12px 20px 12px 30px;
    font-size: 1.7rem;
    color: #787878;
}

.dl01 > dd > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dl01 > dd > ul > li {
    margin-top: 10px;
}

.section02_inner a .inner-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  transition: all 0.5s;
  background-color: rgba(229, 135, 29, 1.0);
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5px;
}

.section02_inner a:hover .inner-circle {
  background-color: rgba(23, 38, 69, 1.0);
  color: #fff;
}

@media only screen and (max-width:980px) {

}

@media only screen and (max-width:768px) {


  .dl01 > dt {

      font-size: 1.6rem;

  }

  .dl01 > dd {

      font-size: 1.5rem;

  }

  .pagination>li>a, .pagination>li>span {
    font-size: 14px;
      padding: 8px 8px;
  }


}

@media only screen and (max-width:480px) {

    .content-wrap table td,
    .content-wrap table th {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0 ;
    }

    .content-wrap table td > span {
        font-size: 1.5rem;
    }

    .qna {
        padding-top: 14px;
        padding-bottom: 30px;
        font-size: 1.4rem;
    }

    .small, small {
        font-size: 14px;
    }

    .pagination>li>a, .pagination>li>span {
      font-size: 13px;
        padding: 8px 6px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 20px 0 15px 0;
        font-weight: 300;
        font-size: 14px;
   }

}

@media only screen and (max-width:380px) {}


.form-inline .form-control {
    margin-bottom: 1.7rem;
}
