/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*/
.introduction {/*font-family: 'Noto Sans KR', sans-serif;*/     font-family: NotoSansCJKkr, Dotum, AppleGothic, Tahoma, Geneva, sans-serif!important;}


introduction h1, .introduction h2, .introduction h3, .introduction h4, .introduction h5, .introduction h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

/* ## INTRODUCTION COMMON ## */
.introduction p{
    margin-bottom:0;
}
/* ìƒë‹¨íƒ­ */
.serviceTab{
    line-height:70px;
    text-align:center;
    border-bottom:1px solid #ddd;
}
.serviceTab p{
    display:inline-block;
    margin:0 35px 0;
    position:relative;
    font-size:16px;
    cursor:pointer;
    font-weight: 500;
}
.serviceTab p span{
    display:none;
    width:100%;
    height:1px;
    background-color:#0072CE;
    position:absolute;
    bottom:20px;
}
.serviceTab p:hover{
    color:#0072CE;
}
.serviceTab p.active{
    color:#0072CE;
}
.serviceTab p.active span{
    display:block;
}
/* ì§€ì›ì‡¼í•‘ëª° íƒ­ */
.shopTabArea{
    padding:100px 0 90px;
    text-align:center;
}
.shopTabArea p{
    display:inline-block;
    margin:0 20px;
    position:relative;
    font-size:18px;
    cursor:pointer;
}
.shopTabArea p.active{
    color:#0072CE;
}
.shopTabArea p.active::after{
    content:"";
    display:block;
    width:100%;
    padding:0 5px;
    height:3px;
    background-color:#0072CE;
    position:absolute;
    bottom:-5px;
    left:-5px;
    box-sizing:content-box;
}
/* ì§€ì›ì‡¼í•‘ëª° ë²„íŠ¼ì˜ì—­ */
.introduction .btnArea{
    text-align:center;
    margin:100px 0 140px;
}
.introduction .btnArea a, .introduction p.btn2{
    display:inline-block;
    font-size:16px;
    font-weight:500;
    line-height:60px;
    padding:0 50px;
    border-radius:30px;
    border:1px solid #0072CE;
    transition:all .3s;
    cursor:pointer;
}
.introduction a{
    color:#0072CE;
    border:1px solid #0072CE;
    margin-right:18px;
}
.introduction a:hover{
    background-color:#0072CE;
    color:#fff;
}
.introduction p.btn2{
    background-color:#0072CE;
    color:#fff;
}
.introduction p.btn2:hover{
    background-color:#fff;
    color:#0072CE;
}
/* ì—‘ì…€ë‹¤ìš´ë¡œë“œ ë²„íŠ¼ */
.btn_down{
    width:1180px;
    text-align:right;
    margin:0 auto 20px;
    overflow:hidden;
}
.btn_down a{
    display:block;
    height:35px;
    color:#0072CE;
    padding:0 20px;
    line-height:35px;
    border:1px solid #0072CE;
    border-radius:30px;
    float:right;
}
.btn_down a img{
    display:inline-block !important;
    width:16px;
    margin-left:10px;
    vertical-align:middle;
}
.btn_down a:hover,
.btn_down a:focus{
    color:#0072CE;
    background-color:#fff;
}
/* ì§€ì›ì‡¼í•‘ëª° ë¦¬ìŠ¤íŠ¸ */
.listTable{
    width:1180px;
    border:1px solid #ddd;
    color:#333;
    margin:80px auto 0 auto;
}
.listTable tr{
    border-bottom:1px solid #ddd;
}
.listTable tr:last-child{
    border:none;
}
.listTable thead{
    border-top:3px solid #333;
    border-bottom:1px solid #ddd;
}
.listTable thead tr{
    height:55px;
    background-color:#F7F7F7
}
.listTable thead th{
    border-right:1px solid #ddd;
    text-align:center;
}
.listTable tbody tr:hover{
    background-color:#EFF8FF;
}
.listTable tbody tr td{
    text-align:center;
    border-right:1px solid #ddd;
    padding:13px 0;
}
  
.listTable tbody tr td img{
    width:110px;
    display: inline-block;
}  

.iconCk{
    display:block;
    width:15px;
    height:10px;
    border-left:1.5px solid #777;
    border-bottom:1.5px solid #777;
    transform:rotate(-50deg);
    margin:0 auto;
}

/* ì´ìš©ìš”ê¸ˆíƒ­ ë§í¬ì˜ì—­ */
.introduction .linkArea{
    margin-top:140px;
    padding:80px 0;
    background-color:#F7F7F7;
    text-align:center;
    font-size:28px;
    font-weight:500;
}
.introduction .linkArea p{
    margin-bottom:0;
}
.introduction .linkArea a{
    display:inline-block;
    font-size:16px;
    color:#0072CE;
    width:200px;
    height:60px;
    line-height:60px;
    text-align:center;
    border:1px solid #0072CE;
    border-radius:30px;
    margin-right:20px;
    margin-top:45px;
    transition:all .3s;
}
.introduction .linkArea a:hover{
    background-color:#0072CE;
    color:#fff;
}
/* ì´ìš©ìš”ê¸ˆ í…Œì´ë¸” */
.introduction h4{
    font-size:36px;
    text-align:center;
    padding:120px 0 40px;
}
.introduction .textR{
    font-size:14px;
    text-align:right;
    margin-bottom:15px;
}
.priceTable{
    width:1180px;
    margin:0 auto;
}
.priceTable .tableTitle{
    font-size:20px;
    padding-top:100px;
    padding-bottom:20px;
}
.priceTable table{
    width:100%;
    border:1px solid #ddd;
    border-top:3px solid #333;
}
.priceTable table tr{
    border-bottom:1px solid #ddd;
}
.priceTable table th{
    text-align:center;
    background-color:#F7F7F7;
    border-right:1px solid #ddd;
    font-size:16px;
    height:55px;
}

