@charset "utf-8";

@font-face {
    font-family: 'EliceDigitalBaeum';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EliceDigitalBaeum';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: url(../_Font/GmarketSansTTFLight.woff2) format('woff2'),
        url(../_Font/GmarketSansTTFLight.woff) format('woff'),
        url(../_Font/GmarketSansTTFLight.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: url(../_Font/GmarketSansTTFMedium.woff2) format('woff2'),
        url(../_Font/GmarketSansTTFMedium.woff) format('woff'),
        url(../_Font/GmarketSansTTFMedium.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url(../_Font/GmarketSansTTFBold.woff2) format('woff2'),
        url(../_Font/GmarketSansTTFBold.woff) format('woff'),
        url(../_Font/GmarketSansTTFBold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

html {}

html,
body {
    width: 100%;
    font-family: 'GmarketSans', 'Noto Sans KR', "Apple SD Gothic Neo", "Malgun Gothic";
    font-weight: 400;
}

#doc {
    position: relative;
    min-width: 360px;
    overflow: hidden;
}

body {
    overflow-y: visible;
    overflow-x: hidden;
}



/*=======================================================
  css default
=========================================================*/
.div-cont {
    position: relative;
    text-align: left;
    margin: 0 auto 0 auto;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
}

.div-cont:after {
    clear: both;
    content: "";
    display: block;
}

.body-slider-ovclick {
    position: fixed;
    z-index: 2600;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer
}

.header-slider-ovclick {
    position: fixed;
    z-index: 2010;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer
}

@media only screen and (min-width:1000px) {
    .header-slider-ovclick {
        display: none !important
    }
}




/*=======================================================
    z-index default
=========================================================*/
#header-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-width: 360px;
    z-index: 2005;
}

#container-wrap {
    position: relative;
    z-index: 1004;
}

#footer-wrap {
    position: relative;
    z-index: 1001;
}



/*=======================================================
    #header-wrap
=========================================================*/
#header-wrap {}

#header-wrap {
    left: 0;
    width: 100%;
    top: 0;
    min-width: 360px;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out
}

#header-wrap:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20000px;
    margin-left: -10000px;
    height: 100%;
    box-sizing: border-box;
    background: #fff100;
    z-index: -1;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
    content: "";
}

.show #header-wrap {
    top: 0;
}

#header {
    position: relative;
    text-align: center;
    height: 96px;
}

#logo {
    width: 113px;
    height: 38px;
    position: absolute;
    left: 45px;
    top: 30px;
    z-index: 2009
}

#logo a {
    display: block;
    background: url(../_Img/logo.png) no-repeat left center;
    height: 38px;
    background-size: 100% auto;
    -webkit-transition: background 0s ease-out;
    -moz-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

#header .bt-upload {
    width: 48px;
    height: 48px;
    position: Absolute;
    right: 45px;
    top: 24px;
    background: url(../_Img/layout/bt-upload.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 2091
}

#header .bt-shop {
    width: 120px;
    height: 48px;
    position: Absolute;
    right: 105px;
    top: 24px;
    border-radius: 48px;
    background: url(../_Img/layout/bt-shop.png) no-repeat center top;
    font-size: 18px;
    font-weight: 500;
    z-index: 2008;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 50px;
}

#header .bt-mnall {
    position: absolute;
    z-index: 3006;
    width: 34px;
    height: 34px;
    top: 17px;
    left: 16px;
    overflow: hidden;
    display: none;
    background: url(../_Img/layout/bt-mnall.png) no-repeat center center;
    background-size: 22px auto;
}

#header .bt-mnclose {
    position: absolute;
    z-index: 3006;
    width: 30px;
    height: 30px;
    top: 17px;
    right: 20px;
    overflow: hidden;
    display: none;
    background: url(../_Img/layout/bt-mnclose.png) no-repeat center center;
    background-size: 22px auto;
}

@media only screen and (max-width:1220px) {
    #logo {
        left: 20px;
        width: 100px;
    }

    #header .bt-upload {
        right: 20px;
        width: 40px;
        height: 40px;
        top: 28px;
    }

    #header .bt-shop {
        right: 75px;
        font-size: 16px;
        width: 100px;
        border-radius: 40px;
        height: 40px;
        line-height: 42px;
        top: 28px;
    }
}

@media only screen and (max-width:1120px) {}

@media only screen and (max-width:999px) {
    #header {
        height: auto;
    }

    #logo {
        width: 92px;
        height: 32px;
        left: 50%;
        margin-left: -46px;
        top: 17px;
        z-index: 2099;
    }

    #logo a {
        height: 30px
    }

    #header .bt-upload {
        right: 20px;
        width: 34px;
        height: 34px;
        top: 17px;
    }

    #header .bt-shop {
        display: none;
    }

    #header .bt-mnall {
        display: block;
    }

    #header .bt-mnclose {
        display: block
    }
}

@media only screen and (max-width:680px) {}

@media only screen and (max-width:480px) {}


.top-search {
    width: calc(100% - 460px - 415px);
    position: absolute;
    top: 24px;
    left: 0;
    left: 500px;
    z-index: 2010
}

