@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: unset;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.625;
    color: #6c757d;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    border-radius: 0;
    border: 0;
    outline: 0;
    color: inherit;
    background-color: transparent;
}

.h1,
h1 {
    font-size: 1.65rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #495057;
}

.h3,
h3 {
    font-size: 1.2375rem;
}

.mtb {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    width: 100%;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr:not([size]) {
    height: 1px;
}

body.noscroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 1rem;
}

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    flex-direction: column;
    padding: 0 0 100px 300px;
}

.content {
    padding: 5rem 5rem 1.5rem;
    flex: 1;
    direction: ltr;
}

.container_wrap {
    padding: 4.5rem !important;
}

.row {
    --size-x: 24px;
    --size-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--size-y)*-1);
    margin-right: calc(var(--size-x)/-2);
    margin-left: calc(var(--size-x)/-2);
}

.mb_05 {
    margin-bottom: 0.5rem !important;
}

.mb_025 {
    margin-bottom: 0.25rem !important;
}

.mb_3 {
    margin-bottom: 3rem !important;
}

p {
    padding-bottom: 1rem;
}

.p_bold,
.p_title {
    font-weight: 200;
    margin-bottom: 2rem;
}

.t_box {
    display: inline-block;
    padding: 0.3em 0.45em;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
    color: #fff;
}

.box_gray {
    background-color: rgb(113 121 128 / 82%) !important;
}

.code_box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);
    margin-bottom: 24px;
}

