@charset "utf-8";
@import "global.css";


.btn_wrap a {
    float: left;
    margin-left: 10px;
}

.btn_wrap a:first-child {
    margin-left: 0px;
}

.btn_wrap input {
    float: left;
    margin-left: 10px;
}

.btn_wrap input:first-child {
    margin-left: 0px;
}

/* load motion */
.n-motion {
    filter: alpha(opacity=0);
    opacity: 0;
    transition-property: all;
    transition-duration: 0.6s;
}

.n-delay1 {
    transition-delay: 0.1s;
}

.n-delay2 {
    transition-delay: 0.2s;
}

.n-delay3 {
    transition-delay: 0.3s;
}

.n-delay4 {
    transition-delay: 0.4s;
}

.n-delay5 {
    transition-delay: 0.5s;
}

.n-delay6 {
    transition-delay: 0.6s;
}

.n-delay7 {
    transition-delay: 0.7s;
}

.n-delay8 {
    transition-delay: 0.8s;
}

.n-delay9 {
    transition-delay: 0.9s;
}

.n-motion.n-left {
    transform: translateX(-50px);
}

.n-motion.n-right {
    transform: translateX(50px);
}

.n-motion.n-top {
    transform: translateY(-50px);
}

.n-motion.n-bottom {
    transform: translateY(50px);
}

.n-motion.n-spin {
    transform: rotate(180deg);
}

.n-motion.n-active {
    filter: alpha(opacity=100);
    opacity: 1;
}

.n-motion.n-left.n-active {
    transform: translateX(0);
}

.n-motion.n-right.n-active {
    transform: translateX(0);
}

.n-motion.n-top.n-active {
    transform: translateY(0);
}

.n-motion.n-bottom.n-active {
    transform: translateY(0);
}

.n-motion.n-spin.n-active {
    transform: rotate(0deg);
}

#wrap { /* width:100%; min-width:1024px; min-height:100%; box-sizing:border-box; position:relative; overflow:hidden; */
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
    background: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

#header .header_inner {
    width: 1024px;
    margin: 0 auto;
    height: 70px;
    position: relative;
}

#header .header_inner:before {
    display: block;
    content: '';
    width: 89px;
    height: 34px;
    background: url(../images/common/bg_header_bottom.png) 0 0 no-repeat;
    position: absolute;
    bottom: -34px;
    left: -44px;
}

#header .header_inner .logo {
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -22px;
}

#header .header_inner .gnb {
    position: absolute;
    left: 300px;
    overflow: hidden;
}

#header .header_inner .gnb li {
    width: 120px;
    float: left;
}

#header .header_inner .gnb li a {
    display: block;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

#header .header_inner .gnb li.on a {
    color: #7300ff;
}

#header .header_inner .util {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer
}

#header .header_inner .util li {
    float: left;
    position: relative;
}

#header .header_inner .util li a {
    display: inline-block;
    padding: 0 7px;
    font-weight: 400;
    font-size: 14px;
    color: #2c3e51;
}

#header .header_inner .util li:before {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #2c3e51;
    position: absolute;
    left: 0;
    top: 5px;
}

#header .header_inner .util li:first-child:before {
    display: none;
}

#container { /* width: 100%; */
}

.visual_banner {
    width: 1024px;
    margin: 0 auto;
}

.visual_banner img {
    width: 1920px;
    margin: 0 -448px;
}

.section { /* width: 100%; padding:100px 0; */
}

.section .section_inner { /* width: 1024px; margin: 0 auto; */
}

.section .section_hd {
    text-align: center;
}

.section .section_hd .text {
    margin-top: 20px;
    font-size: 30px;
    color: #7300ff;
}

.section .step {
    margin-top: 100px;
    text-align: center;
}

.section .step .text {
    margin-top: 20px;
    font-size: 22px;
    color: #000;
}

.section .step .img_area > img {
    margin-top: 45px;
}

.section .step .img_area .service_list ul li {
    margin-top: 15px;
}

.section .step .img_area .service_list ul li:first-child {
    margin-top: 0;
}

.section .step .slide_area {
    margin-top: 45px;
}

.section.white {
    background: #fff;
}

.section.gray {
    background: #f5f5f7;
}

#section02 .step {
    margin-top: 100px;
}

.btn_wrap {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 85px;
    text-align: center;
}

.btn_wrap .btns {
    display: inline-block;
}

.btn_wrap .btns a {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.btn_wrap .btns a:first-child {
    margin-left: 0;
}

.btn_wrap .text {
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
}

#footer {
    width: 100%;
    background: #f5f5f7;
    padding-top:40px;
    padding-bottom:40px;
}