.top-search .field {
    display: block
}

.top-search .field .chk-input {
    width: 100%;
}

.top-search .field .chk-input input {
    height: 48px;
    letter-spacing: -0.03em;
    border: 1px solid rgba(27, 27, 27, 0.3);
    color: #1b1b1b;
    font-weight: 500;
    border-radius: 48px;
    background: none;
    letter-spacing: -0.03em;
    padding: 0 22px;
    padding-top: 4px;
    padding-right: 65px;
    font-size: 18px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    position: relative;
}

.top-search .field .chk-input input::placeholder {
    font-weight: 300;
    color: #1b1b1b !important;
    opacity: 1 !important;
    line-height: 50px;
    height: 48px;
}

.top-search .field .enter {
    border: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    background: url(../_Img/layout/bt-search.png) no-repeat center center;
}

.top-search .layer-search {
    position: absolute;
    left: 0;
    top: 48px;
    background: #fff;
    border-radius: 22px;
    text-align: left;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 22px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}

.top-search .layer-search h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    height: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1b1b1b;
}

.top-search .layer-search .recent {
    position: relative;
}

.top-search .layer-search .recent .rdelete {
    width: 16px;
    height: 16px;
    position: Absolute;
    right: 0;
    top: 4px;
    background: url(../_Img/layout/search-delete.png) no-repeat center center #1b1b1b;
    border-radius: 100%;
}

.top-search .layer-search .recent .list {
    margin-top: 17px;
}

.top-search .layer-search .recent .list ul {
    min-height: 128px;
}

.top-search .layer-search .recent .list li {
    position: Relative;
}

.top-search .layer-search .recent .list li:nth-child(n+2) {
    margin-top: 7px;
}

.top-search .layer-search .recent .list li a {
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
    color: #898989;
    letter-spacing: -0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.top-search .layer-search .recent .list li .delete {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url(../_Img/layout/search-delete.png) no-repeat center center #ddd;
    border-radius: 100%;
    border: none;
}

.top-search .layer-search .recent .list li a:hover {
    color: #1b1b1b;
}

.top-search .layer-search .recent .list .no-data {
    height: 128px;
    font-size: 16px;
    color: #898989;
    line-height: 130px;
    text-align: center;
    display: none;
}

.top-search .layer-search .other {
    margin-top: 30px;
}

.top-search .layer-search .other:after {
    display: block;
    content: "";
    clear: both
}

.top-search .layer-search .other .fl {
    width: calc(50% - 12px)
}

.top-search .layer-search .other .fr {
    width: calc(50% - 12px)
}

.top-search .layer-search .other ul {
    margin-top: 17px;
}

.top-search .layer-search .other li {
    position: Relative;
}

.top-search .layer-search .other li:nth-child(n+2) {
    margin-top: 7px;
}

.top-search .layer-search .other li a {
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
    color: #898989;
    letter-spacing: -0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-search .layer-search .other li a:hover {
    color: #1b1b1b;
}

.top-search .layer-search .other .fl li {
    padding-left: 16px;
}

.top-search .layer-search .other .fl li:before {
    position: Absolute;
    lefT: 0;
    top: 0;
    color: #1b1b1b;
    display: block;
    content: ""
}

.top-search .layer-search .other .fl li:nth-child(1):before {
    content: "1.";
}

.top-search .layer-search .other .fl li:nth-child(2):before {
    content: "2.";
}

.top-search .layer-search .other .fl li:nth-child(3):before {
    content: "3.";
}

.top-search .layer-search .other .fl li:nth-child(4):before {
    content: "4.";
}

.top-search .layer-search .other .fl li:nth-child(5):before {
    content: "5.";
}

@media only screen and (max-width:1220px) {
    .top-search {
        width: calc(100% - 425px - 315px);
        left: 395px;
    }

    .top-search .field .chk-input input {
        font-size: 16px;
    }

    .top-search .field .enter {
        background-size: 26px auto;
        right: 6px
    }
}

@media only screen and (max-width:1120px) {
    .top-search {
        width: calc(100% - 375px - 335px);
        left: 375px;
    }
}

@media only screen and (max-width:999px) {
    .top-search {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        padding: 0 20px;
        padding-top: 65px;
        padding-bottom: 10px;
    }

    .top-search .field .chk-input input {
        height: 45px;
        font-size: 15px;
        padding-left: 17px;
    }

    .top-search .field .enter {
        width: 45px;
        height: 45px;
    }

    .top-search .layer-search {
        top: 112px;
        border-radius: 15px;
        left: 15px;
        width: calc(100% - 30px)
    }
}

@media only screen and (max-width:680px) {}

@media only screen and (max-width:480px) {}





#gnb {
    position: Absolute;
    right: 240px;
    top: 24px;
    z-index: 2009;
    font-size: 0;
}

#gnb.after {}

#gnb.after .login-after {
    display: block
}

#gnb.after .login-before {
    display: none;
}

#gnb .login-before {}

#gnb .login-before ul:after {
    display: block;
    content: "";
    clear: both
}

#gnb .login-before li {
    float: left;
    position: relative;
}

