﻿@charset "utf-8";

@import url('layout.css');
@import url('customize.css');

/* common */
#cu-path {
    position:absolute; top:12px; right:15px; font-size:12px; line-height:1.5em; color:#777; font-weight:300;
}
#cu-path::before {
    content:""; display:inline-block; width:4px; height:4px; margin-right:5px; background-color:#999; border-radius:50%; vertical-align:middle;
}
#cu-path span {
    display:inline-block; position:relative; vertical-align:middle; padding-left:20px;
}
#cu-path span:first-child {
    padding-left:0px;
}
#cu-path span:last-child {
    color:#555;
}
#cu-path span::before {
    content:""; display:block; position:absolute; width:5px; height:5px; top:7px; left:-1px; border-top:1px solid #bbb; border-right:1px solid #bbb; margin:0px 7px; transform:rotate(45deg);
}
#cu-path span:first-child::before {
    content:""; display:none;
}
#cu-container {
    display:flex; align-items:stretch; position:relative;
}
#cu-container::after {
    content:""; display:table; clear:both;
}
#cu-inner-snb {
    float:left; position:relative; width:240px;
}
#cu-inner-snb {
    float:left; position:relative; width:240px;
}
#cu-inner-content {
    float:left; position:relative; width:calc(100% - 240px); padding-left:40px;
}
h3.cu-tit {
    padding-bottom:20px;
}
h4.cu-tit {
    padding-bottom:10px;
}
h5.cu-tit {
    padding-bottom:5px;
}

/* sub navi */
#cu-snb {
    position:relative; width:240px; list-style:none; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; overflow-x:hidden; overflow-y:hidden;
}
#cu-snb.cu-fixed {
    position:fixed; max-height:calc(100vh - 80px); top:70px; overflow-y:auto;
}
#cu-snb .cu-depth1 > a {
    display:flex; position:relative; height:42px; align-items:center; font-size:15px; line-height:1.2em; color:#333; font-weight:400; padding-left:10px; border-top:1px solid #e4e4e4; transition:all 0.3s ease-in-out;
}
#cu-snb .cu-depth1:first-child > a {
    border-top:0px;
}
#cu-snb .cu-depth1 > a:hover {
    color:#0082dd;
}
#cu-snb .cu-depth1 > a::after {
    content:""; display:block; position:absolute; width:8px; height:8px; top:50%; right:10px; border-left:1px solid #999; border-bottom:1px solid #999; transform:translateY(-50%) rotate(45deg); transition:all 0.3s ease-in-out;
}
#cu-snb .cu-depth1.cu-open > a::after {
    content:""; display:block; transform:translateY(-50%) rotate(-45deg);
}
#cu-snb .cu-depth1 > .cu-submenu {
    padding-bottom:8px;
}
#cu-snb .cu-depth2 > a {
    display:flex; position:relative; height:32px; align-items:center; font-size:14px; line-height:1.2em; color:#333; font-weight:400; padding-left:20px;  transition:all 0.3s ease-in-out;
}
#cu-snb .cu-depth2 > a:hover {
    color:#0082dd;
}
#cu-snb .cu-depth2.cu-collapse > a > .cu-icon {
    display:block; position:absolute; top:50%; right:7px; width:8px; height:8px; transform:translate(-50%,-50%);
}
#cu-snb .cu-depth2.cu-collapse > a > .cu-icon::before {
    content:""; display:block; position:absolute; width:9px; height:1px; top:4px; left:0px; background-color:#aaa;
}
#cu-snb .cu-depth2.cu-collapse > a > .cu-icon::after {
    content:""; display:block; position:absolute; width:1px; height:9px; top:0px; left:4px; background-color:#aaa;
}
#cu-snb .cu-depth2.cu-collapse.cu-open > a > .cu-icon::after {
    content:""; display:none; 
}
#cu-snb .cu-depth3 > a {
    display:flex; position:relative; height:28px; align-items:center; font-size:13px; line-height:1.2em; color:#404040; font-weight:400; padding-left:30px; transition:all 0.3s ease-in-out;
}
#cu-snb .cu-depth3 > a:hover {
    color:#0082dd;
}
#cu-snb .cu-depth3 > a::before {
    content:""; display:block; position:absolute; top:50%; left:20px; width:3px; height:1px; background-color:#aaa;
}
.cu-submenu {
    display:none; list-style:none;
}
#cu-snb .cu-current a {
    color:#0082dd;
}