#footer .footer_inner {
    width: 1258px;
    height:58px;
    margin: 0 auto;
}

#footer .footer_inner .footer_logo {
    display: inline-block;
    float:left;
    width:30%;
}
#footer .footer_inner .address_box{
    display: inline-block;
    float:left;
    width:70%;
}

#footer .footer_inner .addresss {
    overflow: hidden;
}

#footer .footer_inner .addresss span {
    display: inline-block;
    margin-left: 14px;
    float: left;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}

#footer .footer_inner .addresss span:before {
    display: block;
    content: '';
    width: 1px;
    height: 10px;
    background: #818181;
    position: absolute;
    left: -7px;
    top: 5px;
}

#footer .footer_inner .addresss span:first-child {
    margin-left: 0;
}

#footer .footer_inner .addresss span:first-child:before {
    display: none;
}

#footer .footer_inner .addresss span .mail {
    font-weight: bold;
    color: #7300ff;
}

#footer .footer_inner .copyright {
    margin-top: 15px;
    font-size: 12px;
    color: #333333;
}

/* 레이어 공통 */
.layer_wrap {
    border: 2px solid #9e928b;
    background: #fff;
    width: 1200px;
    position: fixed;
    left: 50%;
    top: 75px;
    margin-left: -600px;
    z-index: 4;
}

.layer_contents {
    position: relative;
}

.layer_contents .btn_layer_close {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 0;
    line-height: 0;
}

.layer_h505 {
    height: 505px;
}

.layer_h670 {
    height: 670px;
}

.layer_h535 {
    height: 720px;
}

/* 상단 유틸 레이어 */
.utill_layer {
    overflow: hidden;
}

.utill_layer select{
    border:1px solid #dee3eb;
    width:auto;
    padding:3px 15px;
    height:27px;

}

.utill_layer .tit_utill1 {
    float: left;
    width: 310px;
    height: 370px;
    background: url('../img/common/bg_layer_utill.gif') no-repeat right 0;
}

.utill_layer .tit_utill1 h3 {
    padding: 72px 0 19px 33px;
}

.utill_layer .tit_utill1 p {
    padding: 0 0 0 33px;
    font-size: 17px;
    color: #666;
    letter-spacing: -0.075em;
    line-height: 21px;
}

.utill_layer .tit_utill2 {
    float: left;
    width: 349px;
    height: 370px;
}

.utill_layer .tit_utill2 h3 {
    padding: 72px 0 19px 33px;
}

.utill_layer .tit_utill2 p {
    padding: 0 0 0 33px;
    font-size: 17px;
    color: #666;
    letter-spacing: -0.075em;
    line-height: 21px;
}

.utill_layer .tit_utill3 {
    float: left;
    width: 349px;
    height: 535px;
}

.utill_layer .tit_utill3 h3 {
    padding: 72px 0 19px 33px;
}

.utill_layer .tit_utill3 p {
    padding: 0 0 0 33px;
    font-size: 17px;
    color: #666;
    letter-spacing: -0.075em;
    line-height: 21px;
}

.utill_layer .tit_utill3 span {
    display: block;
    padding: 67px 0 0 21px;
}

.utill_layer .layer_companian {
    float: left;
    width: 842px;
    margin-top: 40px;
    margin-left: 38px;
}

.utill_layer .layer_companian h4 {
    padding-bottom: 25px;
}

.utill_layer .layer_companian ol {
    margin-left: 40px;
    margin-bottom: 25px;
    height: 106px;
    overflow: hidden;
    background: url('../img/common/img_layer_companian.gif') no-repeat 0 0;
}

.utill_layer .layer_companian ol li {
    float: left;
    color: #000;
    font-size: 16px;
    padding-top: 83px;
}

.utill_layer .layer_companian ol .step2 {
    padding-left: 65px;
}

.utill_layer .layer_companian ol .step3 {
    padding-left: 65px;
}

.utill_layer .layer_companian ol .step4 {
    padding-left: 75px;
}

.utill_layer .layer_companian ul {
    padding-left: 34px;
    margin-bottom: 40px;
}

.utill_layer .layer_companian ul li {
    font-size: 14px;
    color: #000;
    letter-spacing: -0.075em;
    line-height: 21px;
}

.utill_layer .layer_companian ul li em {
    color: #fd6120;
    font-style: normal;
}

.utill_layer .layer_companian .btn {
    padding-left: 149px;
}

.utill_layer .layer_companian .btn .btnTy2 {
    margin-left: 15px;
}