#gnb .login-before li:nth-child(n+2) {
    margin-left: 24px;
}

#gnb .login-before li:nth-child(n+2):before {
    height: 10px;
    border-left: 1px solid rgba(27, 27, 27, 0.3);
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: "";
}

#gnb .login-before li a {
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    height: 48px;
    line-height: 50px;
    display: block
}

#gnb .login-after {
    display: none
}

#gnb .bt-alrim {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    position: relative;
    background: url(../_Img/layout/bt-alrim.png) no-repeat center center;
    background-size: 100% auto;
    position: relative;
}

#gnb .bt-check {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    position: relative;
    background: url(../_Img/layout/bt-check.png) no-repeat center center;
    background-size: 100% auto;
}

#gnb .bt-alrim i {
    font-size: 10px;
    line-height: 19px;
    height: 18px;
    border-radius: 18px;
    padding: 0 5px;
    color: #fff;
    font-weight: 500;
    background: #fd5c3f;
    position: Absolute;
    right: 1px;
    top: 0;
}

#gnb .bt-check i {
    font-size: 10px;
    line-height: 19px;
    height: 18px;
    border-radius: 18px;
    padding: 0 5px;
    color: #fff;
    font-weight: 500;
    background: #fd5c3f;
    position: Absolute;
    right: 1px;
    top: 0;
}

#gnb .bt-my {
    margin-left: 12px;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    position: relative;
}

#gnb .bt-my span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

#gnb .bt-my img {
    width: 100%;
    height: 48px;
    object-fit: cover;
}

@media only screen and (max-width:1220px) {
    #gnb {
        right: 190px;
        top: 28px;
    }

    #gnb .login-before li a {
        height: 40px;
        line-height: 42px;
    }

    #gnb .bt-alrim {
        width: 40px;
        height: 40px;
    }

    #gnb .bt-check {
        width: 40px;
        height: 40px;
    }

    #gnb .bt-my {
        width: 40px;
        height: 40px;
    }

    #gnb .bt-my img {
        height: 40px;
    }
}

@media only screen and (max-width:1120px) {}

@media only screen and (max-width:999px) {
    #gnb {
        display: none;
    }
}

@media only screen and (max-width:680px) {}

@media only screen and (max-width:480px) {}


#topmenu .layer-community {
    position: Absolute;
    right: -45px;
    top: 65px;
    display: none;
    background: #fff;
    border-radius: 22px;
    text-align: left;
    width: 170px;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
}

#gnb .layer-myinfo {
    position: Absolute;
    right: -112px;
    top: 65px;
    display: none;
    background: #fff;
    border-radius: 22px;
    text-align: left;
    width: 270px;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
}

#topmenu .layer-community:before,
#gnb .layer-myinfo:before {
    position: absolute;
    left: 50%;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    border-bottom: 10px solid #fff;
    display: block;
    content: "";
}

#gnb .layer-myinfo .bt-setting {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 25px;
    top: 25px;
    background: url(../_Img/layout/bt-setting.png) no-repeat center center;
}

#gnb .layer-myinfo .my-info {
    padding: 37px 20px 25px 20px;
    position: Relative;
}

#gnb .layer-myinfo .my-info .photo {
    text-align: center;
}

#gnb .layer-myinfo .my-info .photo p {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

#gnb .layer-myinfo .my-info .photo img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

#gnb .layer-myinfo .my-info .txt {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}

#gnb .layer-myinfo .my-info .txt .btxt {
    font-size: 22px;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#gnb .layer-myinfo .my-info .txt .stxt {
    margin-top: 7px;
    font-size: 14px;
    color: #898989;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#topmenu .layer-community .my-menu,
#gnb .layer-myinfo .my-menu {
    border-top: 1px solid #eee;
}

#topmenu .layer-community .my-menu ul,
#gnb .layer-myinfo .my-menu ul {
    padding: 22px 24px;
}

#topmenu .layer-community .my-menu ul:nth-child(n+2),
#gnb .layer-myinfo .my-menu ul:nth-child(n+2) {
    border-top: 1px solid #eee;
}

#topmenu .layer-community .my-menu li,
#gnb .layer-myinfo .my-menu li {}

#topmenu .layer-community .my-menu li:nth-child(n+2),
#gnb .layer-myinfo .my-menu li:nth-child(n+2) {
    margin-top: 9px;
}

#topmenu .layer-community .my-menu li a,
#gnb .layer-myinfo .my-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    line-height: 22px;
    height: 20px;
}

#topmenu .layer-community .my-menu li a:hover,
#gnb .layer-myinfo .my-menu li a:hover {
    color: #fd5c3f
}

#gnb .bt-logout {
    border-top: 1px solid #eee;
    display: block;
    height: 68px;
    line-height: 70px;
    border-radius: 0 0 22px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    padding: 0 24px;
    position: relative;
}

#gnb .bt-logout:hover {
    background: #f4f4f4
}

#gnb .bt-logout:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    height: 30px;
    background: url(../_Img/layout/bt-logout.png) no-repeat center center;
    display: block;
    content: "";
}

