html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow: auto; */
    /* overflow: hidden; */
    font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
    letter-spacing: -1.5px;
    word-break: keep-all !important;
}


/*----index----
  ----header----*/

#headerWrap header .logo>a {
    position: fixed;
    display: block;
    top: 30px;
    left: 30px;
    width: 214px;
    height: 63px;
    background: url(https://binishop.iwinv.net/sample/16/images/logo.png) no-repeat center;
    z-index: 20;
}


/*navArea*/

#gnb_all .logo a {
    margin: 30px 0 0 30px;
    display: block;
    width: 150px;
    height: 40px;
    background: url(https://binishop.iwinv.net/sample/16/images/logo_B.png) no-repeat center;
    background-size: contain;
}

.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

#gnb>h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#gnb .gnb_wrap {
    margin: 0 auto;
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
    z-index: 3
}

#gnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#gnb .gnb_menu_wrap {
    display: block;
}

#gnb .gnb_menu_wrap .gnb_menu_btn {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    z-index: 9990;
    outline: 0;
    cursor: pointer;
}

#gnb .gnb_menu_wrap .gnb_menu_btn .bars {
    width: 40px;
    height: 25px;
    margin: 0 auto;
    position: relative;
}

#gnb .gnb_menu_wrap .gnb_menu_btn .bars span {
    width: 100%;
    height: 5px;
    position: absolute;
    right: 0;
    background: #fff;
    transition: all 0.2s ease-out;
    border-radius: 5px;
}

#gnb .gnb_menu_wrap .gnb_menu_btn .bars span:first-of-type {
    top: 0;
}

#gnb .gnb_menu_wrap .gnb_menu_btn .bars span:nth-of-type(2) {
    top: 10px;
}

#gnb .gnb_menu_wrap .gnb_menu_btn .bars span:last-of-type {
    bottom: 0;
}

#gnb .gnb_menu_wrap .gnb_menu_btn.on .bars span {
    background: #00a098;
}

#gnb .gnb_menu_wrap .gnb_menu_btn.on .bars span:first-of-type {
    transform: translateY(10px) rotate(45deg);
}

#gnb .gnb_menu_wrap .gnb_menu_btn.on .bars span:nth-of-type(2) {
    opacity: 0;
}

#gnb .gnb_menu_wrap .gnb_menu_btn.on .bars span:last-of-type {
    transform: translateY(-10px) rotate(-45deg);
}

#gnb_all {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    /* max-height: 100% !important; */
    background: #e6f6f5;
    z-index: 1000;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* box-sizing: border-box; */
}

#gnb_all.on {
    transform: translateX(0);
}

#gnb_all .gnb_al_ul {
    height: 100%;
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#gnb_all .gnb_al_li {
    width: 100%;
    position: relative;
}

#gnb_all .gnb_al_li a.gnb_al_a {
    display: block;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    text-align: left;
    color: #000;
    letter-spacing: -0.05em;
}

#gnb_all .gnb_al_li a.gnb_al_a:hover {
    color: #00a098;
    font-weight: 700;
}

#gnb_all_bg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    /* position: fixed; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

#gnb_all_bg.on {
    display: block;
}

#gnb_all .info_box .text_line h2 {
    font-weight: 400;
    letter-spacing: -0.0375em;
    color: #666;
}

#gnb_all .info_box .text_line h3,
#gnb_all .info_box .text_line h3 a {
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #666;
}

#gnb_all .info_box .copyright_area p {
    font-weight: 300;
    letter-spacing: -0.0375em;
    color: #333;
    opacity: 0.6;
}


/*sectionArea*/

#fullpage {
    position: relative;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.section {
    width: 100%;
    height: 100%;
    position: relative;
}

.full1,
.full2,
.full3,
.full4,
.full5,
.full6,
.full7 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.full1 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_01.jpg);
}

.full2 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_02.jpg);
}

.full3 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_03.jpg);
}

.full4 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_04.jpg);
}

.full5 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_05.jpg);
}

.full6 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_06.jpg);
}

.full7 {
    background: url(https://binishop.iwinv.net/sample/16/images/P/index_P_07.jpg);
}

.full1 .main_contents .text_area,
.full2 .main_contents .text_area,
.full3 .main_contents .text_area,
.full4 .main_contents .text_area,
.full5 .main_contents .text_area,
.full6 .main_contents .text_area,
.full7 .main_contents .text_area,
.full7 .main_contents .img_area {
    position: absolute;
}

.full7 .main_contents .img_area .img_line a {
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

.full7 .main_contents .img_area .text_line {
    text-align: center;
}

.common_area .main_contents .text_area .text_line h2,
.full7 .main_contents .text_area .text_line h2 {
    font-weight: 700;
    color: #fff;
}

.common_area .main_contents .text_area .text_line p,
.full7 .main_contents .text_area .text_line h3,
.full7 .main_contents .text_area .text_line h3>a,
.full7 .main_contents .text_area .text_line p,
.full7 .main_contents .img_area .text_line h3 {
    font-weight: 400;
    color: #fff;
}

.common_area .main_contents .text_area .text_line a {
    font-weight: 700;
    color: #fff;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    background-color: #00a098;
}

.common_area .main_contents .text_area .text_line p span {
    font-size: 75%;
}

.global_footer_module .footer_area {
    width: 100%;
    height: 192px;
    position: relative;
}

.global_footer_module .footer_area footer .flex_box {
    display: flex;
    padding-top: 1.875rem;
}

.global_footer_module .footer_area footer .flex_box .logo a {
    display: block;
    margin-left: 30px;
    width: 214px;
    height: 63px;
}

.global_footer_module .footer_area footer .flex_box .text_line h2 {
    font-family: 'Noto Sans KR';
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.global_footer_module .footer_area footer .flex_box .text_line h3,
.global_footer_module .footer_area footer .flex_box .text_line a {
    font-family: 'Noto Sans KR';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.global_footer_module .footer_area footer .flex_box .mr_space {
    margin-right: 10.75rem;
}

.global_footer_module .footer_area footer .copyright_area {
    position: absolute;
    top: 60%;
    left: 80%;
}

.global_footer_module .footer_area footer .copyright_area p {
    font-family: 'Noto Sans KR';
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-align: right;
    opacity: 0.6;
}