/* 마우스가 동작하지 않을 때 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;
}







.loginWrap {
    position: relative;
    max-width: 1230px;
    min-width: 320px;
    padding: 0 15px;
    margin: 0 auto;
}

.loginTitleWrap {
    padding: 35px 0 11px;
    border-bottom: 1px solid #dcdcdc;
}

.loginTitle {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    color: #454545;
}

.loginGuide {
    position: relative;
    min-height: 48px;
    padding: 33px 30px 29px 330px;
    font-size: 15px;
    line-height: 24px;
    color: #343434;
    background-color: #f2f2f2;
    margin-top: 20px;
}

.loginGuide:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    width: 214px;
    height: 50px;
    margin-top: -35px;
    background-image: url(../images/login_security.png);
    background-repeat: no-repeat;

}

.loginBox {
    margin-top: 30px;
    padding: 25px 0 35px 0;
    display: table;
    position: relative;
    width: 100%;
    border: 1px solid #b7bbd1;
}

.certLogin,
.idLogin {
    display: inline-table;
    /*    width:50%;*/
    width: 49%;
    vertical-align: top;
}

.certLogin {
    border-right: 1px solid #dcdcdc;
    padding: 35px 0 25px 0;
}

.certLogin_01 {
    height: 160px;
}

.certButton {
    text-align: center;
}

.certButton a {
    background-color: #3579d4;
    display: inline-block;
    position: relative;
    width: 280px;
    height: 90px;
    padding-left: 35px;
    border-radius: 4px;
    font-size: 24px;
    line-height: 90px;
    color: #fff;
}

.certButton a:before {
    content: "";
    position: absolute;
    left: 31px;
    top: 32px;
    width: 24px;
    height: 24px;
    background-image: url(../images/certButton.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.certPopup {
    margin-top: 16px;
    color: #343434;
    text-align: center;
}

.certPopup em {
    margin-right: 30px;
    vertical-align: middle;
    font-style: normal;
}

.certRadioWrap {
    display: inline-block;
    vertical-align: middle;
}

.certRadio_01,
.certRadio_02 {
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
}

.certRadio_02 {
    position: relative;
    margin-left: 20px;
}

.certLogin_02 {
    text-align: center;
}

.certLogin_02 a {
    /*
    width:100px;
    height:23px;
*/
    position: relative;
    padding: 0 12px;
    font-size: 13px;
    color: #343434;
}

.certLogin_02 a:nth-of-type(2):before,
.certLogin_02 a:last-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 13px;
    background-color: #dcdcdc;
}


.idLogin {
    padding: 35px 0 25px 0;
}

.idLogin_01 {
    position: relative;
    width: 300px;
    height: 160px;
    margin: 0 auto;
}

.idLogin_01 input {
    width: 200px;
    height: 40px;
    padding: 5px 5px 3px;
    line-height: 16px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 14px;
    vertical-align: middle;
}

.idLogin_01 input[type="password"] {
    margin-top: 11px;
}

.idLogin_01 input.focus {
    border: 1px solid #3579d4;
}

.idLogin_01 a {
    background-color: #768392;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 90px;
    color: #fff;
    text-align: center;
}

.idLogin_02 {
    text-align: center;
}


.idLogin_02 a {
    /*
    width:100px;
    height:23px;
*/
    position: relative;
    padding: 0 12px;
    font-size: 13px;
    color: #343434;
}

.idLogin_02 a:nth-of-type(2):before,
.idLogin_02 a:last-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 13px;
    background-color: #dcdcdc;
}









/* 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;
    }







    .loginWrap {
        padding: 0 5%;
    }

    .loginTitle {
        font-size: 20px;
    }

    .loginGuide {
        padding: 100px 30px 30px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .loginGuide:before {
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
    }

    .loginBox {
        padding: 35px 0;
    }

    .certLogin,
    .idLogin {
        width: 100%;
    }

    .certLogin {
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }

    .certButton a {
        width: 200px;
        height: 70px;
        font-size: 18px;
        line-height: 70px;
    }

    .certButton a:before {
        width: 17px;
        height: 17px;
        left: 20px;
        top: 27px;
        background-size: 17px 17px;
    }

    .certPopup {
        font-size: 12px;
    }

    .certPopup em {
        margin-right: 20px;
    }

    .certRadio_02 {
        margin-left: 10px;
    }

    .certLogin_02 a {
        padding: 0 5px;
        font-size: 12px;
    }

    .idLogin_01 {
        width: 250px;
    }

    .idLogin_01 input {
        width: 170px;
        height: 30px;
        font-size: 13px;
    }

    .idLogin_01 input[type="password"] {
        margin-top: 10px;
    }

    .idLogin_01 a {
        width: 70px;
        height: 70px;
        font-size: 13px;
        word-break:keep-all;
        line-height: 20px;
    }
    
    .idLogin_01 a span {
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
    }
    
    .idLogin_02 a {
        padding:0 7px;
        font-size:12px;
    }






    .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) {}