/* ## INTRODUCTION_EMP emp ì†Œê°œ ## */
.empWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_emp.png);
}
.empWrap .contDesc{
    width:100%;
}
/* contents */
.empWrap .con01 div:first-child,
.empWrap .con02 div:first-child,
.empWrap .con03 div:first-child,
.empWrap .con04 div:first-child{
    padding-bottom:33.3%;
    background-size:100%;
    background-repeat:no-repeat;
}
.empCon div:first-child img{
    display:none;
}
.empWrap .con01 div:first-child{
    background-image:url(/images/Frontend/korean/marketlink/emp_product1.png);
}
.empWrap .con02 div:first-child{
    background-image:url(/images/Frontend/korean/marketlink/emp_order1.png);
}
.empWrap .con03 div:first-child{
    background-image:url(/images/Frontend/korean/marketlink/emp_inquiry1.png);
}
.empWrap .con04 div:first-child{
    background-image:url(/images/Frontend/korean/marketlink/emp_stats1.png);
}
.empCon img{
    display:block;
    width:100%;
}
/* con05 ì§€ì›ì‡¼í•‘ëª° */
.supportV{
    float:left;
    font-size:14px;
    margin-bottom:0;
}
.supportV p{
    display:inline-block;
    margin-right:15px;
}
.supportV span{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border-radius:50%;
    background-color:#ddd;
    color:#fff;
    margin-right:3px;
}
.active .version_d{
    background-color:#1EB558;
}
.active .version_l{
    background-color:#2E6ADB;
}
.active .version_p{
    background-color:#FFA700;
}
.empCon td img{
    display:inline-block;
    width:110px;
}
td .supportV{
    float:none;
}
td .supportV p:last-child{
    margin-right:0;
}
td .supportV p{
    margin-bottom:0;
}
/* con06 ì´ìš©ìš”ê¸ˆ */
.empWrap .priceTable table td{
    width:25%;
    height:50px;
    border-right:1px solid #ddd;
    text-align:center;
    position:relative;
}
.empWrap .priceTable table td:first-child{
    text-align:left;
    padding:0 3%;
}
.priceTable .c_gray{
    color:#ccc;
}
/* ## INTRODUCTION_GMP 2.0 ì†Œê°œ ## */
.gmpWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_application.png);
}
.introduction .con{
    width:100%;
}
.conTopWrap{
    padding-bottom:160px;
    border-bottom:1px solid #E0E5E9;
}
.conTop{
    width:1180px;
    margin:0 auto;
}
.introduction .conTop h4{
    font-size:32px;
    padding:110px 0 40px;
}
.introduction .conTop .descText{
    font-size:16px;
    text-align:center;
    color:#454F5D;
    line-height:1.8;
    padding-bottom:95px;
    font-weight:300;
}
.introduction .conTop .imgArea{
    text-align:center;
    margin-bottom:110px;
}
.introduction .conTop .imgArea img{
    width:60%;
    margin:0 auto;
}
.introduction .conTop .funcList{
    width:100%;
    overflow:hidden;
    margin-bottom:0;
}
.introduction .conTop .funcList li{
    width:33%;
    text-align:left;
    float:left;
    color:#454F5D;
    font-weight:300;
}
.introduction .conTop .funcList li .title{
    padding:40px 0;
    font-size:24px;
}
.introduction .conTop .funcList li .desc{
    font-size:15px;
}
.introduction .funcInfo{
    width:1180px;
    padding:160px 0 40px;
    margin:0 auto;
    color:#454F5D;
    font-weight:300;
}
.introduction .funcInfo:last-child{
    padding-bottom:140px;
}
.introduction .funcInfo:after{
    content:"";
    display:block;
    clear:both;
}
.introduction .funcInfo .leftCon, .introduction .funcInfo .rightCon{
    width:50%;
    float:left;
}
.introduction .funcInfo div img{
    width:550px;
}
.introduction .funcInfo .rightCon img{
    float:right;
}
.introduction .funcInfo div .title{
    font-size:30px;
    padding:100px 0 35px;
}
.introduction .funcInfo .rightCon .title, .funcInfo .rightCon .desc{
    padding-left:10%;
}
.introduction .funcInfo div .desc{
    font-size:16px;
    line-height:1.5;
}
/* GMP ##ì´ìš©ìš”ê¸ˆ */
.gmpWrap .priceTable table td{
    height:50px;
    border-right:1px solid #ddd;
    text-align:center;
    position:relative;
}
.gmpWrap .addText{
    font-size:15px;
    line-height:2;
    margin-top:25px;
}
.gmpWrap .noticeArea{
    background-color:#F7F7F7;
    margin-top:140px;
}
.gmpWrap .noticeText{
    width:1180px;
    margin:0 auto;
    padding:120px 0;
    position:relative;
}
.gmpWrap .noticeText .title{
    font-size:28px;
    position:absolute;
    top:120px;
    left:0;
}
.gmpWrap .noticeText div{
    width:85%;
    margin-left:15%;
    font-size:15px;
    border-bottom:3px solid #333;
    padding-bottom:50px;
}
.gmpWrap .noticeText div p{
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
    margin-bottom:10px;
}
.gmpWrap .noticeText div p span{
    display:block;
    width:20px;
    position:absolute;
    left:0;
}
.gmpWrap .noticeText .exText{
    padding-top:50px;
    border-bottom:1px solid #333;
}
.noticeText .exText .strongT{
    font-weight:bold;
    padding:0;
    margin-top:25px;
    line-height:2;
}
.gmpWrap .linkArea{
    margin-top:0;
    background-color:#fff;
}
/* ## INTRODUCTION_GLOBAL ê¸€ë¡œë²Œì†Œê°œ ## */
.globalWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_global.png);
}
.globalWrap .shopTabArea{
    display:none;
}
.globalWrap .searchArea{
    margin-bottom:50px;
    width: 100%;
    height: 160px;
    line-height: 160px;
    background-color: #F7F7F7;
    text-align: center;    
}
/* ## APPLICATION ë¬´ë£Œì²´í—˜ ## */
.applicationWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_application.png);
}
.applicationWrap .linkWrap{
    width:1180px;
    margin:140px auto;
}
.linkWrap:after{
    content:"";
    display:block;
    clear:both;
}
.linkWrap p{
    margin-bottom:0;
}
.linkWrap > a{
    display:block;
    width:49%;
    float:left;
    position:relative;
    z-index:30;
    color:#333;
}
.linkWrap > a:first-child{
    margin-right:2%;
}
.linkWrap > a:hover{
    color:#333;
}
.linkWrap .imgArea{
    position:relative;
    margin-bottom:0;
    width:100%;
    overflow:hidden;
}
.linkWrap .imgArea img{
    width:100%;
    display:block;
    transition:all .5s;
}
.linkWrap > a:hover .imgArea img{
    transform:scale(1.1);
}
.linkWrap .boxCon{
    width:85%;
    height:350px;
    padding:70px 60px;
    box-sizing:border-box;
    background-color:#fff;
    box-shadow:0 3px 30px rgba(0,0,0,.16);
    position: relative;
    margin-top:-45%;
    margin-left:7.5%;
}
.linkWrap .boxCon .titleT{
    font-size:28px;
    margin-bottom:15px;
}
.linkWrap .boxCon span{
    color:#777;
    font-size:14px;
}
.linkWrap .boxCon .desc{
    line-height:2;
}
.linkWrap .boxCon .link{
    color:#0072CE;
    position:absolute;
    bottom:18%;
    font-size:16px;
}
.linkWrap .boxCon .link img{
    margin-left:10px;
    vertical-align:1px;
}
.applicationWrap .linkArea{
    width:100%;
    background-color:#F7F7F7;
    text-align:center;
    padding:80px 0;
    font-size:16px;
}
.applicationWrap .linkArea .strong{
    font-size:28px;
    font-weight:bold;
    margin-bottom:15px;
}
.applicationWrap .linkArea a{
    display:block;
    margin:0 auto;
    width:230px;
    line-height:60px;
    text-align:center;
    border:1px solid #0072CE;
    border-radius:30px;
    margin-top:50px;
    color:#0072CE;
    transition:all .3s;
}
.applicationWrap .linkArea a:hover{
    background-color:#0072CE;
    color:#fff;
}

