/* 마우스가 동작하지 않을 때 Tab 키로 메인메뉴와 본문 바로가기 */

.skipMenu {}

.skipMenu a {
    position: absolute;
    top: -99999px;
    width: 100%;
    height: 45px;
    background-color: #3579d4;
    color: white;
    line-height: 45px;
    text-align: center;
}

.skipMenu a:focus {
    top: 0;
    z-index: 10;
}





#mainWrap {
    position: relative;
    min-width: 320px;
    width: 100%;
}


/* header */

header {
/*    position: fixed;*/
    position:relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    z-index: 9999;
}

.headCon {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    height: 80px;
}

.headCon h1 {
    display: inline-block;
    padding-top: 21px;
    overflow: hidden;
    font-weight: normal;
    font-size: inherit;
}

.headCon h1 img {
    width: 70%;
}

.headCon .hamBtn {
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 28px;
    background-image: url(../images/hamBtn.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    background-color: transparent;
    width: 90px;
    border: none;
    text-indent: 30px;
    cursor: pointer;
}

.headCon .hamBtn span {
    font-size: 15px;
}

.headCon .headIcon {
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 25px;
}

.headCon .headIcon a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    margin-left: 10px;
}

.headCon .headIcon a:first-of-type {
    background-image: url(../images/login.png);
}

.headCon .headIcon a:nth-child(2) {
    background-image: url(../images/join.png);
}

.headCon .headIcon a:nth-of-type(3) {
    background-image: url(../images/search.png);
}

header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    display: none;
}