@media only screen and (max-width:1220px) {
    #gnb .layer-myinfo {
        right: -114px;
        top: 54px
    }
}



/*=======================================================
		#mainNavi-wrap desktop
	=========================================================*/
@media only screen and (min-width:1000px) {
    .mainNavi-wrap.desktop {
        position: absolute;
        left: 0;
        top: 31px;
        width: 100%;
        display: block;
        z-index: 2007;
    }

    .mainNavi-wrap.mobile {
        display: none;
    }

    .topmenu {
        display: block;
        position: relative;
        font-size: 0;
        padding-left: 205px;
    }

    .topmenu:after {
        display: block;
        content: "";
        clear: both;
    }

    .topmenu .mn_l1 {
        position: relative;
        float: left;
    }

    .topmenu .mn_l1:nth-child(n+2) {
        margin-left: 24px;
    }

    .topmenu .mn_a1 {
        font-family: 'EliceDigitalBaeum';
        height: 36px;
        padding: 0;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 34px;
        display: block;
        color: #1b1b1b;
        font-weight: 400;
        letter-spacing: -0.035em;
        position: relative;
        text-align: center;
    }

    .topmenu .mn_a1:after {
        width: 0;
        height: 0;
        border-top: 2px solid #1b1b1b;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: width 0.4s ease-in-out;
        -moz-transition: width 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

    .topmenu .mn_a1:hover:after,
    .topmenu .over .mn_a1:after {
        width: 100%;
    }

    .topmenu .over .mn_a1,
    .topmenu .mn_a1:hover {
        font-weight: 700;
    }
}

@media only screen and (min-width:1000px) and (max-width:1220px) {
    .topmenu {
        padding-left: 150px
    }

    .topmenu .mn_a1 {
        font-size: 21px;
    }
}

@media only screen and (max-width:1120px) {
    .topmenu {
        padding-left: 140px
    }

    .topmenu .mn_a1 {
        font-size: 19px;
    }
}

/*=======================================================
		#mainNavi-wrap mobile
	=========================================================*/
@media only screen and (max-width:1000px) {
    .mainNavi-wrap.desktop {
        display: none
    }

    .mainNavi-wrap.mobile {
        position: fixed;
        left: -360px;
        top: 0;
        width: 310px;
        background: #fff;
        height: 100%;
        overflow-y: auto;
        display: block;
        z-index: 4000;
        box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
        -webkit-transition: left .6s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: left .6s cubic-bezier(.77, 0, .175, 1);
        transition: left .6s cubic-bezier(.77, 0, .175, 1)
    }

    .mainNavi-wrap.mobile.open {
        left: 0;
    }

    .mainNavi-wrap.mobile .tm-top {
        height: 65px;
        background: #fff100;
        position: relative;
    }

    .mainNavi-wrap.mobile .tm-top .tm-shop {
        width: 89px;
        height: 35px;
        position: Absolute;
        right: 64px;
        top: 15px;
        background: url(../_Img/layout/bt-shop.png) no-repeat center top;
        background-size: 96% auto;
        font-size: 15px;
        font-weight: 500;
        z-index: 2008;
        letter-spacing: -0.03em;
        color: #fff;
        line-height: 37px;
    }

    .mainNavi-wrap.mobile .tm-top.after {}

    .mainNavi-wrap.mobile .tm-top.after .login-after {
        display: block
    }

    .mainNavi-wrap.mobile .tm-top.after .login-before {
        display: none;
    }

    .mainNavi-wrap.mobile .tm-top .login-before {
        position: absolute;
        right: 170px;
        top: 15px;
    }

    .mainNavi-wrap.mobile .tm-top .login-before ul:after {
        display: block;
        content: "";
        clear: both
    }

    .mainNavi-wrap.mobile .tm-top .login-before li {
        float: left;
        position: relative;
    }

    .mainNavi-wrap.mobile .tm-top .login-before li:nth-child(n+2) {
        margin-left: 24px;
    }

    .mainNavi-wrap.mobile .tm-top .login-before li:nth-child(n+2):before {
        height: 10px;
        border-left: 1px solid rgba(27, 27, 27, 0.3);
        position: absolute;
        left: -11px;
        top: 50%;
        margin-top: -5px;
        display: block;
        content: "";
    }

    .mainNavi-wrap.mobile .tm-top .login-before li a {
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
        letter-spacing: -0.03em;
        height: 35px;
        line-height: 37px;
        display: block
    }

    .mainNavi-wrap.mobile .tm-top .login-after {
        display: none;
        position: absolute;
        right: 210px;
        top: 15px;
    }

    .mainNavi-wrap.mobile .tm-top .bt-alrim {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        position: relative;
        background: url(../_Img/layout/bt-alrim.png) no-repeat center center;
        background-size: 110% auto;
        position: relative;
    }

    .mainNavi-wrap.mobile .tm-top .bt-check {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        position: relative;
        background: url(../_Img/layout/bt-check.png) no-repeat center center;
        background-size: 110% auto;
    }

    .mainNavi-wrap.mobile .tm-top .bt-alrim i {
        font-size: 10px;
        line-height: 19px;
        height: 18px;
        border-radius: 18px;
        padding: 0 5px;
        color: #fff;
        font-weight: 500;
        background: #fd5c3f;
        position: Absolute;
        right: -6px;
        top: 0;
        transform: scale(0.75, 0.75);
        -webkit-transform: scale(0.75, 0.75);
        -moz-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
    }

    .mainNavi-wrap.mobile .tm-top .bt-check i {
        font-size: 10px;
        line-height: 19px;
        height: 18px;
        border-radius: 18px;
        padding: 0 5px;
        color: #fff;
        font-weight: 500;
        background: #fd5c3f;
        position: Absolute;
        right: -6px;
        top: 0;
        transform: scale(0.75, 0.75);
        -webkit-transform: scale(0.75, 0.75);
        -moz-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
    }

    .mainNavi-wrap.mobile .tm-top .bt-my {
        margin-left: 12px;
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        position: relative;
    }

    .mainNavi-wrap.mobile .tm-top .bt-my span {
        display: block;
        position: relative;
        overflow: hidden;
        height: 35px;
        border-radius: 14px;
    }

    .mainNavi-wrap.mobile .tm-top .bt-my img {
        width: 100%;
        height: 35px;
        object-fit: cover;
    }

    .mainNavi-wrap.mobile .tm-for.after {
        display: block;
    }

    .mainNavi-wrap.mobile .tm-for {
        text-align: left;
        display: none;
        position: relative;
    }

    .mainNavi-wrap.mobile .bt-setting {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 25px;
        top: 20px;
        background: url(../_Img/layout/bt-setting.png) no-repeat center center;
        z-index: 12;
    }

    .mainNavi-wrap.mobile .tm-for .my-info {
        padding: 35px 20px 25px 20px;
        position: Relative;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .photo {
        text-align: center;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .photo p {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .photo img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .txt {
        margin-top: 15px;
        text-align: center;
        font-weight: 500;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .txt .btxt {
        font-size: 19px;
        color: #1b1b1b;
        letter-spacing: -0.03em;
        line-height: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mainNavi-wrap.mobile .tm-for .my-info .txt .stxt {
        margin-top: 7px;
        font-size: 13px;
        color: #898989;
        letter-spacing: -0.02em;
        line-height: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu {
        border-top: 1px solid #eee;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu ul {
        padding: 19px 24px;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu ul:nth-child(n+2) {
        border-top: 1px solid #eee;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu li {}

    .mainNavi-wrap.mobile .tm-for .my-menu li:nth-child(n+2) {
        margin-top: 10px;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu li a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #1b1b1b;
        letter-spacing: -0.03em;
        line-height: 22px;
        height: 20px;
    }

    .mainNavi-wrap.mobile .tm-for .my-menu li a:hover {
        color: #fd5c3f
    }

    .mainNavi-wrap.mobile .tm-for .bt-logout {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        display: block;
        height: 50px;
        line-height: 52px;
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
        letter-spacing: -0.03em;
        padding: 0 24px;
        position: relative;
    }

    .mainNavi-wrap.mobile .tm-for .bt-logout:after {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        width: 28px;
        height: 30px;
        background: url(../_Img/layout/bt-logout.png) no-repeat center center;
        background-size: 22px auto;
        display: block;
        content: "";
    }

    .mainNavi-wrap.mobile .vmenu {
        text-align: left;
    }

    .mainNavi-wrap.mobile .vmenu ul {
        padding: 19px 24px;
    }

    .mainNavi-wrap.mobile .vmenu ul:nth-child(n+2) {
        border-top: 1px solid #eee;
    }

    .mainNavi-wrap.mobile .vmenu li {}

    .mainNavi-wrap.mobile .vmenu li:nth-child(n+2) {
        margin-top: 16px;
    }

    .mainNavi-wrap.mobile .vmenu li a {
        font-family: 'EliceDigitalBaeum';
        display: block;
        font-size: 19px;
        font-weight: 400;
        color: #1b1b1b;
        letter-spacing: -0.03em;
        line-height: 30px;
        height: 30px;
        position: Relative;
    }

    .mainNavi-wrap.mobile .vmenu li a:after {
        position: absolute;
        right: -4px;
        top: 50%;
        margin-top: -15px;
        width: 28px;
        height: 30px;
        background: url(../_Img/layout/arrow-right.png) no-repeat right center;
        background-size: 28px auto;
        display: block;
        content: "";
        -webkit-transition: right 0.3s ease-in-out;
        -moz-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
    }

    .mainNavi-wrap.mobile .vmenu li a:hover {
        font-weight: 700;
    }

    .mainNavi-wrap.mobile .vmenu li a:hover:after {
        right: -8px;
    }
}




/* ======================================================
   #container
=========================================================*/
#container-wrap {
    margin-top: 96px;
}

#container-wrap #contents {
    min-height: 500px;
}

.sub #container-wrap #contents {
    padding-top: 60px;
}

@media only screen and (max-width:1220px) {}

@media only screen and (max-width:1120px) {}

@media only screen and (max-width:999px) {
    #container-wrap {
        margin-top: 120px;
    }

    #container-wrap #contents {
        min-height: 400px;
    }

    .sub #container-wrap #contents {
        padding-top: 40px;
    }
}

@media only screen and (max-width:680px) {}

@media only screen and (max-width:480px) {}



/* ======================================================
   #cont-top
=========================================================*/
#cont-top {
    text-align: center;
    margin-bottom: 30px;
}

#cont-top h2 {
    font-size: 40px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: -0.03em;
    line-height: 1.2em;
}

@media only screen and (max-width:1220px) {
    #cont-top h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width:1120px) {
    #cont-top h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:999px) {
    #cont-top {
        margin-bottom: 20px;
    }

    #cont-top h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:680px) {
    #cont-top {
        margin-bottom: 15px;
    }

    #cont-top h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width:480px) {
    #cont-top h2 {
        font-size: 22px;
    }
}