/* use guide */
.cu-useGuide ul {
    position:relative; list-style:none;
}
.cu-useGuide ul li {
    position:relative; padding-left:15px; margin-bottom:8px;
}
.cu-useGuide ul li::before {
    content:""; display:block; position:absolute; width:4px; height:4px; top:10px; left:0px; background-color:#999; border-radius:50%;
}
.cu-useGuide ul li:last-child {
    margin-bottom:0px;
}

/* api guide */
.cu-apiGuide .cu-con-index {
    position:relative; padding:15px 30px; border:1px solid #ccc; border-radius:4px;
}
.cu-apiGuide .cu-con-index > ul {
    position:relative; list-style:none;
}
.cu-apiGuide .cu-con-index > ul > li {
    position:relative; padding-left:15px; margin-bottom:5px;
}
.cu-apiGuide .cu-con-index > ul > li::before {
    content:""; display:block; position:absolute; width:5px; height:5px; top:8px; left:0px; background-color:#555; border-radius:50%;
}
.cu-apiGuide .cu-con-index > ul > li:last-child {
    margin-bottom:0px;
}
.cu-apiGuide .cu-con-index ul ul {
    position:relative; list-style:none; padding-left:20px; margin-bottom:10px;
}
.cu-apiGuide .cu-con-index ul ul:last-child {
    margin-bottom:0px;
}
.cu-apiGuide .cu-anchor {
    position:absolute; top:-80px; left:0px;
}
.cu-apiGuide .cu-sec-row {
    position:relative; margin-bottom:40px;
}
.cu-apiGuide .cu-sec-row:last-child {
    margin-bottom:0px;
}
.cu-apiGuide .cu-sec-row ul {
    position:relative; list-style:none;
}
.cu-apiGuide .cu-sec-row ul li {
    position:relative; padding:0px 0px 3px 15px;
}
.cu-apiGuide .cu-sec-row ul li::before {
    content:""; display:block; position:absolute; top:10px; left:0px; width:3px; height:3px; background-color:#777; border-radius:50%;
}
.cu-apiGuide picture {
    display:inline-block; position:relative; padding-top:10px;
}
.cu-apiGuide .cu-img-login .cu-context {
    position:absolute; top:170px; left:100%; font-size:12px; line-height:1em; color:#555; white-space:nowrap; padding:10px; border:1px solid #777; 
}
.cu-apiGuide .cu-apiURL {
    margin-top:10px;
}
.cu-apiGuide .cu-apiURL code {
    font-size:16px; line-height:1em;
}
.cu-apiGuide .cu-img-apitest .cu-num {
    position:absolute; width:32px; height:32px; font-size:16px; line-height:32px; color:#fff; font-weight:400; text-align:center; align-items:center; background-color:#f3a010; border-radius:50%;
}
.cu-apiGuide .cu-img-apitest .cu-num-1 {
    top:50px; left:170px;
}
.cu-apiGuide .cu-img-apitest .cu-num-2 {
    top:100px; left:450px;
}
.cu-apiGuide .cu-img-apitest .cu-num-3 {
    top:15px; right:45px;
}
.cu-apiGuide .cu-img-apitest .cu-num-4 {
    bottom:230px; left:48%;
}
.cu-apiGuide .cu-test-step {
    margin-top:15px; padding-left:5px;
}
.cu-apiGuide .cu-test-step li {
    font-size:15px; line-height:1.5em; padding-bottom:5px;
}