.closeBtnWrap {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.closeBtn {
    position: absolute;
    display: block;
    left: 15px;
    top: -52px;
    width: 25px;
    height: 25px;
    background-image: url(../images/closeBtn.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: transparent;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
    display: none;
}

.menuWrapBg {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.menuWrap {
    /*    position:relative;*/
    max-width: 1230px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    /*    z-index:9999;*/
}

.upperMenu {
    padding-bottom: 40px;
}

.upperMenu > li {
    float: left;
    width: 25%;
    height: auto;
}

.upperMenu .menuTitle {
    font-size: 21px;
    letter-spacing: -1px;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    width: 95%;
    display: block;
    border-bottom: 3px solid #333;
    color: #fff;
    background-color: #3579d4;
    padding-left: 10px;
    font-style: normal;
    pointer-events:none;
}

.subMenu {
    display: block;
    width: 95%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 378px;
}

.subMenu > li {
    border-bottom: 1px solid #ddd;
}

.subMenu > li.active {
    border-top: 1px solid #3579d4;
    border-bottom: 1px solid #3579d4;
    margin-top: -1px;
}

.subMenu > li > a {
    display: inline-block;
    padding: 18px 0px 18px 12px;
    font-size: 19px;
    letter-spacing: -1px;
    vertical-align: top;
    color: #222;
    font-weight: 300;
}

.detailMenu {
    padding: 20px 10px 20px 0;
    border-top: 1px solid #ddd;
    display: none;
}

.detailMenu > li {
    width: auto;
    border-bottom: 0;
    margin-left: 16px;
    line-height: 1;
    position: relative;
}

.detailMenu > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #999;
}

.detailMenu > li:first-child:before {
    top: 10px;
    height: 75%;
}

.detailMenu > li:last-child:before {
    bottom: 10px;
    height: 75%;
}

.detailMenu > li > a {
    display: inline-block;
    letter-spacing: -1px;
    vertical-align: top;
    font-weight: 300;
    font-size: 15px;
    padding: 8px 0 8px 0;
    color: #222;
    margin-left: 14px;
    border-bottom: 1px solid transparent;
}

.subMore {
    width: 99%;
    background: url("../images/detailMenuDown.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.subMenu > li.active .subMore {

    width: 99%;
    background: url("../images/detailMenuUp.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-weight: 500;
}

.menuBg {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
}





/* container */

#container {
    position:relative;
    padding-bottom:120px;
    padding-top:0;
    width:100%;
    height:100%;
}


.currentWrap {
    border-bottom:1px solid #e3e3e3;
    height:50px;
    position:relative;
    background-color:#fff;
    color:#333;
}

.currentWrap.posFix {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
    border-bottom:2px solid #3579d4;
}

.current {
    position:relative;
    max-width:1230px;
    min-width:320px;
    padding:0 15px;
    margin:0 auto;
}

.currentHome {
    float:left;
    height:49px;
    width:40px;
    border-right:1px solid #ddd;
}

.currentHome a {
    text-indent:-99999px;
    display:block;
    height:100%;
    background-image:url(../images/currentHome.png);
    background-repeat:no-repeat;
    background-size:25px 25px;
    background-position:left center;
    cursor:pointer;
}

.currentMenu {
    width:100%;
    padding-left:40px;
}

.currentMenu_01,
.currentMenu_02,
.currentMenu_03 {
    float:left;
/*    width:calc(100% / 3);*/
    width:33.3%;
    position:relative;
}

.currentMenuTitle {
    display:block;
    height:49px;
    line-height:49px;
    font-size:17px;
    padding:0 0 0 30px;
    background-image:url(../images/currentMenuDown_01.png);
    background-repeat:no-repeat;
    background-position:right 30px center;
    border-right:1px solid #ddd;
    cursor:pointer;
}

.currentMenuTitle.last {
    background-image:url(../images/currentMenuDown_02.png);
}

.currentMenu_01.active .currentMenuTitle,
.currentMenu_02.active .currentMenuTitle,
.currentMenu_03.active .currentMenuTitle {
    border:1px solid #000;
    border-bottom-width:0;
    padding-left:29px;
    line-height:46px;
    background-image:url(../images/currentMenuUp_01.png);
    background-repeat:no-repeat;
    background-position:right 30px center;
}

.currentMenu_03.active .currentMenuTitle.last {
    background-image:url(../images/currentMenuUp_02.png);
}

.currentMenu_01_list,
.currentMenu_02_list,
.currentMenu_03_list {
    background-color:#fff;
    padding:0 30px 20px 30px;
    display:none;
    position:absolute;
    top:48px;
    left:0;
    right:0;
    z-index:16;
}

.currentMenu_01.active .currentMenu_01_list,
.currentMenu_02.active .currentMenu_02_list,
.currentMenu_03.active .currentMenu_03_list {
    border:1px solid #000;
    border-top:0;
}


.currentMenu_01_list li,
.currentMenu_02_list li,
.currentMenu_03_list li {
    height:40px;
    line-height:40px;
}

.currentMenu_01_list li a,
.currentMenu_02_list li a,
.currentMenu_03_list li a {
    display:inline-block;
    vertical-align:top;
    font-size:17px;
}

.currentMenu_01_list li a.active,
.currentMenu_02_list li a.active,
.currentMenu_03_list li a.active {
    color:#3579d4;
}








.joinWrap {
    position:relative;
    max-width:1230px;
    min-width:320px;
    padding:0 15px;
    margin:0 auto;
    overflow:hidden;
}

.joinTitleWrap {
    padding:35px 0 11px;
    border-bottom:1px solid #dcdcdc;
}

.joinTitle {
    display:inline-block;
    font-size:28px;
    font-weight:normal;
    color:#454545;
}


.step2 {
    margin-top:20px;
}

.stepNum {
    margin-bottom:20px;
    line-height:24px;
}

.stepNum ol {
    float:right;
}

.stepNum li {
    float:left;
    position:relative;
    margin-left:13px;
}

.stepNum li:before {
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height:2px;
    background-color:#787878;
}

.stepNum li.active:before {
    background-color:#195dae;
}

.stepNum li span {
    font-size:30px;
    font-weight:bold;
}

.stepNum li.active span {
    color:#3579d4;
}

.stepNum li em {
    position:absolute;
    top:-99999em;
    z-index:15;
    height:28px;
    padding:0 6px;
    border:1px solid #aaa;
    border-radius:2px;
    background-color:#fff;
    font-size:13px;
    line-height:29px;
    color:#343434;
    white-space:nowrap;
    font-style:normal;
}

.stepNum li.active em {
    display:inline-block;
    position:relative;
    top:-3px;
    margin-left:8px;
    padding:0;
    border:none;
    font-size:20px;
    font-weight:bold;
}

.joinGuide {
    position:relative;
    margin-bottom:40px;
    padding:20px;
    border:1px solid #b7bbd1;
    background-color:#f6faff;
}

.joinGuide dt {
    position:relative;
    top:-3px;
    padding:4px 0 0 30px;
    font-size:20px;
    font-weight:bold;
    line-height:1;
    color:#555;
}

.joinGuide dt:before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    background-image:url(../images/joinGuide.png);
    background-size:20px 20px;
    background-repeat:no-repeat;
    background-position:center center;
}

.joinGuide dd {
    margin-top:16px;
    padding-top:18px;
    border-top:1px solid #d7d7d7;
}

.joinGuide dd ul {
    padding:0 12px;
}

.joinGuide dd li {
    background-color:#f6faff;
    position:relative;
    margin-top:9px;
    padding-left:18px;
    line-height:20px;
    color:#555;
}

.joinGuide dd li:first-child {
    margin-top:0;
}

.joinGuide dd li:before {
    content:"";
    position:absolute;
    left:8px;
    top:8px;
    width:3px;
    height:3px;
    background-color:#3579d4;
}

.formTitle {
    margin-top:40px;
    margin-bottom:10px;
    font-size:18px;
    line-height:1;
    color:#555;
}

.formTable {
    width:100%;
    border-left:0 hidden #fff;
    border-right:0 hidden #fff;
    border-top:2px solid #3579d4;
    border-bottom:1px solid #b7bbd1;
    margin-top:10px;
    border-collapse:collapse;
    table-layout:fixed;
    clear:both;
    border-spacing:0;
    empty-cells:show;
    word-wrap:break-word;
}

.formTable th {
    padding:3px 20px;
    background-color:#f9f9f9;
    font-size:15px;
    color:#424d89;
    line-height: 23px;
    width:200px;
    height:60px;
    border:1px solid #dcdcdc;
    border-top:none;
    text-align:left;
    font-weight:normal;
    vertical-align:middle;
}

.formTable td {
    padding:15px 20px;
    height:60px;
    border:1px solid #dcdcdc;
/*    border-width:1px 0 0 1px;*/
    border-top:none;
    color:#343434;
    text-align:left;
    vertical-align:middle;
}

.formTable .personal {
    width:150px;
    padding:5px 5px 3px;
    height:30px;
    line-height:16px;
    border:1px solid #c2c2c2;
    background-color:#fff;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    font-size:14px;
}

.formTable .account_before {
    width:50px;
    padding:5px 5px 3px;
    height:30px;
    line-height:16px;
    border:1px solid #c2c2c2;
    background-color:#fff;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    font-size:14px;
}

.formTable .account_line {
    margin:0 3px;
}

.formTable .account_after {
    width:100px;
    margin-left:0;
    padding:5px 5px 3px;
    height:30px;
    line-height:16px;
    border:1px solid #c2c2c2;
    background-color:#fff;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    font-size:14px;
}

.formTable .account_pwd {
    width:165px;
    padding:5px 5px 3px;
    height:30px;
    line-height:16px;
    border:1px solid #c2c2c2;
    background-color:#fff;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    font-size:14px;
}

.formTable input.focus {
    border:1px solid #3579d4;
}

.okBtn {
    margin-top:30px;
    text-align:center;
}

.okBtn a {
    min-width:145px;
    height:45px;
    border-radius:4px;
    font-size:18px;
    line-height:45px;
    margin:0 10px;
    display:inline-block;
    border:1px solid #2b70cc;
    background-color:#2b70cc;
    color:#fff;
}
















/* footer */

footer {
    position: relative;
    width: 100%;
    background-color: #777;
    line-height: 1;
}

.footerWrap {
    text-align: left;
    position: relative;
    max-width: 1230px;
    min-width: 320px;
    padding: 0 15px;
    margin: 0 auto;
}

.footLink {
    padding: 15px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #434343;
}

.footLink li {
    float: left;
    position: relative;
}

.footLink li a {
    font-size: 13px;
    color: #c2c2c2;
    line-height: 14px;
    height: 14px;
    display: block;
    padding-right: 15px;
    margin-right: 16px;
    position: relative;
}

.footLink li.white a {
    color: #fff;
}

.footLink li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 10px;
    background-color: #5c5c5c;
}

.footLink li:last-child a:after {
    display: none;
}

.footBottom {
    padding: 10px 0;
    overflow: hidden;
}

.footBottom .footCopy {
    float: left;
    font-size: 13px;
    line-height: 22px;
}

.footBottom .footCopy span {
    color: #c2c2c2;
}

.footBottom .footCopy .telText {
    color: #fff;
}

.footBottom .footCopy .telNum {
    color: #fff;
}

.footBottom .sns {
    float: right;
}

.footBottom .sns li {
    float: left;
    margin-right: 20px;
}

.footBottom .sns li a {
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 26px;
    overflow: hidden;
    text-indent: -99999px;
}

.footBottom .sns li:first-child a {
    background-image: url(../images/facebook_icon.png);
}

.footBottom .sns li:nth-child(2) a {
    background-image: url(../images/twitter_icon.png);
}

.footBottom .sns li:nth-child(3) a {
    background-image: url(../images/naverpost_icon.png);
}

.footBottom .sns li:nth-child(4) a {
    background-image: url(../images/instagram_icon.png);
}

.footBottom .sns li:nth-child(5) a {
    background-image: url(../images/youtube_icon.png);
}

.footBottom .sns li:nth-child(6) a {
    width: 40px;
    height: 26px;
    background-image: url(../images/wa_mark.png);
    background-size: 40px 26px;
}














/* ~991px */
@media screen and (max-width:991px) {

    .headCon {
        min-width: 320px;
        height: 56px;
        z-index: 15;
    }

    .headCon h1 {
        padding-top: 15px;
    }

    .headCon h1 img {
        width: 90px;
    }

    .headCon .hamBtn {
        width: 23px;
        height: 23px;
        left: 15px;
        top: 15px;
        background-size: 23px auto;
    }

    .headCon .hamBtn span {
        text-indent: -99999px;
    }

    .closeBtn {
        left: 15px;
        top: -42px;
        width: 23px;
        height: 23px;
        background-size: 23px auto;
        text-indent: -99999px;
    }

    .headCon .headIcon {
        right: 10px;
        top: 20px;
    }

    .headCon .headIcon a {
        width: 20px;
        height: 20px;
        margin-left:10px;
        background-size: 20px 20px;
    }

    header nav {
        height: calc(100vh - 56px);
        top: 56px;
    }


    .menuWrapBg {
        width: 100%;
        height: 100%;
    }

    .menuWrap {
        padding: 0;
        height: 100%;
        overflow-y: auto;
    }

    .upperMenu {
        padding: 0;
    }

    .upperMenu > li {
        float: none;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }

    .upperMenu > li.active .menuTitle {
        background-image: url(../images/detailMenuUp.png);
    }

    .upperMenu .menuTitle {
        float: none;
        color: #222;
        display: block;
        font-size: 14px;
        background-color: transparent;
        background-image: url(../images/detailMenuDown.png);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 12px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 16px;
        border-bottom: 0;
        font-weight: 500;
        cursor: pointer;
        pointer-events:all;
    }

    .subMenu {
        border-top: 1px solid #ddd;
        width: inherit;
        border-left: inherit;
        border-right: inherit;
        border-bottom: inherit;
        min-height: inherit;
        display: none;
    }

    .subMenu > li {
        border-bottom: 1px solid #ddd;
        padding: 16px 0;
        float: none;
        width: auto;
    }

    .subMenu > li.active {
        padding-bottom: 0;
    }

    .subMenu > li > a {
        display: block;
        font-size: 14px;
        color: #222;
        padding: 0 0 0 26px;
        font-weight: 500;
    }

    .subMore {
        width: 100%;
        background-position: right 20px center;
        background-size: 12px;
    }

    .detailMenu {
        padding: 10px 0;
        border-top: 1px solid #ddd;
        margin-top: 16px;
    }

    .detailMenu > li {
        padding: 0 0 0 10px;
        border-top: 0;
        margin-left: 28px;
    }

    .detailMenu > li:first-child:before {
        top: 8px;
        height: 20px;
    }

    .detailMenu > li:last-child:before {
        bottom: 8px;
        height: 20px;
    }

    .detailMenu > li > a {
        margin-left: 0;
        display: inline-block;
        padding: 7px 0;
        font-size: 13px;
        font-weight: 300;
    }
    
    
    
    
    
    
    
    
    .currentWrap {
        display:none;
    }
    
    
    
    
    
    
    
    
    .joinWrap {
        padding:0 30px;
    }
    
    
    .joinTitle {
        font-size:20px;
    }
    
    .stepNum li {
        margin-left:10px;
    }
    
    .stepNum li span {
        font-size:17px;
    }
    
    .stepNum li.active em {
        font-size:15px;
        height:20px;
        line-height:20px;
        top:0;
        margin-left:5px;
    }
    
    .joinGuide dt {
        font-size:17px;
        padding:4px 0 0 25px;
    }
    
    .joinGuide dt:before {
        width:17px;
        height:17px;
        background-size:17px 17px;
    }
    
    .joinGuide dd ul {
        padding:0;
    }
    
    .joinGuide dd li {
        word-break:keep-all;
        font-size:13px;
    }
    
    .formTitle {
        font-size:15px;
    }
    
    .formTable th,
    .formTable td {
        display:block;
    }
    
    .formTable th {
        width:100%;
        line-height:50px;
        font-size:13px;
    }
    
    .formTable .personal {
        height:25px;
        font-size:13px;
        padding:3px 3px 1px;
    }
    
    .formTable .account_before {
        width:45px;
        height:25px;
        font-size:13px;
        padding:3px 3px 1px;
    }
    
    .formTable .account_line {
        margin:0 2px;
    }
    
    .formTable .account_after {
        width:95px;
        height:25px;
        font-size:13px;
        padding:3px 3px 1px;
    }
    
    .formTable .account_pwd {
        height:25px;
        font-size:13px;
        padding:3px 3px 1px;
    }
    
    .okBtn a {
        min-width:120px;
        height:40px;
        line-height:40px;
        font-size:15px;
    }
    
    
    
    
    
    



    .footLink {
        padding: 10px 0 5px 0;
    }

    .footLink li a {
        padding-right: 10px;
        margin: 0;
        font-size: 11px;
    }

    .footLink li a:after {
        display: none;
    }

    .footBottom {
        padding: 10px 0;
    }

    .footBottom .footCopy {
        float: none;
        line-height: 15px;
        font-size: 11px;
    }

    .footBottom .sns {
        float: none;
        padding-top: 10px;
    }

    .footBottom .sns li {
        margin-right: 10px;
    }




}












/* ~767px */
@media screen and (max-width:767px) {
    
    
    
}






/* ~499px */
@media screen and (max-width:499px) {
    
    
}