/* ## REGISTER íšŒì›ê°€ìž… ## */
.registerWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_register.png);
}
/* ## REGISTER_01 ì•½ê´€ë™ì˜ ## */
.agreeForm{
    margin-bottom:0;
}
.agreeForm li{
    position:relative;
    border-bottom:1px solid #E0E5E9;
    font-size:18px;
}
#all_agree+ label{
    background-color:#F7F7F7;
}
.agreeForm li input[type='checkbox']{
    display:none;
}
.agreeForm li input[type='checkbox']+ label{
    display:block;
    width:100%;
    padding:25px 30px;
    box-sizing:border-box;
}
.agreeForm li input[type='checkbox']+ label span{
    display:inline-block;
    width:28px;
    height:28px;
    background:url(/images/Frontend/korean/marketlink/icon/btn_register.png)left top no-repeat;
    vertical-align:bottom;
    margin-right:15px;
}
.agreeForm li input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_register.png)left bottom no-repeat;
}
#all_agree:checked + label{
    background-color:#EBF7FF !important;
}
.agreeForm li a{
    font-size:14px;
    text-decoration:underline;
    color:#333;
    margin-left:10px;
}
.register01 .btnArea{
    text-align:center;
    margin-top:80px;
}
.register01 .btnArea button{
    height:60px;
    font-size:16px;
    border-radius:30px;
    padding:0 40px;
    color:#fff;
    background-color:#ccc;
    border:none;
    cursor:pointer;
    transition:all .3s;
}
.register01 .btnArea button.active{
    background-color:#0072CE;
}
/* ## REGISTER_02 íšŒì›ê°€ìž…í¼ ## */
.register02 .formWrap{
    box-shadow:0 3px 30px rgba(0,0,0,.16);
    margin-top:40px;
}
.register02 .joinTab{
    overflow:hidden;
}
.register02 .joinTab p{
    width:50%;
    height:120px;
    float:left;
    text-align:center;
}
.register02 .joinTab p a{
    display:block;
    width:100%;
    height:100%;
    color:#fff;
    background-color:#ddd;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
    line-height:1.3;
    box-sizing:border-box;
    padding-top:30px;
}
.register02 .joinTab p a span{
    font-size:14px;
    font-weight:normal;
}
.register02 .joinTab p.active a{
    color:#333;
    background-color:#fff
}
.register02 .joinTab p.active a span{
    color:#777;
}
.register02 .section{
    width:80%;
    margin:0 auto;
}
.register02 .section .sTitle{
    font-size:18px;
    font-weight:bold;
    margin:80px 0 15px;
}
.register02 .section ul{
    padding:65px 80px;
    box-sizing:border-box;
    background-color:#F7F7F7;
    margin-bottom:0;
}
.register02 .section li{
    position:relative;
    margin-bottom:35px;
}
.register02 .section li:last-child{
    margin-bottom:0;
}
.register02 .section li input{
    width:100%;
    height:50px;
    border:none;
    background:none;
    border-bottom:1px solid #ddd;
    font-size:16px;
    font-family:sans-serif;
}
.register02 .section li input::-webkit-input-placeholder{
    color:#ccc;
}
.register02 .section li input:-ms-input-placeholder{
    color:#ccc;
}
.register02 .section li button{
    border:1px solid #0072CE;
    color:#0072CE;
    font-size:14px;
    height:36px;
    padding:0 20px;
    line-height:1;
    border-radius:30px;
    background:none;
    position:absolute;
    top:5px;
    right:0;
    cursor:pointer;
}
.register02 .section li button:hover{
    background-color:#0072CE;
    color:#fff;
}
.register02 .section input[type='checkbox']{
    display:none;
}
.register02 .section input[type='checkbox']+ label{
    line-height:1.8;
}
.register02 .section input[type='checkbox']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.register02 .section input[type='checkbox']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.register02 .section input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}
.register02 .btnArea{
    padding:100px 0;
    margin-bottom:0;
}
.register02 .btnArea button{
    padding:0 50px;
    height:60px;
    background-color:#0072CE;
    border:1px solid #0072CE;
    color:#fff;
    font-size:16px;
    font-weight:500;
    border-radius:30px;
    transition:all .3s;
    cursor:pointer;
}
.register02 .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}
.register02 .ant-form-item-explain{
    color:#EF3D3D;
}
/* ## REGISTER_03 íšŒì›ê°€ìž…ì™„ë£Œ ## */
.confirmWrap{
    border:1px solid #ddd;
}
.confirmEmail{
    padding:100px 0;
    background-color:#F7F7F7;
    text-align:center;
    border-bottom:1px solid #ddd;
}
.confirmEmail .text{
    font-size:18px;
    line-height:2;
}
.register03 .text span{
    color:#0072CE;
}
.confirmEmail .btn{
    margin-top:30px;
}
.register03 .btn button{
    border:none;
    font-size:16px;
    background:none;
    cursor:pointer;
    padding:0 50px;
    height:60px;
    background-color:#0072Ce;
    color:#fff !important;
    border:1px solid #0072Ce;
    border-radius:30px;
    transition:all .3s;
}
.register03 .btn button:hover{
    background-color:#fff;
    color:#0072CE !important;
}
.register03 .confirmationInfo{
    overflow:hidden;
    width:90%;
    margin:0 auto;
    padding:65px 5%;
}
.register03 .confirmationInfo p{
    width:14%;
    float:left;
    text-align:center;
    font-size:16px;
}
.register03 .confirmationInfo p span{
    display:block;
    width:75px;
    line-height:30px;
    background-color:#333;
    color:#fff;
    border-radius:15px;
    text-align:center;
    margin:0 auto 20px;
    font-size:14px;
}
.register03 .confirmationInfo p img{
    margin-top:23px;
}
/* ## MEMBER ë¡œê·¸ì¸ê´€ë ¨ íŽ˜ì´ì§€ ## */
.memberWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_login.png);
}
.memberWrap .contDesc{
    min-height:650px;
    padding-bottom:100px;
}
.memberWrap .titleWrap{
    top:40%;
}
.memberWrap .btnArea{
    text-align:center;
    margin-bottom:0;
}
.memberWrap .btnArea button{
    width:100%;
    height:60px;
    background-color:#0072CE;
    border:1px solid #0072CE;
    color:#fff;
    border-radius:30px;
    font-size:16px;
    font-weight:500;
    transition:all .3s;
    cursor: pointer;
}
.memberWrap .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}
.memberWrap .btnArea a{
    color:#0072CE;
    font-size:15px;
    padding-top:20px;
    display:block;
}
.memberForm .noticeArea{
    font-size:14px;
    text-align:center;
    color:#777;
    padding-top:55px;
    letter-spacing:-1px;
    margin-bottom:0;
}
.memberForm .btn_back{
    position:absolute;
    top:-40px;
    cursor:pointer;
}
.memberForm .inputArea p{
    margin-bottom:30px;
}
.memberForm .inputArea p:last-child{
    margin-bottom:0;
}
.memberForm .inputArea input{
    width:100%;
    border:none;
    border-bottom:1px solid #ddd;
    height:40px;
    font-size:18px;
    font-family:sans-serif !important;
}
.loginForm,
.findWrap,
.resultWrap{
    width:560px;
    box-shadow:0 3px 30px rgba(0,0,0,.16);
    /* position:absolute;
    top:33%;
    left:calc(50% - 280px);
    background-color:#fff; */
    position:relative;
    margin:0 auto;
    margin-top:-100px;
    background-color:#fff;
    z-index:20;
}
.loginTab,
.findTab{
    overflow:hidden;
}
.loginTab p,
.findTab p{
    width:50%;
    height:80px;
    line-height:80px;
    text-align:center;
    margin-bottom:0;
    float:left;
}
.loginTab p a,
.findTab p a{
    display:block;
    width:100%;
    height:100%;
    background-color:#ddd;
    color:#fff;
    font-size:18px;
    font-weight:500;
    cursor:pointer;
}
.loginTab p.active a,
.findTab p.active a{
    background-color:#fff;
    color:#333;
}
.loginForm .inputbox,
.findForm .inputbox{
    width:100%;
    margin-bottom:25px;
}
.loginForm .inputbox input,
.findForm .inputbox input{
    width:100%;
    height:40px;
    font-size:18px;
    border:none;
    border-bottom:1px solid #ddd;
    font-family:sans-serif;
}
.loginArea .ant-form-item-explain{
    color:#EF3D3D;
}
/* ## MEMBER_LOGIN ë¡œê·¸ì¸ ## */
.emailId, .empId{
    margin:0 auto;
    padding-bottom:50px;
}
.emailId{
    width:80%;
}
.empId{
    width:100%;
}
.hide {
    display:none !important;
}
.activeForm{
    display:block;
}
.inputArea{
    padding-top:50px;
}
.empId .inputArea{
    width:80%;
    margin:0 auto;
}
.inputArea .check{
    padding-bottom:50px;
}
.check input[type='checkbox']{
    display:none;
}
.check input[type='checkbox']+ label{
    line-height:1.8;
}
.check input[type='checkbox']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.check input[type='checkbox']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.check input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}
.empId .btnArea{
    width:80%;
    margin:0 auto;
}
.id_typeTab{
    height:70px;
    line-height:70px;
    text-align:center;
    background-color:#F7F7F7;
    margin-bottom:0;
}
.id_typeTab button{
    border:none;
    background:none;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    position:relative;
}
.id_typeTab button:first-child{
    margin-right:20px;
}
.id_typeTab button.active{
    color:#0072CE;
}
.id_typeTab button.active:after{
    content:"";
    display:block;
    width:100%;
    height:1px;
    background-color:#0072CE;
    position:absolute;
    bottom:15px;
}
.loginForm .noticeArea{
    text-align:center;
    padding-top:40px;
    margin-bottom:0;
    color:#777;
}
/* MEMBER_FIND ì•„ì´ë”” ë¹„ë°€ë²ˆí˜¸ ì°¾ê¸° */
.findForm{
    width:75%;
    margin:0 auto !important;
    padding-bottom:50px;
}
.formTab{
    height:70px;
    line-height:70px;
    text-align:center;
    background-color:#F7F7F7;
    margin-bottom:0;
}
.formTab button{
    border:none;
    background:none;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    position:relative;
}
.formTab button:first-child{
    margin-right:40px;
}
.formTab button.active{
    color:#0072CE;
}
.formTab button.active:after{
    content:"";
    display:block;
    width:100%;
    height:1px;
    background-color:#0072CE;
    position:absolute;
    bottom:15px;
}
.findArea .btnArea{
    margin-top:50px;
}
.memberForm .findNotice{
    padding-top:0;
    padding-bottom:50px;
}
/* MEMBER_RESULT */
.resultWrap{
    padding-bottom:50px;
}
.resultWrap .formTab{
    display:none;
}
.resultArea .result{
    width:80%;
    margin:0 auto;
    padding:0;
}
.resultArea .resultText{
    text-align:center;
    font-size:18px;
    padding-top:90px;
    line-height:1.8;
}
.resultPw .resultText{
    padding-bottom:0;
}
.resultArea .resultText span{
    color:#0072CE;
}
.resultArea .full-width{
    width:100%;
}
.resultArea .check{
    align-items: center;
}
.resultArea .btnArea{
    margin-top:85px;
}
.resultPw .btnArea a{
    width:100%;
    height:60px;
    background-color:#0072CE;
    border:1px solid #0072CE;
    color:#fff;
    border-radius:30px;
    margin-bottom:20px;
    cursor:pointer;
}
.resultPw .btnArea button{
    border:none;
    background:none;
    height:auto;
    color:#0072CE;
    cursor:pointer;
}
/* ë¹„ë°€ë²ˆí˜¸ ìž¬ì„¤ì • */
.resetArea .contTitle{
    background-image:none;
    background-color:#0072CE;
}
.resetArea .contTitle:after{
    display:none;
}
.resetArea .titleWrap h3{
    font-size:36px;
}
.resetArea .findWrap{
    width:600px;
    height:410px;
}
.resetArea .inputArea{
    padding-top:100px;
}
.resetArea .inputArea label{
    color:#0072CE
}
.resetArea .inputArea input{
    font-size:16px;
}
/* ## MYPAGE ë§ˆì´íŽ˜ì´ì§€ ## */
.mypage{
    width:100%;
}
.statusArea{
    width:100%;
    color:#fff;
    position:relative;
    background-color:#0072CE;
}
/* MYPAGE_SLIDE */
.statusArea .slideBtn{
    width:100%;
    position:absolute;
    top:265px;
    margin-bottom:0;
    z-index:100;
}
.statusArea .slideBtn button{
    background:none;
    border:none;
    position:absolute;
    top:0;
    cursor:pointer;
}
.statusArea .slideBtn .prevBtn{
    left:5%;
}
.statusArea .slideBtn .nextBtn{
    right:5%;
}
.statusArea .slideBtn .nextBtn::before{
    content:"ì´ìš©ì„œë¹„ìŠ¤ ë”ë³´ê¸°";
    display:block;
    width:150px;
    height:37px;
    line-height:37px;
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_tip.png);
    text-align:left;
    text-indent:15px;
    position:absolute;
    right:30px;
    top:15%;
    animation:anitext 1s infinite alternate;
}
@keyframes anitext{
    0%{right:30px}
    100%{right:40px;}
}
.statusArea .slide{
    width:100%;
    height:100%;
    position:relative;
    background-color:#0072CE;
}
.statusArea .slide .slideCon{
    width:1180px;
    padding-top:140px;
    min-height:510px;
    margin:0 auto;
    box-sizing:border-box;
    color:#fff;
    overflow:hidden;
}
.statusArea .slide .moreActive{
    height:auto !important;
}
.statusArea .slideCon .contTop{
    font-size:34px;
    padding-bottom:10px;
    border-bottom:3px solid #fff;
    font-weight:300;
    overflow:hidden;
    margin-bottom:80px;
}
.statusArea .slideCon .contTop span{
    font-weight:400;
}
.statusArea .slideCon .contTop a{
    color:#fff !important;
    font-size:16px;
    float:right;
    margin-top:25px;
}
.statusArea .slideCon .contTop a img{
    display:inline;
    vertical-align:0;
    margin-left:5px;
}
.statusArea .slideCon .serviceTitle{
    width:20%;
    float:left;
}
.serviceTitle .currentServie{
    font-size:33px;
    margin-bottom:0;
}
.serviceTitle .linkArea{
    width:100%;
}
.serviceTitle .linkArea p{
    display:inline-block;
    margin-bottom:0;
    margin-right:10px;
    cursor: pointer;
}
.serviceTitle .linkArea a{
    color:#fff;
    font-size:14px;
}
.serviceTitle .linkArea a:hover{
    color:#fff;
}
.serviceTitle .linkArea img{
    display:inline !important;
    margin-left:5px;
    vertical-align:0;
}
.statusArea .tableWrap{
    width:80%;
    float:left;
}
.statusArea .tableWrap table{
    width:100%;
}
.statusArea .tableWrap table th{
    font-size:18px;
    padding-bottom:40px;
    font-weight:400
}
.statusArea .tableWrap table td{
    width:30%;
    padding-bottom:27px;
}
.statusArea .tableWrap table td:last-child{
    text-align:right;
    width:10%;
}
.statusArea .tableWrap table td p{
    width:85%;
    font-size:16px;
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:7.5px;
    margin-bottom:0;
    font-weight:300;
}
.statusArea .tableWrap table td button{
    border:1px solid #fff;
    background-color:#0072CE;
    border-radius:30px;
    font-size:14px;
    height:35px;
    width:95px;
    /* margin-right:10px; */
    cursor:pointer;
    color:#fff;
}
.statusArea .tableWrap table td > button:first-child{
    background-color:#fff;
    color:#0072CE;
}
.statusArea .tableWrap table td button:hover{
    color:#0072CE;
    background-color:#fff;
}
.statusArea .tableWrap table td button:first-child:hover{
    background-color:#0072CE;
    color:#fff;
}
.dataNone .slideCon .descT{
    text-align:center;
    font-size:28px;
    color:#79B2E0 !important;
    line-height:2;
    font-weight:300;
}
.statusArea .moreBtn{
    width:100%;
    line-height:60px;
    background-color:#3E9CE8;
    text-align:center;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    margin-top:-5px;
}
.statusArea .moreBtn img{
    display:inline !important;
    margin-left:5px;
    vertical-align:middle;
}
/* MYPAGE_NOTICE */
.mypage .noticeArea{
    width:100%;
    background-color:#F7F7F7;
    padding:70px 0;
}
.mypage .noticeArea h4{
    width:1180px;
    margin:0 auto 10px !important;
    font-size:18px;
}
.mypage .noticeArea p{
    width:1180px;
    margin:0 auto;
    font-size:16px;
    margin-bottom:0;
    line-height:1.8;
    font-weight:300;
}
.mypage h3{
    font-size:28px;
    padding-bottom:20px;
    border-bottom:3px solid #333;
    font-weight:bold;
}
/* MYPAGE_ì„œë¹„ìŠ¤ ë¬´ë£Œì²´í—˜ì‹ ì²­ */
.mypage .btnIntroduction{
    width:1180px;
    margin:0 auto;
    padding-top:140px;
}
.mypage .btnIntroduction ul{
    width:100%;
    overflow:hidden;
    margin-bottom:0;
    margin-top:40px;
}
.mypage .btnIntroduction ul li{
    width:32%;
    float:left;
}
.mypage .btnIntroduction ul li:nth-child(2){
    margin:0 2%;
}
.btnIntroduction li .linkWrap{
    width:100%;
    border:1px solid #ddd;
    padding:55px 40px 40px;
    box-sizing:border-box;
    border-bottom:3px solid #0072CE;
}
.btnIntroduction li .linkWrap div{
    height:60px;
}
.btnIntroduction li .linkWrap div p{
    display:inline-block;
    width:calc(100% - 70px);
    font-size:15px;
}
.btnIntroduction li .linkWrap div img{
    vertical-align:top;
    margin-right:10px;
}
.btnIntroduction li .linkWrap div p span{
    display:block;
    font-size:22px;
    font-weight:bold;
}
.btnIntroduction button{
    background:none;
    border:1px solid #0072CE;
    color:#0072CE;
    padding:0 25px;
    border-radius:30px;
    margin-top:65px;
    cursor:pointer;
    line-height:36px;
}
.btnIntroduction .disable{
    border-bottom:3px solid #ddd !important;
}
.btnIntroduction .disable button{
    color:#fff;
    background-color:#ccc;
    border-color:#ccc;
    cursor:default;
}
.btnIntroduction .active button:hover{
    background-color:#0072CE;
    color:#fff;
}
.btnIntroduction li > a{
    display:block;
    width:100%;
    text-align:right;
    margin-top:15px;
    color:#0072CE;
}
.btnIntroduction li > a:hover{
    color:#0072CE;
}
.btnIntroduction li > a img{
    vertical-align:0;
    margin-left:5px;
}
/* MYPAGE_ê³ ê°ì„¼í„° ì•ˆë‚´ */
.mypage .counselInfo{
    width:1180px;
    margin:0 auto;
    padding:140px 0;
}
.mypage .counselInfo ul{
    width:100%;
    overflow:hidden;
    border:1px solid #ddd;
    margin-top:40px;
}
.mypage .counselInfo li{
    width:50%;
    float:left;
    /* padding:60px 40px; */
    padding:0 40px;
    box-sizing:border-box;
    height:190px;
}
.mypage .counselInfo li p{
    margin-bottom:0;
}
.mypage .counselInfo li .tell{
    font-size:32px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:50px;
}
.mypage .counselInfo li .info{
    font-size:15px;
    color:#777;
}
.mypage .counselInfo li:last-child{
    text-align:right;
}
.mypage .counselInfo li button{
    margin-top:80px;
    padding:9px 24px;
    border:1px solid #0072CE;
    border-radius:20px;
    background:none;
    cursor:pointer;
    color:#0072CE;
    font-size:14px;
}
.mypage .counselInfo .chatBtn{
    padding:9px 24px 9px 47px;
    background-color:#0072CE;
    color:#fff;
    background-image:url('/images/Frontend/korean/marketlink/icon/icon_channelx2.png');
    background-repeat:no-repeat;
    background-position:center left 24px;
    background-size:16px 16px;
}
.mypage .counselInfo li:last-child span{
    display:inline-block;
    width:1px;
    height:40px;
    background-color:#ddd;
    margin:0 16.5px;
    vertical-align:middle;
}