/* ======================================================
   #top-vis
=========================================================*/
#top-vis {
    position: relative;
    overflow: hidden;
}

#top-vis.upload {
    height: 650px;
}

#top-vis.upload:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../_Img/content/upload-vis01.jpg) no-repeat center top;
    background-size: cover;
    z-index: -1;
    display: block;
    content: "";
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: transform 3s ease-in-out;
    -moz-transition: transform 3s ease-in-out;
    -o-transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
}

#top-vis.upload .img {
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    text-align: right;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top-vis.upload .img img {
    width: 100%;
    -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}

#top-vis.upload .txt {
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 332;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#top-vis.upload .txt .slogan {
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top-vis.upload .txt .slogan .btxt {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2em;
}

#top-vis.upload .txt .slogan .stxt {
    margin-top: 15px;
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2em;
}

#top-vis.upload .txt .slogan .stxt span {
    color: #fff100;
    font-weight: 700;
    display: block;
}

#top-vis.upload .txt .slogan .ctxt {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2em;
}

#top-vis.upload .txt .slogan .ctxt span {
    font-weight: 500;
}

#top-vis.upload .txt .share {
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top-vis.upload .txt .share ul {}

#top-vis.upload .txt .share ul:after {
    display: block;
    content: "";
    clear: both
}