.code_box_h {
    background-color: #3c4257;
    padding-left: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.code_box_h_text {
    color: #a3acb9;
    font-weight: 700;
    padding-top: 1rem;
}

.code_box_b {
    background-color: #4f566b;
    padding-left: 1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: auto;
    white-space: nowrap;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

.prebox {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 80%;
    width: 100%;
    height: 100%;
}

.code_box_b_text {
    font-weight: 700;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
    direction: ltr;
    unicode-bidi: bidi-override;
}

.number {
    font-size: 11px;
    padding-right: 1rem;
    color: grey;
}

.code_link {
    font-size: 10px;
    color: #e83e8c;
    word-wrap: break-word;
}

.code_y {
    color: #ffd43b;
}

.code_r {
    color: #e56f4a;
}



.tab {
    margin-bottom: 2rem;
}

.tab_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab .tab_list li {
    background: transparent;
    color: #697386;
    padding: 0.75rem 1rem;
    border: 0;
    display: block;
}

.tab .tab_list li.active {
    background: transparent;
    color: #3f80ea;
    font-weight: 700;
    text-decoration: underline;
}

.tab .tab_con {
    padding: 1.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.tab_con_box {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;
}

.tab_con_box_h {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom: 0 solid transparent;
}

.tab_con_box_h:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.tab_con_box_title {
    font-size: .95rem;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.float_r {
    float: right !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.small,
small {
    font-size: 80%;
}

.tab_title {
    font-weight: 700;
}

.bg_green {
    background-color: #4bbf73 !important;
}

.bg_blue {
    background-color: #1f9bcf !important;
}

.bg_yellow {
    background-color: #e5a54b !important
}

.tab_text {
    font-size: 12px;
    font-weight: 400;
}

.tab_text b {
    font-weight: 400;
    color: #495057;
}

.mt_2 {
    margin-top: 2rem !important;
    font-weight: 700;
    color: #3f80ea;
}

.code_tabs {
    font-weight: 700;
    background: #eff2f6;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.code_tab_content {
    background: rgba(239, 242, 246, .47059);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: #000;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.copy_btn {
    text-align: right;
}

.copy_button {
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #697386;
    transition: background .275s;
    border-radius: 3px;
    font-weight: 700;
    width: 35px;
}

svg {
    touch-action: none;
}

.feather {
    width: 18px;
    height: 18px;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.align-middle {
    vertical-align: middle !important;
}

.copiedtext {
    position: absolute;
    padding: 2px 10px;
    left: auto;
    line-height: 35px;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    transition: all .5s;
    font-size: 5px;
    background: #eff2f6;
    color: #697386;
    border-radius: 3px;
    visibility: hidden;
}

@media (min-width: 768px) {
    .col_md {
        flex: 0 0 auto;
        width: 50%;
    }

    .con_pd {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .code_box_text {
        font-size: 11px;
        font-weight: 500;
    }

    pre {
        display: block;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 80%;
    }

    .tab_con_scroll {
        height: 800px;
        overflow: scroll;
    }

    .col_l_box {
        flex: 0 0 auto;
        width: 50%;
    }

}

@media (max-width: 991.98px) {
    .content {
        padding: 1.5rem;
    }

    .container_wrap {
        padding: 0.5rem !important;
    }
}

/* header */
#header {
    height: 60px;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 33;
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: auto;
    margin: 0 20px;
}

#header .left>div {
    display: inline-block;
    vertical-align: top;
}

#header .logo a {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 41px;
}

#header .right>div {
    display: inline-block;
    vertical-align: middle;
}

.lang {
    position: relative;
    margin-right: 20px;
}

.lang>button {
    background: url('../image/common/lang.png') no-repeat center right 11px / 9px;
    margin: 0 !important;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 30px 0 20px;
}

.langShow {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.langShow.on {
    display: block;
}

.langShow li a {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #666;
}

.langShow li a:hover {
    color: #000;
}

.my_wrap {
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transform: translateY(10px);
}

.my_wrap.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.my_wrap li.name {
    border-bottom: 1px solid #eee;
    padding: 15px;
    font-size: 16px;
}

.my_wrap li.name img {
    margin-right: 7px;
}

.my_wrap li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}

.my_wrap li a:hover {
    background: #e0e5ec;
}

.my_wrap li a img {
    width: 14px;
    vertical-align: middle;
    margin-right: 8px;
}

.gnb_btn {
    margin-right: 10px;
}

.gnb_btn button {
    height: 45px;
    width: 45px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.gnb_btn button:hover {
    background: rgb(232 233 234);
}

.gnb_btn button img {
    height: 15px;
    margin-top: 3px;
    opacity: 0.6;
}

.gnb_btn button.m {
    display: none;
}

/* gnb */
.gnb_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-top: 60px;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    z-index: 9;
}

.gnb_wrap.on {
    transform: translateX(0);
}

.gnb_scroll {
    height: 100%;
    overflow: auto;
    margin-right: 2px;
}

.gnb_scroll {
    scrollbar-base-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-Face-Color: #e5e5e5;
    scrollbar-Track-Color: #fff;
    scrollbar-DarkShadow-Color: #fff;
    scrollbar-Shadow-Color: #fff;
    scrollbar-3dLight-Color: #fff;
    scrollbar-Highlight-Color: #fff;
}

.gnb_scroll::-webkit-scrollbar {
    width: 8px;
}

.gnb_scroll::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 20px;
}

.gnb_scroll::-webkit-scrollbar-track {
    background-color: #fff;
}

.gnb_top .name {
    padding: 25px 25px 20px;
    font-size: 17px;
}

.gnb_top .name img {
    width: 40px;
    margin-right: 10px;
}

.gnb_top .table_wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.gnb_top table {
    width: 100%;
}

.gnb_top table th,
.gnb_top table td {
    font-size: 14px;
    text-align: left;
}

.gnb_top table th {
    width: 50px;
    padding-left: 25px;
}

.gnb {
    margin-top: 10px;
    margin-bottom: 50px;
}

.gnb>li>a {
    font-size: 16px;
    display: block;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}

.gnb>li>a img {
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.7;

}

.gnb>li>a:hover {
    color: #0061f2;
}

.gnb>li.on>a {
    color: #0061f2;
    font-weight: bold;
}

.gnb>li>a:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: url('/docs/img/gnb_arw.png') no-repeat center / 100%; 
    transition: 0.1s ease-in-out;
}

.gnb>li.on>a:after {
    transform: rotate(90deg);
}

.gnb>li.select>a {
    color: #0061f2;
    font-weight: bold;
}

.gnb>li.select>a:after {
    transform: rotate(90deg);
}

.gnb>li.select .gsnb {
    display: block;
}

.gsnb {
    display: none;
    position: relative;
    padding-left: 51px;
}

.gsnb:before {
    content: '';
    display: block;
    width: 1px;
    /*background: #ddd;*/
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 30px;
}

.gsnb li a {
    display: block;
    line-height: 40px;
    font-size: 15px;
}

.gsnb li a:hover {
    color: #0061f2;
}

.gsnb li.select a {
    color: #0061f2;
    font-weight: 500;
}

@media all and (max-width:1500px) {

    .gnb_wrap {
        width: 250px;
    }

    .gnb_btn button.pc {
        display: none;
    }

    .gnb_btn button.m {
        display: block;
    }

    .gnb_wrap.on {
        transform: translateX(-100%);
    }

    .gnb_wrap.on_m {
        transform: translateX(0);
    }

}

/* 타블렛 가로 */
@media all and (max-width:1199px) {}


/* 타블렛 세로 */
@media all and (max-width:1023px) {}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

    #header .inner {
        margin: 0 3.9%;
    }

}

/* 모바일 상세 */
@media all and (max-width:640px) {}

/* 모바일 가로 */
@media all and (max-width:568px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

@media all and (max-width:320px) {}

/* 공통 */

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1199px) {
    .show-1199 {
        display: block;
    }

    .hide-1199 {
        display: none;
    }
}

/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
    .show-1023 {
        display: block;
    }

    .hide-1023 {
        display: none;
    }
}

/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
    .show-767 {
        display: block;
    }

    .hide-767 {
        display: none;
    }
}

/* 모바일 가로 미만 */
@media all and (max-width:568px) {
    .show-568 {
        display: block;
    }

    .hide-568 {
        display: none;
    }
}

/* 모바일 최소 */
@media all and (max-width:425px) {
    .show-425 {
        display: block;
    }

    .hide-425 {
        display: none;
    }
}

@media all and (max-width:375px) {
    .show-375 {
        display: block;
    }

    .hide-375 {
        display: none;
    }
}

@media all and (max-width:320px) {
    .show-320 {
        display: block;
    }

    .hide-320 {
        display: none;
    }
}

@media (max-width: 1500px) {
    .main {
        padding: 0 0 100px;
    }
}