/* MYPAGE_ì„œë¹„ìŠ¤ì‹ ì²­ ì™„ë£Œ */
.resultAppWrap .contTitle{
    background-image:none;
    background-color:#0072CE;
    color:#fff;
}
.resultAppWrap .contTitle h3{
    font-size:32px;
}
.resultAppWrap .contTitle:after{
    display:none;
}
.resultAppWrap .contDesc{
    height:720px;
}
.resultAppWrap .tableWrap{
    width:600px;
    box-shadow:0px 3px 30px rgba(0,0,0,.16);
    background-color:#fff;
    padding:70px 85px 100px;
    box-sizing:border-box;
    /* position:absolute;
    left:50%;
    top:38%;
    margin-left:-300px;
    z-index:100; */
    position:relative;
    margin:-80px auto 0;
}
.resultAppWrap .tableWrap table{
    width:100%;
}
.resultAppWrap .tableWrap table th{
    font-size:16px;
    color:#0072CE;
    width:30%;
    padding-top:30px;
    padding-bottom:10px;
}
.resultAppWrap .tableWrap table td{
    width:70%;
    font-size:16px;
    border-bottom:1px solid #ddd;
    padding-top:30px;
    padding-bottom:10px;
}
.resultAppWrap .notice{
    text-align:center;
    padding:50px 0 60px;
    font-size:14px;
    color:#777;
    margin-bottom:0;
}
.resultAppWrap .btnArea button{
    border-radius:30px;
    border:1px solid #0072CE;
    padding:0 50px;
    height:60px;
    cursor:pointer;
}
.resultAppWrap .btnArea .btn2{
    margin-right:20px;
    background-color:#fff;
    color:#0072CE;
    padding-right:60px;
    background:url(/images/Frontend/korean/marketlink/icon/icon_download.png)no-repeat top right 15px;
}
.resultAppWrap .btnArea .btn2:hover{
    color:#fff;
    background-color:#0072CE;
    background-position:bottom -1px right 15px;
}
.resultAppWrap .btnArea .btn1{
    background-color:#0072CE;
    color:#fff;
}
.resultAppWrap .btnArea .btn1:hover{
    background-color:#fff;
    color:#0072CE;
}
.resultAppWrap .helpLink{
    width:100%;
    padding:85px 0;
    background-color:#F7F7F7;
    text-align:center;
}
.resultAppWrap .helpLink h3{
    font-size:28px;
    margin-bottom:15px;
    font-weight:bold;
}
.resultAppWrap .helpLink p{
    margin-top:15px;
    margin-bottom:50px;
    font-size:16px;
}
.resultAppWrap .helpLink a{
    /* display:block; */
    display:inline-block;
    width:230px;
    line-height:60px;
    border:1px solid #0072CE;
    color:#0072CE;
    border-radius:30px;
    font-size:16px;
    margin-right:20px;
    font-weight:bold;
}
.resultAppWrap .helpLink a:hover{
    background-color:#0072CE;
    color:#fff;
}