#top-vis.upload .txt .share li {
    float: left;
}

#top-vis.upload .txt .share li:nth-child(n+2) {
    margin-left: 30px;
}

#top-vis.upload .txt .share li a {
    display: block;
}

#top-vis.upload .txt .share .btxt {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

#top-vis.upload .txt .share .stxt {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

#top-vis.upload .txt .share .stxt br {
    display: none;
}

#top-vis.upload.ani:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

#top-vis.upload.ani .img img {
    transition-delay: 0.9s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#top-vis.upload.ani .txt .slogan {
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#top-vis.upload.ani .txt .share {
    transition-delay: 0.6s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width:1220px) {
    #top-vis.upload {
        height: 610px;
    }

    #top-vis.upload .txt .slogan .btxt {
        font-size: 18px;
    }

    #top-vis.upload .txt .slogan .stxt {
        font-size: 41px;
    }

    #top-vis.upload .txt .slogan .ctxt {
        font-size: 18px;
    }

    #top-vis.upload .txt .share {}

    #top-vis.upload .txt .share li:nth-child(n+2) {
        margin-left: 20px;
    }

    #top-vis.upload .txt .share li img {
        width: 125px
    }

    #top-vis.upload .txt .share .btxt {
        font-size: 16px
    }

    #top-vis.upload .txt .share .stxt {
        font-size: 14px;
    }
}

@media only screen and (max-width:1120px) {
    #top-vis.upload {
        height: 570px;
    }
}

@media only screen and (max-width:999px) {
    #top-vis.upload {
        height: 500px;
    }

    #top-vis.upload .img {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #top-vis.upload .img img {
        width: 80%;
        min-width: 420px
    }

    #top-vis.upload .txt {
        left: 0;
        top: 90px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #top-vis.upload .txt .slogan .btxt {
        font-size: 16px;
    }

    #top-vis.upload .txt .slogan .stxt {
        font-size: 37px;
    }

    #top-vis.upload .txt .slogan .ctxt {
        font-size: 16px;
    }

    #top-vis.upload .txt .share {}

    #top-vis.upload .txt .share li:nth-child(n+2) {
        margin-left: 20px;
    }

    #top-vis.upload .txt .share li img {
        width: 115px
    }

    #top-vis.upload .txt .share .btxt {
        font-size: 15px
    }

    #top-vis.upload .txt .share .stxt {
        font-size: 13px;
    }

    #top-vis.upload .txt .share .stxt br {
        display: block;
    }
}