/* service api */
.cu-serviceapi .cu-description {
    font-size:14px; line-height:1.6em; color:#333;
}
.cu-serviceapi .cu-description .cu-hcontext {
    font-size:16px; line-height:1.6em; color:#333; padding-bottom:10px;
}
.cu-serviceapi .cu-description .cu-ol {
    list-style:none; text-indent:-18px; padding-left:18px; padding-bottom:10px;
}
.cu-serviceapi .cu-description .cu-ol:last-child {
    padding-bottom:0px;
}
.cu-serviceapi .cu-description .cu-ul {
    list-style:none; padding-bottom:10px;
}
.cu-serviceapi .cu-description .cu-ul:last-child {
    padding-bottom:0px;
}
.cu-serviceapi .cu-description .cu-ul li {
    position:relative; padding-left:15px;
}
.cu-serviceapi .cu-description .cu-ul li::before {
    content:""; display:block; position:absolute; top:10px; left:0px; width:3px; height:3px; background-color:#777; border-radius:50%;
}
.cu-serviceapi .cu-rqurl {
    position:relative; width:100%; font-family:'consolas','airal',sans-serif; font-size:14px; line-height:1.5em; color:#fff; padding:15px 20px; background-color:#6f8ead; border-radius:4px;
}

.cu-serviceapi-test h3.cu-tit {
    padding-bottom:5px !important;
}
.cu-serviceapi-test .cu-panel {
    position:relative; padding:15px; border:1px solid #eee; border-bottom-color:#ccc; border-radius:5px; box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
}
.cu-serviceapi-test .cu-request {
    margin-bottom:15px;
}
.cu-serviceapi-test .cu-label {
    height:22px; font-size:12px; line-height:1.5em; color:#777; font-weight:300;
}
.cu-serviceapi-test .cu-sec-body .cu-title {
    position:relative; width:100%; height:30px; font-size:13px; line-height:1.5em; color:#333; font-weight:400; margin-bottom:8px;
}
.cu-serviceapi-test .cu-sec-body .cu-title::after  {
    content:""; display:table; clear:both;
}
.cu-serviceapi-test .cu-sec-body .cu-title span {
    display:inline-block; padding-top:5px;
}
.cu-serviceapi-test .cu-sec-body .cu-title .cu-btns {
    float:right; width:auto;
}
.cu-serviceapi-test .cu-request .cu-con-header::after {
    content:""; display:block; position:absolute; width:1px; height:100%; top:0px; right:0px; background-color:#e8e8e8;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con {
    position:relative;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-set {
    position:relative; max-height:250px; overflow-y:auto;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row {
    display:flex; position:relative; padding-top:4px; align-items:center;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row:first-child {
    padding-top:0px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row span {
    display:flex; position:relative; align-items:center;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-check {
    width:20px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-comma {
    margin:0px 5px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-val {
    flex:2 1 auto; margin-right:10px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-remove button {
    width:20px; height:20px; line-height:20px; border:none; outline:none; background-color:transparent;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-remove button span {
    display:inline-block; position:relative; width:12px; height:12px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-remove button span::before {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#777; transform:rotate(45deg);
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-row .cu-cell-remove button span::after {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#777; transform:rotate(-45deg);
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns {
    position:relative; padding-top:8px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns::after {
    content:""; display:table; clear:both;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns .cu-btn-add .cu-icon {
    display:inline-block; position:relative; width:10px; height:10px; vertical-align:middle; margin-right:5px;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns .cu-btn-add .cu-icon::before {
    content:""; display:block; position:absolute; width:100%; height:2px; top:4px; left:0px; background-color:#777;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns .cu-btn-add .cu-icon::after {
    content:""; display:block; position:absolute; width:2px; height:100%; top:0px; left:4px; background-color:#777;
}
.cu-serviceapi-test .cu-request .cu-con-header .cu-con .cu-form-btns .cu-btn-allRemove {
    float:right; width:24px; height:24px; border:none; outline:none; background:transparent url("../images/icon-allRemove.png") 50% 50% no-repeat;
}
.cu-serviceapi-test .cu-request .cu-con-body textarea {
    height:280px; font-family:'consolas',sans-serif; font-size:12px; line-height:1.5em; color:#555; font-weight:normal;
}

.cu-serviceapi-test .cu-response .cu-sec-header {
    display:flex; height:42px; align-items:center; font-family:'consolas',sans-serif; font-size:20px; line-height:1.5em; color:#fff; font-weight:bold; padding:0px 20px; margin-bottom:10px;background-color:#777; 
}
.cu-serviceapi-test .cu-response .cu-sec-header span {
    display:inline-block; vertical-align:middle;
}
.cu-serviceapi-test .cu-response .cu-sec-header span:first-child::after {
    content:":"; display:inline-block; line-height:1.2em; padding:0px 20px;
}
.cu-serviceapi-test .cu-response .cu-sec-header.cu-status-ok {
    background-color:#00ba90;
}
.cu-serviceapi-test .cu-response .cu-sec-header.cu-status-warning {
    background-color:#f3a010;
}
.cu-serviceapi-test .cu-response .cu-sec-header.cu-status-error {
    background-color:#e74334;
}
.cu-serviceapi-test .cu-response .cu-title {
    margin-bottom:0px;
}
.cu-serviceapi-test .cu-response code {
    height:250px;
}

/* Q&A */
.cu-qna .cu-section-write {
    display:flex; position:relative;
}
.cu-qna .cu-section-write::after {
    content:""; display:table; clear:both;
}
.cu-qna .cu-section-write .cu-col-inputarea {
    width:calc(100% - 130px); height:113px; padding-right:5px;
}
.cu-qna .cu-section-write .cu-col-inputarea input[type="text"] {
    margin-bottom:5px;
}
.cu-qna .cu-section-write .cu-col-inputarea textarea {
    width:100%; height:80px; font-size:13px; line-height:1.5em; color:#333; padding:15px; padding:10px; border:1px solid #bdc3c8; border-radius:5px; overflow:auto;
}
.cu-qna .cu-section-write .cu-col-btn {
    width:130px;
}
.cu-qna .cu-section-write .cu-col-btn button {
    width:100%; height:100%;
}
.cu-qna .cu-item .cu-content .cu-context {
    padding-bottom:15px;
}
.cu-qna .cu-item .cu-content .cu-addFile {
    margin-top:0px; margin-bottom:15px;
}
.cu-qna .cu-item .cu-content .cu-write-reply {
    display:none; padding-top:10px;
}
.cu-qna .cu-item .cu-content .cu-write-reply.cu-display {
    display:block;
}
.cu-qna .cu-write-reply .cu-inner {
    display:flex; position:relative;
}
.cu-qna .cu-write-reply .cu-inner::after {
    content:""; display:table; clear:both;
}
.cu-qna .cu-write-reply .cu-inner .cu-col-textarea {
    width:calc(100% - 80px); height:60px; padding-right:5px;
}
.cu-qna .cu-write-reply .cu-inner .cu-col-textarea textarea {
    width:100%; height:100%; font-size:13px; line-height:1.5em; color:#333; padding:15px; padding:10px; border:1px solid #bdc3c8; border-radius:5px; overflow:auto;
}
.cu-qna .cu-write-reply .cu-inner .cu-col-btn {
    width:80px;
}
.cu-qna .cu-write-reply .cu-inner .cu-col-btn button {
    width:100%; height:100%;
}
.cu-qna .cu-replay-list {
    padding-top:10px;
}
.cu-qna .cu-replay-list .cu-con {
    position:relative; padding:10px 10px 10px 40px; margin-top:5px; background-color:#f8f8f8;
}
.cu-qna .cu-replay-list .cu-con::before {
    content:""; display:block; position:absolute; top:15px; left:20px; width:8px; height:8px; border-left:1px solid #6f8ead; border-bottom:1px solid #6f8ead;
}
.cu-qna .cu-replay-list .cu-con .cu-info {
    position:relative; font-size:12px; padding-bottom:5px;
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-id {
    color:#333; padding-right:15px;
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-time {
    color:#777;
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-btn-remove {
    position:absolute; width:20px; height:20px; top:0px; right:0px; line-height:12px; border:none; outline:none; background-color:transparent;
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-btn-remove span {
    display:inline-block; position:relative; width:14px; height:14px;
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-btn-remove span::before {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#777; transform:rotate(45deg);
}
.cu-qna .cu-replay-list .cu-con .cu-info .cu-btn-remove span::after {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#777; transform:rotate(-45deg);
}

/* account */
.cu-account .cu-inputset {
    width:400px; margin:auto;
}
.cu-account .cu-complete {
    width:auto;
}

.cu-account .cu-inputset .cu-inner-tab {
    position:relative; width:100%; list-style:none; border:1px solid #6f8ead; border-bottom:0px; margin-bottom:20px; border-top-left-radius:4px; border-top-right-radius:4px; overflow:hidden;
}
.cu-account .cu-inputset .cu-inner-tab::after {
    content:""; display:table; clear:both;
}
.cu-account .cu-inputset .cu-inner-tab .cu-item {
    float:left; position:relative;
}
.cu-account .cu-inputset .cu-inner-tab.cu-tab-2 .cu-item {
    width:50%;
}
.cu-account .cu-inputset .cu-inner-tab .cu-item .cu-tab {
    display:flex; position:relative; width:100%; height:50px; align-items:center; justify-content:center; font-size:15px; line-height:1.5em; color:#777; font-weight:400; border-left:1px solid #bcc6d1; border-bottom:1px solid #bcc6d1; background-color:#f7fbff; cursor:pointer;
}
.cu-account .cu-inputset .cu-inner-tab .cu-item:first-child .cu-tab {
    border-left:0px;
}
.cu-account .cu-inputset .cu-inner-tab .cu-item .cu-tab.cu-current {
    color:#333; border-bottom:0px; background-color:#fff;
}
.cu-account .cu-inputset .cu-tab-content {
    position:relative;
}
.cu-account .cu-inputset .cu-tab-content .cu-con {
    display:none; position:relative;
}
.cu-account .cu-inputset .cu-tab-content .cu-con.cu-display {
    display:block;;
}

.cu-account .cu-fieldset {
    position:relative; width:100%; padding-bottom:6px;
}
.cu-account .cu-inputset .cu-form-input {
    width:100%; height:50px; font-size:14px; line-height:1em; color:#333; font-weight:400; padding:0px 20px; border-color:#ddd;
}
.cu-account .cu-warning-message {
    display:none; position:relative; width:100%; font-size:12px; line-height:1.5em; color:#e43121; padding:3px 5px 5px 5px;
}
.cu-account .cu-warning .cu-warning-message {
    display:block;
}

.cu-account .cu-complete .cu-context {
    width:100%; text-align:center; padding-bottom:50px;
}
.cu-account .cu-complete .cu-context .cu-htext {
    font-size:36px; line-height:1.5em; color:#333; font-weight:300; padding-bottom:5px;
}
.cu-account .cu-complete .cu-context .cu-text {
    font-size:16px; line-height:1.8em; color:#333; font-weight:300;
}
.cu-account .cu-complete .cu-context .cu-text em {
    color:#0082dd; font-weight:400;
}

.cu-account .cu-complete {
    padding-top:50px;
}
.cu-account .cu-btns {
    margin-top:20px;
}
.cu-account .cu-complete .cu-btns {
    width:400px; margin:auto;
}
.cu-account .cu-btns .cu-col {
    padding:0px 5px;
}
.cu-account .cu-btns .cu-btn {
    height:60px; font-size:18px; font-weight:300;
}

/* policy : terms / privacy */
.cu-policy .cu-date {
    position:absolute; top:20px; right:0px; font-size:13px; line-height:1.5em; color:#333; font-weight:300;
}
.cu-policy .cu-row-header {
    padding-bottom:20px;
}
.cu-policy .cu-row-header .cu-h-text {
    font-size:16px; line-height:1.5em; color:#121212; font-weight:300; padding-bottom:20px;
}
.cu-policy .cu-row-header .cu-con-list {
    position:relative; padding:20px 30px; margin-top:20px; border:10px solid #eee;
}
.cu-policy .cu-row-header .cu-con-list::after {
    content:""; display:table; clear:both;
}
.cu-policy .cu-row-header .cu-con-list ol {
    float:left; width:50%;
}
.cu-policy .cu-row-header .cu-con-list ol li {
    padding:3px 0px;
}
.cu-policy .cu-row-header .cu-con-list ol li a {
    font-size:15px; line-height:1.5em; color:#4d6c8b; font-weight:400;
}
.cu-policy .cu-row-header .cu-con-list ol li a:hover {
    text-decoration:underline;   
}
.cu-policy .cu-row-sec {
    position:relative; color:#333; font-weight:300; padding-bottom:30px;
}
.cu-policy .cu-row-sec:last-child {
    padding-bottom:0px;
}
.cu-policy .cu-row-sec .cu-anchor {
    display:block; position:absolute; width:0px; height:0px; top:-70px; left:0px;
}
.cu-policy .cu-tit1 {
    font-size:22px; line-height:1.5em; color:#333; font-weight:400;
}
.cu-policy .cu-tit2 {
    font-size:18px; line-height:1.5em; color:#333; font-weight:400; padding:15px 0px 6px 0px;
}
.cu-policy .cu-tit2:first-child {
    padding-top:0px;
}
.cu-policy ol {
    list-style-type:none; text-indent:-15px; padding-left:15px;
}
.cu-policy p.cu-em {
    font-size:15px; line-height:1.5em; font-weight:400; padding:5px 0px 8px 0px;
}
.cu-policy .cu-dep1 {
    position:relative; list-style:none;
}
.cu-policy .cu-dep1 > li {
    position:relative; padding-left:15px; padding-bottom:7px;
}
.cu-policy .cu-dep1 > li::before {
    content:""; display:block; position:absolute; top:8px; left:0px; width:5px; height:5px; background-color:#6f8ead; border-radius:50%;
}
.cu-policy .cu-dep2 {
    position:relative; list-style:none;
}
.cu-policy .cu-dep2 > li {
    position:relative; padding-left:15px;
}
.cu-policy .cu-dep2 > li::before {
    content:""; display:block; position:absolute; top:10px; left:0px; width:6px; height:1px; background-color:#6f8ead;
}

/* popup */
#cu-pop-wrap {
    position:relative; overflow-x:hidden;
}
#cu-pop-wrap.cu-terms {
    max-width:600px;
}
#cu-pop-wrap .cu-pop-header {
    display:flex; position:relative; align-items:center; height:40px; padding:0px 10px; background:url("../images/sub-visual-08.png") 50% 50% no-repeat; background-size:cover;
}
#cu-pop-wrap .cu-pop-header .cu-title {
    font-size:16px; line-height:1em; color:#fff; font-weight:700;
}
#cu-pop-wrap .cu-pop-header .cu-btn-popClose {
    position:absolute; width:20px; height:20px; top:10px; right:10px;
}
#cu-pop-wrap .cu-pop-header .cu-btn-popClose::before {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#fff; transform:rotate(45deg);
}
#cu-pop-wrap .cu-pop-header .cu-btn-popClose::after {
    content:""; display:block; position:absolute; width:100%; height:1px; top:50%; left:0px; background-color:#fff; transform:rotate(-45deg);
}
#cu-pop-wrap .cu-pop-body {
    position:relative; padding:10px;
}
#cu-pop-wrap .cu-pop-body .cu-context-wrap {
	position:relative; height:120px; padding:15px; border:1px solid #ddd; background-color:#fff; overflow-y:auto;
}
#cu-pop-wrap .cu-pop-body .cu-context-wrap {
	height:540px;
}
#cu-pop-wrap.cu-terms .cu-pop-body .cu-row-sec {
    position:relative; font-size:13px; line-height:1.5em; color:#555; font-weight:400; padding-bottom:20px;
}
#cu-pop-wrap.cu-terms .cu-pop-body .cu-row-sec:last-child {
    padding-bottom:0px;
}
#cu-pop-wrap.cu-terms .cu-pop-body .cu-tit1 {
    font-size:16px; line-height:1.5em; color:#333; font-weight:700;
}
#cu-pop-wrap.cu-terms .cu-pop-body .cu-tit2 {
    font-size:14px; line-height:1.5em; color:#333; font-weight:400; padding:10px 0px 5px 0px;
}
#cu-pop-wrap.cu-terms .cu-pop-body .cu-tit2:first-child {
    padding-top:0px;
}
#cu-pop-wrap.cu-terms .cu-pop-body ol {
    list-style-type:none; text-indent:-15px; padding-left:15px;
}