/* MYPAGE##CONVERT í†µí•©íšŒì›ì „í™˜ */
.convertWrap .contTitle{
    background-image:none;
    background-color:#0072CE;
}
.convertWrap .contTitle::after{
    display:none;
}

/* ## ë§ˆì´íŽ˜ì´ì§€ íšŒì›ì •ë³´ìˆ˜ì • ## */
.modifyForm .contTitle{
    background-image:none;
    background-color:#0072CE;
}
.modifyForm .contTitle::after{
    display:none;
}
.modifyCon{
    width:1180px;
    margin:120px auto 140px;
}
.modifyCon h4{
    font-size:28px;
    margin-bottom:15px !important;
}
.modifyCon .notice{
    font-size:16px;
    margin-bottom:0;
    padding-bottom:30px;
    line-height:1.7;
    border-bottom:3px solid #333;
}
.modifyCon .formTitle{
    padding:80px 0 20px;
    font-size:20px;
}
.modifyCon .formTitle p{
    font-size:16px;
    margin-bottom:0;
    margin-top:10px;
}
.modifyCon ul{
    width:100%;
    padding:70px 80px;
    box-sizing:border-box;
    background-color:#F7F7F7;
    margin-bottom:0;
}
.modifyCon ul li{
    margin-bottom:40px;
}
.modifyCon ul li:last-child{
    margin-bottom:0;
}
.modifyCon ul li label{
    width:15%;
    display:inline-block;
    font-size:16px;
}
.modifyCon ul li input[type="text"]{
    width:80%;
    height:50px;
    border:none;
    background:none;
    border-bottom:1px solid #ddd;
    font-size:16px;
}
.modifyCon ul li input:disabled{
    border:none;
    color:#777;
}
.modifyCon ul li button{
    height:35px;
    padding:0 25px;
    color:#0072CE;
    border:1px solid #0072CE;
    background:none;
    border-radius:30px;
    cursor:pointer;
}
.modifyCon ul li button:hover{
    background-color:#0072CE;
    color:#fff;
}
.modifyCon ul.agree{
    overflow:hidden;
}
.modifyCon ul.agree li{
    width:50%;
    float:left;
    margin-bottom:0;
}
.modifyCon ul.agree li p{
    display:inline-block;
    width:30%;
    margin-bottom:0;
}
.modifyCon ul.agree li label{
    margin-right:15px;
    width:auto;
}
.modifyCon ul.agree li label span{
    margin-right:5px;
}
.modifyCon input[type='checkbox']{
    display:none;
}
.modifyCon input[type='checkbox']+ label{
    line-height:1.8;
}
.modifyCon input[type='checkbox']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.modifyCon input[type='checkbox']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.modifyCon input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}
.modifyCon .btnArea{
    text-align:center;
    padding-top:80px;
}
.modifyCon .btnArea button{
    width:150px;
    height:60px;
    color:#fff;
    background-color:#0072CE;
    border:1px solid #0072CE;
    border-radius:30px;
    cursor:pointer;
    font-size:16px;
}
.modifyCon .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}
.modifyCon .btnArea a{
    color:#333;
    margin-top:30px;
    display:inline-block;
    width:65px;
    height:25px;
    border-bottom:1px solid #333;
    font-size:16px;
    text-align:center;
}