@media only screen and (max-width:680px) {
    #top-vis.upload {
        height: 440px;
    }

    #top-vis.upload .img {
        left: auto;
        right: -20px
    }

    #top-vis.upload .txt {
        top: 70px;
    }

    #top-vis.upload .txt .share {
        margin-top: 15px;
    }

    #top-vis.upload .txt .slogan .btxt {
        font-size: 15px;
    }

    #top-vis.upload .txt .slogan .stxt {
        font-size: 32px;
        margin-top: 10px;
    }

    #top-vis.upload .txt .slogan .ctxt {
        font-size: 15px;
    }

    #top-vis.upload .txt .share li:nth-child(n+2) {
        margin-left: 10px;
    }

    #top-vis.upload .txt .share li img {
        width: 100px
    }

    #top-vis.upload .txt .share .btxt {
        font-size: 14px
    }

    #top-vis.upload .txt .share .stxt {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    #top-vis.upload .txt {
        top: 50px;
    }

    #top-vis.upload .txt .slogan .btxt {
        font-size: 14px;
    }

    #top-vis.upload .txt .slogan .stxt {
        font-size: 27px;
    }
}

#top-vis {
    position: relative;
}

#top-vis.about {
    height: 456px;
    overflow: hidden;
}

#top-vis.about .img {}

#top-vis.about .img img {
    width: 100%;
    height: 456px;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: transform 3s ease-in-out;
    -moz-transition: transform 3s ease-in-out;
    -o-transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
}

#top-vis.about .txt {
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 332;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#top-vis.about .txt h3 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top-vis.about .state {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top-vis.about .state ul {
    font-size: 0;
    text-align: center;
}

#top-vis.about .state ul:after {
    display: block;
    content: "";
    clear: both
}

#top-vis.about .state li {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 64px;
}

#top-vis.about .state li:nth-child(n+2) {
    margin-left: 20px
}

#top-vis.about.ani .img img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

#top-vis.about.ani .txt h3 {
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#top-vis.about.ani .state {
    transition-delay: 0.6s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width:1220px) {
    #top-vis.about .txt h3 {
        font-size: 37px;
    }

    #top-vis.about .state li {
        font-size: 18px;
        height: 55px;
        line-height: 59px;
    }
}

@media only screen and (max-width:1120px) {
    #top-vis.about .txt h3 {
        font-size: 34px;
    }
}

@media only screen and (max-width:999px) {
    #top-vis.about .txt h3 {
        font-size: 31px;
    }

    #top-vis.about .state ul {
        padding: 16px 5px 10px 5px;
    }

    #top-vis.about .state li {
        font-size: 16px;
        height: auto;
        line-height: 1.3em;
    }

    #top-vis.about .state li:nth-child(n+2) {
        margin-left: 10px
    }
}

@media only screen and (max-width:680px) {
    #top-vis.about .txt h3 {
        font-size: 27px;
    }

    #top-vis.about .state li {
        font-size: 14px;
    }

    #top-vis.about .state li:nth-child(n+2) {
        margin-left: 7px
    }
}

@media only screen and (max-width:480px) {
    #top-vis.about .txt h3 {
        font-size: 24px;
    }

    #top-vis.about .state li {
        font-size: 12px;
    }
}

/* ======================================================
   #top-btn
=========================================================*/

.top-btn {
    position: fixed;
    right: -50px;
    bottom: 20px;
    z-index: 5999;
    cursor: pointer;
    background: url(../_Img/layout/top-btn.png) no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 100% auto;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.5s;
    box-sizing: border-box;
}

.top-btn.over {
    right: 20px;
}

@media only screen and (max-width:680px) {
    .top-btn {
        width: 36px;
        height: 36px;
    }

    .top-btn.over {
        right: 15px;
        bottom: 15px;
    }
}

@media only screen and (max-width:480px) {
    .top-btn {
        width: 30px;
        height: 30px;
    }
}







/* ======================================================
    #footer-wrap
=========================================================*/
#footer-wrap {
    display: block;
    position: relative;
    background: #1b1b1b;
}

#footer {
    position: relative;
    padding: 45px 45px;
}

.sub #footer-wrap {
    margin-top: 120px;
}


.f-link {}

.f-link ul:after {
    display: block;
    content: "";
    clear: both
}

.f-link li {
    float: left;
}

.f-link li:nth-child(n+2) {
    margin-left: 35px;
}

.f-link li a {
    font-size: 16px;
    font-weight: 400;
    color: #d2d2d2;
    letter-spacing: -0.03em;
    display: block;
    line-height: 22px;
    height: 20px;
}

.f-link li a:hover {
    color: #fff;
}

.f-info {
    margin-top: 20px;
    line-height: 20px;
}

.f-info .in-addr {
    font-size: 0;
}

.f-info .in-addr:after {
    display: block;
    content: "";
    clear: both;
}

.f-info .in-addr p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    color: #898989;
    letter-spacing: -0.02em;
    line-height: 20px;
}

.f-info .in-addr p:nth-child(n+2) {
    margin-left: 20px;
}

.f-info .in-addr p:nth-child(n+2):before {
    height: 10px;
    border-left: 1px solid #898989;
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -6px;
    display: block;
    content: "";
}

.f-info .in-cmny {
    font-size: 0;
    margin-top: 5px;
}

.f-info .in-cmny:after {
    display: block;
    content: "";
    clear: both;
}

.f-info .in-cmny p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    color: #898989;
    letter-spacing: -0.02em;
    line-height: 20px;
}

