
body {
    font-family: 'Noto Sans', sans-serif, 'Noto Sans CJK KR';
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-weight: normal;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}

#header.active {
    border-bottom: 2px solid #01cbcd;
}

#content {
    margin-top: 131px;
}

.isStuck {
    box-shadow: none;
    height: 73px;
    background: transparent;
    z-index: 999;
    left: 0;
    right: 0;
}

.isStuck .col-header {
    margin: 0px;
}

.isStuck .btn-sns {
    margin-top: 0px !important;
}

a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

a:active {
    color: inherit;
}

.btn-sns {
    margin-top: 30px;
}

.container {
    width: 100%;
}

.resp-pc {
    display: block;
}

.resp-mobile {
    display: none;
}

.log-in-container.pc {
    background-color: #ede9e8;
    border-bottom: 1px solid #eaeaea;
    padding-top: 5px;
    text-align: right;
}

.log-in-container.pc .container {
    width: 1200px;
}

/*=========================
    header
 ==========================*/
#nav-pc {
    width: 1200px;
    margin: 0 auto;
    background-color: white;
}

#nav-pc #logo-box {
    float: left;
    width: 220px;
    padding: 23px 20px 23px 10px;
}

#nav-pc #logo-box img {
    max-width: 100%;
}

#nav-pc #nav-box {
    float: left;
    width: 830px;
    padding: 33px 0;
}

#nav-pc #nav-box ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 750px;
}

#nav-pc #nav-box ul ul {
    display: none;
}

#header.active #nav-pc #nav-box ul ul {

}

#nav-pc #nav-box ul ul li:first-child {
    margin-top: 20px;
}

#nav-pc #nav-box > ul > li {
    list-style-type: none;
    float: left;
}

#nav-pc #nav-box > ul > li + li {
    margin-left: 30px;
}

#nav-pc #nav-box > ul > li + li:nth-child(4) {
    margin-left: 50px;
}

#nav-pc #nav-box > ul > li + li:nth-child(5) {
    margin-left: 10px;
}

#nav-pc #nav-box ul ul li {
    padding-top: 13px;
    cursor: pointer;
    letter-spacing: -1px;
}

#nav-pc #nav-box ul li a:hover {
    color: #01cbcd;
    font-weight: bold;
}

#nav-pc #nav-box > ul > li > a {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 15px;
}

#nav-pc #contact-box {
    float: left;
    width: 150px;
    padding: 33px 0;
    position: relative;
}

#nav-pc #contact-box img {
    position: absolute;
    top: 0;
    left: 5px;
}

#nav-pc #contact-box a {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 16px;
    margin-left: 45px;
}

#nav-mobile button {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top;
}

#nav-mobile .rd-navbar-fixed .rd-navbar-brand {
    width: 100%;
    padding-right: 120px;
    text-align: center;
}

#nav-mobile .rd-navbar-brand img {
    display: inline-block;
    height: 27px;
}

#nav-mobile .rd-navbar-nav {
    padding: 0;
}

/*========================================================
                     QUESTION  Styles
=========================================================*/
#contact .modal-dialog {
    width: 400px;
}

#login .modal-dialog {
    width: 300px;
}

.modal-header {
    background-color: #67bfb7;
    color: white;
}



/*========================================================
                     FOOTER  Styles
=========================================================*/

#footer a {
    color: inherit;
}

#footer .dropdown-menu a {
    color: black;
}

.footer-pc {
    width: 1200px;
    margin: 0 auto;
}

#footer .info-box {
    color: #c0c0c0;
    background-color: #53555a;
}

#footer .resp-pc .info-box {
    padding: 35px 0;
    color: #c0c0c0;
    background-color: #53555a;
}

#footer .info-box .btn-privacy-rule {
    margin-left: 15px;
    color: white;
}

#privacy-rule {
    line-height: 23px;
}

#privacy-rule h4 {
    line-height: 23px;
}