/* ## MYPAGE íšŒì›íƒˆí‡´ ## */
.withdrawWrap .contTitle{
    background-image:none;
    background-color:#0072CE;
}
.withdrawWrap .contTitle:after{
    display:none;
}
.withdrawWrap .left{
    width:35%;
    font-size:28px;
    float:left;
}
.withdrawWrap .noticeArea{
    background-color:#F7F7F7;
    padding:80px 0;
}
.withdrawWrap .noticeWrap{
    width:1180px;
    margin:0 auto;
    overflow:hidden;
}
.withdrawWrap .right{
    width:65%;
    float:left;
    font-size:16px;
}
.withdrawWrap .right p{
    margin-bottom:0;
    margin-top:40px;
}
.withdrawWrap .reasonForm{
    width:1180px;
    overflow:hidden;
    margin:160px auto 120px;
}
.withdrawWrap .reasonForm .right select{
    background:none;
    width:300px;
    height:50px;
    border:none;
    font-size:16px;
    border-bottom:1px solid #777;
    -ms-appearance:none; appearance:none; -webkit-appearance:none; 
    background:none; 
    background:url(/images/Frontend/korean/marketlink/icon/icon_select.png)no-repeat center right 10px; 
    background-size:10px; 
    margin-bottom:40px;
    border-radius:0;
}
.withdrawWrap .reasonForm .right textarea{
    width:100%;
    height:280px;
    border:1px solid #ddd;
    resize:none;
    padding:20px;
    font-size:18px;
}
.withdrawWrap .btnArea button{
    width:185px;
    height:60px;
    background-color:#0072CE;
    color:#fff;
    border:1px solid #0072CE;
    border-radius:30px;
    font-size:16px;
    cursor:pointer;
}
.withdrawWrap .btnArea{
    margin-bottom:140px;
}
.withdrawWrap .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}

/* ## íšŒì›íƒˆí‡´ ì™„ë£Œ ## */
.resultWithdraw .contDesc{
    width:1060px;
    margin:170px auto 140px;
}
.resultWithdraw .sec_title{
    font-size:36px;
    font-weight:bold;
    padding-bottom:25px;
    border-bottom:3px solid #333;
    margin-bottom:0;
}
.resultWithdraw .contDesc div{
    background-color:#F7F7F7;
    text-align:center;
    font-size:18px;
    padding:100px 0;
}
.resultWithdraw .contDesc div p{
    margin-bottom:0;
    margin-top:50px;
}
.resultWithdraw .contDesc div button{
    width:175px;
    height:60px;
    background-color:#0072CE;
    border:1px solid #0072CE;
    border-radius:30px;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}
.resultWithdraw .contDesc div button:hover{
    background-color:#fff;
    color:#0072CE;
}

/* ## ì´ìš©ì•½ê´€ ## */
.policyWrap .contTitle{
    background-image:url(/images/Frontend/korean/marketlink/bg/bg_title_policy.png);
}
.policyTab{
    height:70px;
    line-height:70px;
    text-align:center;
    border-bottom:1px solid #ddd;
}
.policyTab p{
    display:inline-block;
    margin:0 35px 0;
    position:relative;
    cursor:pointer;
    font-size:16px;
}
.policyTab p span{
    display:none;
    width:100%;
    height:1px;
    background-color:#0072CE;
    position:absolute;
    bottom:20px;
}
.policyTab p:hover{
    color:#0072CE;
}
.policyTab p.active{
    color:#0072CE;
}
.policyTab p.active span{
    display:block;
}

/* ## POLICY ì•½ê´€ ## */
.policyDesc{
    width:1220px;
    margin:0 auto;
    font-size:16px;
    line-height:2.5;
}
.policyTop{
    width:100%;
    margin-top:10%;
    padding-bottom:10px;
    border-bottom:3px solid #333;
    margin-bottom:70px;
}
.policyTop:after{
    content:"";
    display:block;
    clear:both;
}
.policyTop .sec_title{
    width:40%;
    font-size:23px;
    font-weight:bold;
    float:left;
}
.policyTop .selectArea{
    width:60%;
    text-align:right;
    float:left;
}
.policyTop .selectArea select{
    padding-right:30px;
    height:50px;
    width:300px;
    vertical-align:middle;
    margin-left:20px;
    border:none;
    border-bottom:1px solid #777;
    -ms-appearance:none; appearance:none; -webkit-appearance:none; 
    background:none; 
    background:url(/images/Frontend/korean/marketlink/icon/icon_select.png)no-repeat center right 10px; 
    background-size:10px; 
    font-size:16px;
    outline:none;
    border-radius:0;
}
.policyBox h2{
    font-size:20px;
    padding-top:30px;
    font-weight:bold;
}
.policyBox h2:first-child{
    padding-top:0;
}
.policyBox h3{
    font-size:18px;
    padding:30px 0;
    font-weight:bold;
}
.policyBox h4{
    font-size:18px;
    padding:10px 0;
    font-weight:bold;
}
.policyBox .pl20{
    padding-left:20px;
    position:relative;
}
.policyBox .pl20 span{
    position:absolute;
    left:0;
}
.policyBox .date{
    text-align:right;
    padding:30px 0 100px;
}
.policyBox .date2{
    padding:30px 0 100px;
}
.termsTable{
    width:100%;
    border:1px solid #ddd;
    font-size:14px;
}
.termsTable tr{
    border-bottom:1px solid #ddd;    
}
.termsTable tr:last-child{
    border-bottom:none;
}
.termsTable th,
.termsTable td{
    border-right:1px solid #ddd;
    padding:10px;
}
.termsTable th{
    text-align:center;
    background-color:#F0f0f0;
}
.termsTable th:last-child,
.termsTable td:last-child{
    border-right:none;
}


/* ###### MODAL CSS ###### */