.f-info .in-cmny p a {
    color: #898989
}

.f-info .in-cmny p a:hover {
    color: #aaa;
}

.f-info .in-cmny p:nth-child(n+2) {
    margin-left: 20px;
}

.f-info .in-cmny p:nth-child(n+2):before {
    height: 10px;
    border-left: 1px solid #898989;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    display: block;
    content: "";
}

.f-info .in-cmny br {
    display: none;
}

.f-info .in-copy {
    margin-top: 5px;
    position: relative;
    font-size: 14px;
    color: #898989;
    letter-spacing: -0.02em;
    line-height: 20px;
    height: 20px;
}

@media only screen and (max-width:1220px) {
    .sub #footer-wrap {
        margin-top: 100px;
    }

    #footer {
        position: relative;
        padding: 45px 20px;
    }

    .f-link li:nth-child(n+2) {
        margin-left: 25px;
    }
}

@media only screen and (max-width:1120px) {
    .f-info .in-cmny p:nth-child(5) {
        margin-left: 0;
        display: block
    }

    .f-info .in-cmny p:nth-child(5):before {
        display: none;
    }
}

@media only screen and (max-width:999px) {
    .sub #footer-wrap {
        margin-top: 80px;
    }

    #footer {
        padding: 35px 20px;
    }

    .f-link {
        text-align: Center;
    }

    .f-link li {
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .f-link li a {
        font-size: 15px;
    }

    .f-info {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }

    .f-info .in-addr p {
        font-size: 13px;
    }

    .f-info .in-addr p:nth-child(n+2) {
        margin-left: 16px;
    }

    .f-info .in-addr p:nth-child(n+2):before {
        left: -8px;
    }

    .f-info .in-addr p:nth-child(3) span {
        font-size: 12px;
    }

    .f-info .in-cmny {
        margin-top: 3px;
    }

    .f-info .in-cmny p {
        font-size: 13px;
    }

    .f-info .in-cmny p a {
        font-size: 12px;
    }

    .f-info .in-cmny p:nth-child(n+2) {
        margin-left: 16px;
    }

    .f-info .in-cmny p:nth-child(n+2):before {
        left: -8px;
    }

    .f-info .in-cmny br {
        display: block;
    }

    .f-info .in-cmny p:nth-child(4) {
        margin-left: 0;
        margin-top: 3px;
    }

    .f-info .in-cmny p:nth-child(4):before {
        display: none;
    }

    .f-info .in-cmny p:nth-child(5) {
        margin-left: 20px;
        display: inline-block;
        margin-top: 3px;
    }

    .f-info .in-cmny p:nth-child(5):before {
        display: block;
    }

    .f-info .in-copy {
        font-size: 13px;
        margin-top: 20px;
        opacity: 0.75
    }
}

@media only screen and (max-width:680px) {
    .sub #footer-wrap {
        margin-top: 60px;
    }

    #footer {
        padding: 20px 15px 30px 15px;
    }

    .f-link ul {
        max-width: 360px;
        margin: 0 auto;
    }

    .f-link li:nth-child(n+2) {
        margin-left: 15px;
    }

    .f-link li:nth-child(n+4) {
        margin-top: 5px;
    }

    .f-link li a {
        font-size: 14px;
    }

    .f-info .in-addr p:nth-child(n+2) {
        margin-left: 10px;
    }

    .f-info .in-addr p:nth-child(n+2):before {
        left: -5px;
    }


    .f-info .in-addr p:nth-child(3) {
        margin-left: 0;
        display: block;
        margin-top: 3px;
    }

    .f-info .in-addr p:nth-child(3):before {
        display: none;
    }

    .f-info .in-addr p:nth-child(3) span {
        font-size: 11px;
    }

    .f-info .in-cmny p:nth-child(n+2) {
        margin-left: 10px;
    }

    .f-info .in-cmny p:nth-child(n+2):before {
        left: -5px;
    }

    .f-info .in-cmny p:nth-child(2) {
        margin-left: 0;
        display: block;
        margin-top: 3px;
    }

    .f-info .in-cmny p:nth-child(2):before {
        display: none;
    }

    .f-info .in-cmny p a {
        font-size: 11px;
    }

    .f-info .in-copy {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .f-link li a {
        font-size: 13px;
    }

    .f-info .in-addr p {
        font-size: 12px;
    }

    .f-info .in-addr p:nth-child(3) span {
        font-size: 10px;
    }

    .f-info .in-cmny p {
        font-size: 12px;
    }

    .f-info .in-cmny p a {
        font-size: 10px;
    }

    .f-info .in-cmny br {
        display: none
    }

    .f-info .in-cmny p:nth-child(4) {
        margin-left: 0;
        display: block;
        margin-top: 3px;
    }

    .f-info .in-cmny p:nth-child(5) {
        margin-left: 0;
        display: block;
        margin-top: 3px;
    }

    .f-info .in-cmny p:nth-child(5):before {
        display: none;
    }

    .f-info .in-copy {
        font-size: 11px;
    }
}

@media only screen and (max-width:400px) {
    .f-info .in-copy {
        font-size: 10px;
    }
}