.utill_layer .layer_svc_money {
    float: right;
    position: relative;
    width: 775px;
    margin-top: 15px;
}

.utill_layer .layer_svc_money h4 {
    font-size: 16px;
    color: #4b3e4b;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    padding-left: 41px;
    margin-top: 5px;
    margin-bottom: 14px;
    background: url('../img/common/bg_layer_h4.gif') no-repeat 0 0;
}

.utill_layer .layer_svc_money span {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
    color: #4b3e4b;
}

.utill_layer .layer_svc_money table {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.utill_layer .layer_svc_money table thead th {
    padding: 16px 0 15px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #4b3e4b;
    font-size: 15px;
    font-weight: normal;
    background: #f1f1f1;
    letter-spacing: -0.05em;
}

.utill_layer .layer_svc_money table tbody th {
    padding: 8px 0 7px 15px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #4b3e4b;
    font-size: 15px;
}

.utill_layer .layer_svc_money table tbody td {
    padding: 8px 0 7px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.utill_layer .layer_svc_money table tbody .block {
    background: #fec0a6;
    border-bottom: 1px solid #efb096;
    border-right: 1px solid #efb096;
}

.utill_layer .layer_svc_money table tbody .right {
    text-align: right;
    letter-spacing: -0.05em
}

.utill_layer .layer_svc_money table tbody .right > span {
    padding-right: 12px;
    position: static;
    font-size: 13px;
    color: #4b3e4b;
}

.utill_layer .layer_svc_money p {
    font-size: 14px;
    color: #4b3e4b;
    padding-top: 4px;
}

.utill_layer .layer_svc_money p em {
    font-style: normal;
    font-family: 'Myriad Pro';
}

.utill_layer .layer_qna_write {
    float: left;
    position: relative;
    width: 768px;
    margin-top: 32px;
    margin-left: 38px;
}

.utill_layer .layer_svc_write {
    float: left;
    position: relative;
    width: 768px;
    margin-top: 32px;
    margin-left: 38px;
}

.utill_layer .layer_svc_write .mId {
    margin-right: 18px;
    margin-left: 1px;
}

/* 버튼 */
.btnTy1 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #000;
    width: 180px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_gray01.gif') no-repeat 0 0;
}

.btnTy1 span {
    display: block;
    padding-left: 55px;
}

.btnTy2 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 234px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_black01.gif') no-repeat 0 0;
}

.btnTy2 span {
    display: block;
    padding-left: 43px;
}

.btnTy3 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 234px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_black02.gif') no-repeat 0 0;
}

.btnTy3 span {
    display: block;
    padding-left: 95px;
}

.btnTy4 {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    width: 103px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_gray02.gif') no-repeat 0 0;
}

.btnTy4 span {
    display: block;
}

.btnTy5 {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 103px;
    height: 43px;
    line-height: 43px;
    background: #000;
}

.btnTy5 span {
    display: block;
}

.btnTy6 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 234px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_black03.gif') no-repeat 0 0;
}

.btnTy6 span {
    display: block;
    padding-left: 82px;
}

.btnTy7 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 123px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_black04.gif') no-repeat 0 0;
}

.btnTy7 span {
    display: block;
    padding-left: 60px;
}

.btnTy8 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 234px;
    height: 43px;
    line-height: 43px;
    background: url('../img/btn/btn_bg_black05.gif') no-repeat 0 0;
}

.btnTy8 span {
    display: block;
    padding-left: 45px;
}