/* MYPAGE_MAIN MODAL */
.modal_main{
    border-radius:10px;
    border:1px solid #ddd;
    position:absolute;
    overflow:hidden;
    color:#333;
}
.modal_main .modalTop{
    padding:45px 50px;
}
.modal_main .modalTitle{
    font-size:20px;
    margin-bottom:30px;
}
.modal_main .modalTitle span{
    font-weight:bold;
}
.modal_main .solutionList{
    overflow:hidden;
}
.modal_main .solutionList li{
    width:180px;
    height:190px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.modal_main .solutionList li:last-child{
    margin-right:0;
}
.modal_main .solutionList li a{
    display:block;
    width:100%;
    height:100%;
    border:1px solid #ddd;
    border-radius:10px;
    box-sizing:border-box;
    cursor:pointer;
    color:#333;
}
.modal_main .solutionList li a:hover{
    border-color:#0072CE;
    background-color:#EFF8FF;
}
.modal_main .solutionList .s_type{
    font-size:18px;
    font-weight:bold;
    margin-top:40px;
}
.modal_main .solutionList .s_type span{
    display:block;
    font-weight:400;
    font-size:14px;
    color:#777;
}
.modal_main .solutionList .btn span{
    display:block;
    width:96px;
    line-height:35px;
    border-radius:20px;
    border:1px solid #0072CE;
    background-color:#fff;
    color:#0072CE;
    font-size:14px;
    margin:0 auto;
    cursor:pointer;
}
.modal_main .solutionList li a:hover > .btn span{
    background-color:#0072CE;
    color:#fff;
}
.modal_main .linkArea{
    width:100%;
    line-height:60px;
    text-align:center;
    margin-bottom:0;
}
.modal_main .linkArea a{
    display:block;
    width:100%;
    background-color:#0072CE;
    color:#fff;
}
.modal_main .disableList{
    width:210px;
    font-size:15px;
    color:#777;
    text-align:center;
}
.modal_main .disableList .btn{
    margin-bottom:0;
}
.modal_main .disableList .btn a{
    display:block;
    margin:25px auto 0;
    width:95px;
    line-height:35px;
    border:1px solid #0072CE;
    border-radius:20px;
    color:#0072CE;
    font-size:14px;
}
.modal_main .disableList .btn a:hover{
    background-color:#0072CE;
    color:#fff;
}
/* MYPAGE_EMP ì‹ ì²­ëª¨ë‹¬ */
.modal_application{
    color:#333;
}
.modal_application .db_check{
    line-height:45px;
    background-color:#F7F7F7;
    padding:0 35px;
}
.modal_application .db_check p{
    display:inline-block;
    margin-bottom:0;
}
.modal_application .db_check .checkArea{
    position:relative;
    padding-left:30px;
}
.modal_application .db_check .tooltip{
    width:18px;
    left:0;
    top:0;
}
.modal_application .db_check .tooltip span{
    line-height:1.3;
}
.modal_application .db_check .inputBox{
    float:right;
}
.modal_application .db_check .inputBox input{
    vertical-align:middle;
    margin-right:5px;
}
.modal_application .db_check .inputBox label{
    margin-right:5px;
}
.modal_application .db_check .agreeArea{
    text-align:right;
}
.modal_application .db_check .agreeArea a{
    font-size:14px;
    text-decoration:underline;
    margin-left:10px;
}
.modal_application input[type='checkbox']{
    display:none;
}
.modal_application input[type='checkbox']+ label{
    line-height:1.8;
}
.modal_application input[type='checkbox']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.modal_application input[type='checkbox']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.modal_application input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}
.modal_application .solutionType{
    padding:0 40px;
}
.modal_application .solutionType h3{
    font-size:20px;
    padding:35px 0 25px;
}
.modal_application .solutionType .typeList{
    width:470px;
    overflow:hidden;
    margin-bottom:40px;
}
.solutionType .typeList li{
    width:150px;
    height:130px;
    text-align:center;
    float:left;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:14px;
    color:#777;
    cursor:pointer;
}
.solutionType .typeList li:nth-child(2){
    margin:0 10px;
}
.solutionType .typeList li:hover{
    background-color:#EFF8FF;
    border-color:#0072CE;
}
.solutionType .typeList li p{
    margin-top:40px;
    margin-bottom:5px;
    font-size:16px;
    color:#333;
}
.solutionType .typeList li.active{
    background-color:#0072CE;
    color:#fff;
}
.solutionType .typeList li.active p{
    color:#fff;
}

/* ë§ˆì´íŽ˜ì´ì§€ ëª¨ë‹¬ë²„íŠ¼ ê³µí†µ */
.modalBottom{
    line-height:75px;
    padding:0 24px;
    text-align:right;
    border-top:1px solid #ddd;
}
.modalBottom button{
    padding:0 22px;
    line-height:35px;
    color:#fff;
    background-color:#0072CE;
    border:1px solid #0072CE;
    border-radius:30px;
    cursor:pointer;
}
.modalBottom button:hover{
    background-color:#fff;
    color:#0072CE;
}


/* ë§ˆì´íŽ˜ì´ì§€ ëª¨ë‹¬ë²„íŠ¼ ê³µí†µ */
.modalBottom2{
    /* line-height:75px; */
    overflow: hidden;
    padding:0 24px;
    text-align:right;
}
.modalBottom2 button{
    padding:0 22px;
    line-height:35px;
    color:#fff;
    background-color:#0072CE;
    border:1px solid #0072CE;
    border-radius:30px;
    cursor:pointer;
}
.modalBottom2 button:hover{
    background-color:#fff;
    color:#0072CE;
}

/* MYPAGE##CONVERT í†µí•©íšŒì›ì „í™˜ ëª¨ë‹¬ */
.modal_convert{
    color:#333;
}
.modal_convert .modalCont{
    padding:40px 50px;
}
.modal_convert .modalCont p{
    margin-bottom:0;
    font-size:16px;
}
.modal_convert .modalCont .strongT{
    font-size:20px;
    font-weight:bold;
    margin-bottom:25px;
}
.modalCont .err{
    margin-top:10px;
    color:#EF3D3D;
}
.modal_convert .checkArea input{
    width:250px;
    border:none;
    height:50px;
    font-size:18px;
    border-bottom:1px solid #ddd;
    margin-top:20px;
    font-family:sans-serif;
}
.modal_convert .modalBottom button:hover{
    background-color:#fff;
    color:#0072CE;
}
.convertAgree .btnArea button{
    height:60px;
    padding:0 50px;
    border:none;
    color:#fff;
    background-color:#ccc;
    border-radius:30px;
    font-size:16px;
    margin-top:80px;
}
.convertAgree .btnArea button.active{
    background-color:#0072CE;
}
.convertDesc ul{
    margin-bottom:0;
    padding:50px 0 70px;
}
.convertDesc ul li{
    width:100%;
    font-size:18px;
    margin-bottom:10px;
}
.convertDesc ul li p{
    display:inline-block;
    width:20%;
    color:#0072CE;
}
.convertDesc .inputArea{
    width:100%;
    padding:80px 85px;
    box-sizing:border-box;
    border:1px solid #ddd;
}
.convertDesc .inputArea p{
    margin-bottom:0;
    font-size:16px;
}
.convertDesc .inputArea .strongT{
    font-size:24px;
    margin-bottom:18px;
    font-weight:bold;
}
.convertDesc .inputArea input[type="text"]{
    width:350px;
    height:50px;
    border:none;
    border-bottom:1px solid #ddd;
    font-size:18px;
    margin-top:50px;
}
.convertDesc .inputArea button{
    width:80px;
    height:35px;
    border:1px solid #0072CE;
    background-color:#fff;
    color:#0072CE;
    border-radius:30px;
    vertical-align:bottom;
    cursor:pointer;
    margin-left:10px;
    font-size:14px;
}
.convertDesc .inputArea button:hover{
    background-color:#0072CE;
    color:#fff;
}
.convertDesc .btnArea{
    padding-top:80px;
    text-align:center;
}
.convertDesc .btnArea button{
    font-size:16px;
    padding:20px 50px;
    background-color:#0072CE;
    border:1px solid #0072CE;
    color:#fff;
    border-radius:50px;
    cursor:pointer;
}
.convertDesc .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}
.convertDesc table{
    width:100%;
    border:1px solid #ddd;
    border-top:3px solid #333;
    text-align:center;
}
.convertDesc table tr{
    border-bottom:1px solid #ddd;
    height:55px;
}
.convertDesc table th{
    background-color:#F7F7F7;
    border-right:1px solid #ddd;
    font-size:16px;
}
.convertDesc table td{
    border-right:1px solid #ddd;
    font-size:15px;
}
.convertDesc table td:first-child{
    color:#777
}
.convertDesc table th:last-child, .convertDesc table td:last-child{
    border-right:none;
}
.convertDesc .resultT{
    padding:50px 0 80px;
    text-align:center;
    font-size:18px;
    line-height:2;
    margin-bottom:0;
}
.convertDesc .resultT span{
    color:#0072CE;
}
.convertDesc .resultT button{
    padding:20px 50px;
    background-color:#0072CE;
    color:#fff;
    border:1px solid #0072CE;
    border-radius:50px;
    font-size:16px;
    margin-top:80px;
}
.convertDesc input[type='radio']{
    display:none;
}
.convertDesc input[type='radio']+ label{
    line-height:1.8;
}
.convertDesc input[type='radio']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.convertDesc input[type='radio']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.convertDesc input[type='radio']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}
.convertDesc input[type='radio']:disabled+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btnD_check.png)left top no-repeat;
}