#privacy-rule #table {
    border: 1px solid #c0c0c0;
    padding: 15px;
    margin: 15px 0 30px 0;
    font-weight: bold;
}

#privacy-rule .privacy-content {
    padding-left: 15px;
    margin-bottom: 15px;
}

#privacy-rule .privacy-content table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
#privacy-rule .privacy-content table thead th {
    text-align: center;
    font-size: 14px;
    border: 1px solid #999999;
}
#privacy-rule .privacy-content table tbody td {
    text-align: center;
    font-size: 14px;
    border: 1px solid #999999;
}
#footer .link-box {
    color: white;
    background-color: #141414;
}

#footer .resp-pc .link-box table td {
    padding: 20px 0;
}

#footer .resp-mobile .link-box table td {
    padding: 10px 0;
    text-align: center;
}

#footer .resp-mobile .info-box {
    padding: 20px 10px;
    text-align: center;
}

#footer table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

#footer table td {
    vertical-align: top;
    font-size: 13px;
}

.footer-pc .logo {
    width: 145px;
}

#footer .resp-mobile .info-box table td {
    text-align: left;
}

.footer-pc .call {
    margin-right: 12px;
    vertical-align: top;
}

.footer-pc .call2 {
    vertical-align: top;
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid #6d6868;
}

#footer .resp-mobile .info-box .m-call {
    text-align: left;

}

#footer .resp-mobile .info-box .m-call img {
    width: 110px;

}

#footer .resp-mobile .info-box .m-call2 {
    text-align: left;
    margin-top: 8px;
}

#footer .resp-mobile .info-box .m-call2 img {
    width: 85px;
}

footer * {
    color: #ffffff;
}

footer ul {
    letter-spacing: 1px;
}

footer ul li {
    list-style: none;
    line-height: 24px;
    display: list-item !important;
}

footer ul a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

footer .row + * {
    margin-top: 88px;
}

.footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 100px;
    margin-right: 100px;
}

.vNav {
    position: fixed;
    top: 35%;
    right: 3%;
    width: 50px;
    z-index: 999;
    list-style-type: none;
}

.vNav #nav-line {
    border: 1px dashed #ddd;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 15px;
}

.vNav #nav-line .dot {
    right: -5px;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
    text-decoration: none;
}

.vNav #nav-line #top-dot {
    top: -1px;
}

.vNav #nav-line #bottom-dot {
    bottom: -1px;
}

.vNav ul {
    position: relative;
    padding: 3px;
    padding-left: 35%;
    margin: 40px 0 20px;
}

.vNav ul li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 35%;
    color: rgb(113, 135, 133);
}

.vNav a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    border-radius: 50%;
    border: none;
    background-color: #c4c4c4;
    text-decoration: none;
}

.vNav a:hover {
    border-radius: 50%;
    background-color: #01cbcd;
    text-decoration: none;
}

.vNav a.active {
    border-radius: 50%;
    background-color: #01cbcd;
    text-decoration: none;
}

.vNav .label {
    position: absolute;
    right: -8px;
    min-width: 140px;
    padding: 15px 40px 15px 20px;
    height: 40px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: white;
    display: none;
    border-radius: 40px;
    background-color: #333333;
}

.vNav #label1 {
    top: -9px;
}

.vNav #label2 {
    top: 27px;
}

.vNav #label3 {
    top: 63px;
}

.vNav #label4 {
    top: 99px;
}

.vNav #label5 {
    top: 135px;
}

@media (max-width: 967px) {
}

@media (max-width: 800px) {
}

@media (max-width: 991px) {
    .vNav {
        display: none;
    }

    #content {
        margin-top: 55px;
    }

    #contact .modal-dialog {
        width: auto;
    }

    .resp-mobile {
        display: block;
    }

    .resp-pc {
        display: none;
    }

    #question .modal-dialog {
        width: inherit;
    }

    #question #btn-wrap {
        margin-bottom: 20px;
    }
}