/* 작성 */
.sComm_write table {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.sComm_write table tbody th {
    padding: 5px 0;
    text-align: left;
    font-weight: normal;
    color: #4b3e4b;
    font-size: 15px;
    background: #f1f1f1;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sComm_write table tbody th span {
    padding-left: 42px;
}

.sComm_write table tbody td {
    padding: 5px 0 5px 9px;
    color: #4b3e4b;
    font-size: 15px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sComm_write table tbody .input01 {
    border: 0 none;
    background: #eee;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #4b3e4b;
    padding-left: 5px;
}

.sComm_write table tbody .txtbox {
    background: #eee;
    padding-left: 5px;
}

.sComm_write table tbody .txtbox textarea {
    border: 0 none;
    width: 100%;
    background: #eee;
    font-size: 12px;
    color: #4b3e4b;
    resize: none;
}

.sComm_write table tbody .fLeft {
    margin-right: 9px;
}

.sComm_write table tbody .phone .select_1 {
    width: 87px;
}

.sComm_write table tbody .phone .input01 {
    margin-right: 6px;
}

.sComm_write table tbody input[type='radio'] {
    margin-right: 5px;
    vertical-align:-1px;
}

.sComm_write .txtbox {
    border: 1px solid #d3d3d3;
    height: 80px;
    padding-right: 2px;
    font-size: 12px;
    color: #4b3e4b;
    overflow-y: scroll;
}


/* 정렬 */
.fLeft {
    float: left;
}

.btn_center {
    text-align: center;
    margin-top: 20px;
}

.btn_align {
    text-align: center;
    position: relative;
    height: 43px;
    margin-top: 20px;
}

.btn_align .btn_prev {
    position: absolute;
    left: 0;
    top: 0;
}

.btn_align .btn_next {
    position: absolute;
    right: 0;
    top: 0;
}

/* 파일찾기 */
.file_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.file_box .file_wrap {
    display: inline-block;
    width: 98px;
    height: 22px;
    background: url('../img/btn/btn_selectFile.gif') 0 0 no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
}

.file_box .file_add {
    filter: alpha(opacity:0);
    opacity: 0;
    width: 65px;
    height: 25px;
}

.file_box .file_list {
    margin-right: 20px;
    margin-left: 105px;
}

.file_box .file_list input {
    width: 100%;
    height: 22px;
    font-size: 12px;
    border: 0 none;
}

.file_box p {
    font-size: 14px;
    color: #4b3e4b;
    padding-top: 3px;
}

.file_box p em {
    font-style: normal;
    color: #fd814d;
}


/* 15.04.09 추가 */
.layer_import_funtion3 {
    position: absolute;
    left: 30px;
    top: -26px;
    display: none;
}

.layer_import_funtion3 .btn_close {
    position: absolute;
    right: 36px;
    top: 20px;
    font-size: 0;
    line-height: 0;
}

#notice_board .left {
    cursor: pointer;
}


.section {
    position: relative;
    overflow: hidden;
    text-align: center;
}


.sellpos .rolling {height:958px; position:relative; text-align:center; background:url('../img/common/bg_visual_sellpos.jpg') no-repeat center 0;background-size:2000px}
.sellpos .rolling p {padding-top:150px;}
.sellpos .txt_desc {padding-top:40px; padding-bottom:68px;}
.sellpos01 {position:absolute; left:0; top:50%; margin-top:-320px; width:100%;}
.sellpos01_01 {width:1200px; margin:0 auto; position:relative;}
.sellpos01 ul {overflow:hidden;}
.sellpos01 ul li {float:left;}
.sellpos02 {text-align:center; position:absolute; left:0; top:50%; margin-top:-405px; width:100%; height:100%; background:#86cfeb;}
.sellpos03 {text-align:center; position:absolute; left:0; top:50%; margin-top:-405px; width:100%; height:100%; background:#fff;}
.sellpos04 {text-align:center; position:absolute; left:0; top:50%; margin-top:-405px; width:100%; height:100%; background:#86cfeb;}
.sellpos05 {text-align:center; position:absolute; left:0; top:50%; margin-top:-405px; width:100%; height:100%; background:#fff;}


.sellpia_customer .rolling {height:958px; position:relative; text-align:center; background:url('../img/common/bg_visual_customer.jpg') no-repeat center 0;background-size:2000px}
.sellpia_customer .rolling p {padding-top:150px;}
.sellpia_customer .txt_desc {padding-top:40px; padding-bottom:68px;}



.white-area { width:100%; }
.white-area p.tit { padding-top:200px; text-align:center; }

.tb-area { padding-bottom:500px; }
.tb-area .utill_layer .layer_svc_write { float:none; margin:0 auto; }
.tb-area .utill_layer .layer_svc_write p.tit-s { margin-top:100px; padding-bottom:10px; }
.tb-area p.chk { margin-top:5px; padding-bottom:10px; font-size:12px; }
.tb-area p.chk input { vertical-align:-3px; }

.tb-area .utill_layer .layer_svc_write { float:none; margin:0 auto; }
.tb-area .utill_layer .layer_svc_write p.tit-s { margin-top:100px; padding-bottom:10px; }

::-webkit-scrollbar {width: 2px; height: 2px;  }
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {display: block; width: 12px;height: 12px; background: rgba(0,0,0,.05);}
::-webkit-scrollbar-track {     background: rgba(0,0,0,.05); }
::-webkit-scrollbar-thumb {  background: #7300ff;  }


#notice_table{
    border-collapse: collapse;
}
#notice_table th, #notice_table td {
    border:1px solid grey;
    padding:5px;
}