/* ## ë§ˆì´íŽ˜ì´ì§€ ë¹„ë°€ë²ˆí˜¸ë³€ê²½ ëª¨ë‹¬ ## */
.modal_modify_pw{
    color:#333;
}
.modal_modify_pw .modalCon{
    padding:50px 40px;
}
.modal_modify_pw .modalCon div{
    margin-bottom:10px;
}
.modal_modify_pw .modalCon div label{
    display:inline-block;
    width:30%;
    font-size:16px;
    font-weight:bold;
}
.modal_modify_pw .modalCon div input{
    width:65%;
    height:50px;
    border:none;
    border-bottom:1px solid #ddd;
    font-family:sans-serif;
    font-size:16px;
}

/* ## í™ˆíŽ˜ì´ì§€ ë©”ì¸ ì´ë²¤íŠ¸ ëª¨ë‹¬ ## */
.modal_mainEvent{
    overflow:hidden;
    color:#333;
    padding-top:50px;
    padding-left:40px
}
.modal_mainEvent h3{
    font-size:28px;
    font-weight:bold;
    padding-bottom: 20px;
}
.modal_mainEvent h3 span{
    color:#0072CE;
}
.modal_mainEvent p{
    font-size:16px;
    line-height:1.8;
    margin:20px auto 50px;
}
.modal_mainEvent a{
    display:block;
    width:180px;
    line-height:60px;
    color:#fff;
    background-color:#0072CE;
    text-align:center;
    border-radius:30px;
    margin:0 auto 80px;
    font-size:16px;
}
.modal_mainEvent .modalBottom{
    line-height:50px;
    padding:0 20px;
    overflow:hidden;
    border-top:1px solid #ddd;
    font-size:15px;
}
.modal_mainEvent .modalBottom button{
    float:right;
    border:none;
    background:none;
    cursor:pointer;
    padding-left:20px;
}
.modal_mainEvent .btnArea button:hover{
    background-color:#fff;
    color:#0072CE;
}
.modal_mainEvent input[type='checkbox']{
    display:none;
}
.modal_mainEvent input[type='checkbox']+ label{
    line-height:1.8;
}
.modal_mainEvent input[type='checkbox']+ label span{
    display:inline-block; 
    width:16px; 
    height:16px; 
    vertical-align:-3px; 
    margin-right:5px; 
}
.modal_mainEvent input[type='checkbox']+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left top no-repeat;
}
.modal_mainEvent input[type='checkbox']:checked+ label span{
    background:url(/images/Frontend/korean/marketlink/icon/btn_check.png)left bottom no-repeat;
}

/* ## íšŒì›íƒˆí‡´ ëª¨ë‹¬ ## */
.modal_withdraw{
    color:#333;
}
.modal_withdraw .modalCon{
    padding:50px 40px;
}
.modal_withdraw .modalCon p{
    margin-bottom:0;
}
.modal_withdraw .modalCon .strongT{
    font-size:20px;
    font-weight:bold;
}
.modal_withdraw .modalCon .desc{
    padding-top:25px;
    font-size:15px;
    line-height:1.9;
}
.modal_withdraw .modalCon .desc .colorT{
    color:#0072CE;
}
.modal_withdraw .modalBottom button{
    margin-left:10px;
}
.modal_withdraw .modalBottom .btn1{
    background-color:#0072CE;
    color:#fff;
}
.modal_withdraw .modalBottom .btn1:hover{
    background-color:#fff;
    color:#0072CE;
}
.modal_withdraw .modalBottom .btn2{
    color:#0072CE;
    background-color:#fff;
}
.modal_withdraw .modalBottom .btn2:hover{
    background-color:#0072CE;
    color:#fff;
}

/* EMP ì¶”ì²œ í• ì¸ìš”ê¸ˆì œ ëª¨ë‹¬ */
.modal_empPlan{
    padding:48px 36px;
    color:#333;
}
.modal_empPlan h3{
    font-size:28px;
    font-weight:bold;
}
.modal_empPlan h3 span{
    color:#0072CE;
}
.planTable{
    padding-top:25px;
    overflow:hidden;
}
.planTable .textArea{
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
}
.planTable .textArea p{
    float:right;
    color:#0072CE;
    margin-bottom:0;
}
.planTable .textArea p span{
    font-weight:normal;
    color:#777;
    text-decoration:line-through;
    margin-right:7px;
}
.planTable table{
    width:100%;
    border:1px solid #ddd;
    border-top:3px solid #333;
    margin-bottom:8px;
    font-size:15px;
}
.planTable table th,
.planTable table td{
    width:20%;
    height:36px;
    text-align:center;
    border-right:1px solid #ddd;
}
.planTable table th{
    background-color:#F7F7F7;
    border-bottom:1px solid #ddd;
}
/* ## header-ad ## ì´ë²¤íŠ¸ ë°°ë„ˆ */



/* ## EVENT PAGE ì´ë²¤íŠ¸ íŽ˜ì´ì§€ ## */
.eCont_w{
    width:100%;
    background-repeat:no-repeat;
    background-position:center center;
    text-align:left;
}
.eCont_w1220{
    width:1220px;
    margin:0 auto;
    text-align:center;
}
.eCont_w1220 ul:after{
    content:"";
    display:block;
    clear:both;
}
.eCont_w1220 ul li{
    float:left;
}
.eCont_w img{
    vertical-align:middle;
}
.e_bg_cover{
    background-size:cover;
}
.e_bg_w100{
    background-size:100% 100%; 
}
.e_bg_contain{
    background-size:contain;
}


/* quick menu í€µë°°ë„ˆ */
.quickMenu{
    width:70px;
    height:351px;
    position:fixed;
    right:0;
    top:50%;
    margin-top:-175.5px;
    text-align:center;
    z-index:900;
}
.quickMenu .btn_link{
    width:100%;
    height:270px;
    border-radius:12px 0 0 12px;
    background-color:#0072CE;
    box-shadow:2px 2px 15px rgba(0,0,0,.29);
    margin-bottom:0;
}
.quickMenu .btn_link li{
    width:52px;
    padding:40px 0;
    margin:0 auto;
}
.quickMenu .btn_link li:first-child{
    border-bottom:1px solid rgba(255,255,255,.3);
}
.quickMenu .btn_channel{
    width:100%;
    line-height:66px;
    border-radius:12px 0 0 12px;
    background-color:#fff;
    box-shadow:2px 2px 15px rgba(0,0,0,.29);
    margin-top:15px;
}

/* ì œíœ´ì„œë¹„ìŠ¤ */
.affiliateWrap .cont > img{
    width:100%;
}
.affiliateWrap .videoArea{
    position:relative;
}
.affiliateWrap .videoArea img{
    width:100%;
}
.affiliateWrap .videoArea .video{
    position:absolute;
    top:250px;
    width:833px;
    left:50%;
    transform:translate(-50%, 0);
}
.affiliateWrap .linkArea{
    position:relative;
    min-height:807px;
    background-color:#11356a;
}
.affiliateWrap .linkArea ul{
    font-size:20px;
    color:#fff;
    width:500px;
    margin:120px auto 0;
    overflow:hidden;
}
.affiliateWrap .linkArea ul li{
    width:250px;
    float:left;
    text-align: center;
}
.affiliateWrap .linkArea ul li:first-child{
    border-right:1px solid #fff;
}
.affiliateWrap .btnArea{
    width:100%;
    position:absolute;
    top:450px;
    left:50%;
    transform:translate(-50%, 0);
}
.affiliateWrap .btnArea a:first-child{
    margin-right:30px;
}




.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 30px;
}
.ant-input-affix-wrapper > input.ant-input {
    padding: 0;
    border: none;
    outline: none;
    background-color: #f7f7f7;
    text-align:left;
}
.ant-input-affix-wrapper .ant-input {
    /*min-height: 100%;*/
}
.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit;
}
.searchArea input {
    font-size: 18px;
}
a, area, button, [role='button'], input:not([type='range']), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type='text'], input[type='password'], input[type='number'], textarea {
    -webkit-appearance: none;
}
.ant-input {
    padding: 0 !important;
    border-radius: 0 !important;
}
.ant-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 615px;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-input-search-icon {
    color: #333;
}
.ant-input-search-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ant-input-affix-wrapper .ant-input-suffix {
    right: 12px;
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: rgba(0, 0, 0, 0.65);
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ant-input-search {position:relative;}
.ant-input-affix-wrapper .ant-input-suffix {width:18px;}


