/* 모든 국가 landing 페이지용 공통 css */
#header, #header-wrap{
    display: none;
}
#breadcrumbs {
    display: none;
    margin-bottom: 0;
}
.top-header{
    display: none;
}

.footer-floatbanner, #bottomQuickMenu, .btn-kakao-chat {
    display: none !important;
}

#content {
    min-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0;
}

#footer {
    margin-top: 0;
}

#main.fullwidth {
    width: 100% !important;
    padding: 0 !important;
}

body {
    font-family:'Noto Sans KR', sans-serif;
    font-weight: 400;
}

dl, form, hr, ol, p, pre, table, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

u {
    text-decoration: none;
    display: block;
}

.land-container {
    font-size: 16px;
}

.land-layout {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.land-layout a {
    display: block;
}

/* PC/모바일 요소 스위칭 */
.if_pc {
    display:block;
}

.if_mo {
    display:none;
}

.img_pc {
    display:inline-block;
}

.img_mo {
    display:none;
}



/* PC */
.land-header {

}

.land-header .land-layout {
    display: table;
    table-layout: fixed;
}

.land-header .top-logo, .land-header .top-logo2, .land-header .right-box {
    display: table-cell;
    vertical-align: middle;
}

.land-header .top-logo {
    padding: 1.7rem 0;
    width: 190px;
}
.land-header .top-logo2 {
    width: 150px;
    font-size: 1.5em;
    color: #1a3491;
    font-weight: 700;
}

.land-header .top-logo2 img {
 max-height: 39px;
}

.showa-u .land-header .land-layout {
    height: 70px;
}

.showa-u .land-header .top-logo {
    padding: 1.7rem 0;
    width: 276px;
}

.showa-u .land-visual .text-box dd {
    margin-top: 12px;
    word-break: break-all;
}

.showa-u .showa-banner {
    margin-bottom: 20px;
}

.land-header .top-logo img {
    max-height: 34px;
}

.land-header .right-box .inner-menu {
    float: right;
}

.land-header .right-box .menu-wrap {
    float: left;
}

.land-header .right-box .menu-ctg {
    float: left;
    position:relative;
}

.land-header .right-box .menu-ctg a {
    color: #303030;
    font-size: 0.8em;
    padding: 0.8rem 1.2rem;
    line-height: 1;
}

.land-header .right-box .menu-ctg .dropdown_btn {
    cursor: pointer;
}

.land-header .right-box .menu-ctg .dropdown_btn:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.land-header .right-box .menu-ctg .tel-btn {
    display: inline-block;
    padding: 0.8rem 1.2rem 0.7rem;
    float: left;
}

.land-header .right-box .tel-btn i {
    font-size: 0.95em;
    float: left;
    margin: 1px 4px 0 0;
    float: left;
}

.land-header .right-box .tel-btn em {
    color: #303030;
    font-size: 0.97em;
    font-style: normal;
    float: left;
    line-height: 1;
}

.land-header .right-box .quick-btn {
    float: left;
    margin-left: 0.8rem;
}

.land-header .right-box .quick-btn a {
    display: block;
    padding: 0.3rem 1.5rem 0.5rem 1.3rem;
    background: #2659a8;
    border-radius: 3px;
    border: 1px solid #2659a8;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    font-size: 0.75em;
    cursor: pointer;
}

.land-nav {}

.land-nav .slide-nav:before {
    display: none;
}

.land-navbar {display: none}

.land-visual {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/main_img3.jpg) no-repeat center top;
    background-size: cover;
    height: 425px;
}

.land-visual .land-layout {
    display: flex;
    height: 100%;
    align-items: center;
}

.land-visual .text-box {

}

.land-visual .text-box .top-txt {
    display: inline-block;
    font-size: 0.77em;
    color: #303030;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 8px;
}

.land-visual .text-box .top-txt:before {
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    width: 22px;
    height: 22px;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/main_txic.png) no-repeat center center;
    background-size: 22px;
    margin-top:-11px;
}

.land-visual .text-box dl {
}

.land-visual .text-box dt {

}

.land-visual .text-box dt p {
    color: #303030;
    font-size: 1.625em;
    letter-spacing: -1.28px;
    font-weight: 400;
    word-wrap:break-word;
    word-break:keep-all;
    line-height: 1.5;
}

.land-visual .text-box dt h1 {
    color: #1d1d1d;
    font-size: 2.5em;
    font-weight: 900;
    letter-spacing: -1.6px;
    word-wrap:break-word;
    word-break:keep-all;
    line-height: 1.3;
}

.land-visual .text-box dd {
    font-size: 0.875em;
    color: #303030;
    font-weight: 500;
    margin-top:17px;
    letter-spacing: -0.15px;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-visual .btn-box {
    max-width: 380px;
    margin-top: 20px;
}

.land-visual .btn-box .top-btn {
    display: block;
    text-align: center;
    background: #2659a8;
    padding: 1.1rem 0 1.2rem;
    height: 44px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-visual .btn-box .top-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-visual .btn-box .top-btn:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) repeat-x center center;
    height: 14px;
    margin-top: -7px;
    width: 16px;
    overflow: hidden;
}

.land-visual .btn-box .top-btn .inner {
    display: inline-block;
    position: relative;
}

.land-visual .btn-box .top-btn img {
    float: left;
    width: 16px;
}

.land-visual .btn-box .top-btn em {
    float: left;
    font-style: normal;
    font-size: 0.875em;
    color: #fff;
    font-weight: 500;
    margin-left: 14px;
}

.land-visual .bottom-btn {
    margin: 8px -0.8rem 0;
}

.land-visual .bottom-btn ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0.8rem 0;
}

.land-visual .bottom-btn li {
    display: table-cell;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0,0,0,0.16);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    vertical-align: middle;
}

.land-visual .bottom-btn .land-btn {
    color: #4790c7;
    font-size: 0.813em;
    font-weight: 500;
    padding: 1rem 19px;
    position: relative;
}

.land-visual .bottom-btn .land-btn:before {
    content: "";
    position: absolute;
    right: 12px;
    top:50%;
    width: 16px;
    height: 14px;
    margin-top: -6px;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_bicon.png) repeat-x center center;
}

.land-visual .bottom-btn li:first-child {
    text-align: center;
}

.land-visual .sub-txt {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 0.875em;
    color: #303030;
    letter-spacing: -0.5px;
}

.land-service {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
}

.land-service .land-layout {
    padding: 0;
}

.land-service ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.land-service li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #4790c7;
    padding: 1.2rem 0.5rem;
}

.land-service h4 {
    color: #4790c7;
    font-size: 1.125em;
    font-weight: 700;
}

.land-service p {
    font-size: 0.8em;
    font-weight: 400;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-service li:nth-child(2) {
    background: #2659a8;
    color: #fff;
}

.land-service li:nth-child(2) h4 {
    color: #fff;
}

.land-features {
    background: #f8f8f8;
    padding: 0 0 4rem;
    overflow: hidden;
}

.land-features .land-title {
    padding: 4rem 0 2.5rem;
}

.land-features .fe-box {
    margin: 0 -2.3rem;
}

.land-features .fe-box ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing:border-box;
    border-collapse:separate;
    border-spacing:2.3rem 0;
}
.land-features .fe-box li {
    display: table-cell;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.land-features .fe-box dl {

}

.land-features .fe-box dt {
    display: inline-block;
}

.land-features .fe-box dd {
    margin: 0;
}

.land-features .fe-box img {
    width: 50px;
    float: left;
}

.land-features .fe-box h3 {
    margin: 1.5rem 0 0.8rem;
    font-size: 1em;
    color: #303030;
    font-weight: 700;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-features .fe-box p {
    font-size: 0.75em;
    color: #303030;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-title {
    text-align: center;
    padding: 5rem 0 4rem;
    position: relative;
}

.land-title h2 {
    font-weight: 700;
    color: #303030;
    font-size: 1.75em;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-title p {
    color: #303030;
    font-size: 0.875em;
    margin-top: 2rem;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-title p a {
    display: inline;
    color: #4790c7;
    text-decoration: underline;
}

.land-title em {
    position: absolute;
    right: 0;
    top:5rem;
    font-style: normal;
    color: #999;
    font-size: 0.75em;

}

.land-academic {
    overflow: hidden;
    padding-bottom: 5rem;
}

.land-academic .ac-sample {
    margin: 0 -2.3rem;
}

.land-academic .ac-sample ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing:border-box;
    border-collapse:separate;
    border-spacing:2.3rem 0;
}

.land-academic .ac-sample li {
    display: table-cell;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    border-top: 2px solid #e5e5e5;
    padding: 0 2rem 3.5rem;
    position: relative;
    overflow: hidden;
}

.land-academic .ac-sample .tit-box {
    padding: 2rem 0rem 0;
    box-sizing: border-box;
    height: 125px;
}

.land-academic .ac-sample .tit-box h5 {
    color: #303030;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.4;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-academic .ac-sample .tit-box p {
    color: #949494;
    font-size: 0.75em;
    margin-top: 8px;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-academic .ac-sample dl {
    overflow: hidden;
    padding: 2.5rem 0.8rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.land-academic .ac-sample dt, .land-academic .ac-sample dd {
    float: left;
    margin: 0;
}

.land-academic .ac-sample dt {
    font-weight: 400;
    font-size: 0.78em;
    margin-right: 15px;
    margin-top: 9px;
    color: #303030;
}

.land-academic .ac-sample dd {
    font-weight: 700;
    font-size: 1.625em;
    line-height: 1;
    color: #303030;
}

.land-academic .ac-sample .text-box {
    padding: 3rem 0 0;
}

.land-academic .ac-sample .text-box .text {
    font-size: 0.875em;
    color: #303030;
    padding-left:  3rem;
    position: relative;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-academic .ac-sample .text-box .text+ .text {
    margin-top: 15px;
}

.land-academic .ac-sample .text-box .text:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 18px;
    height: 21px;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon1.png) no-repeat center center;
    background-size: 18px;
}

.land-academic .ac-sample .btn-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #303030;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #fff;
    padding: 1.3rem 0 1.4rem;
    display: none;
}

.land-academic .ac-sample .ac-box2 .tit-box h5 {
    color: #4790c7;
}

.land-academic .ac-sample .ac-box2 .text-box .text:last-child {
    color: #4790c7;
}

.land-academic .ac-sample .ac-box2 .btn-box {
    background: #4790c7;
}

.land-academic .ac-sample .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon.png) no-repeat center center;
}

.land-academic .ac-sample .ac-box2 .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon4.png) no-repeat center center;
}

.land-academic .ac-sample .ac-box3 .tit-box h5 {
    color: #fa6400;
}

.land-academic .ac-sample .ac-box3 .text-box .text:last-child {
    color: #fa6400;
}

.land-academic .ac-sample .ac-box3 .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon3.png) no-repeat center center;
}

.land-academic .ac-sample .ac-box3 .btn-box {
    background: #fa6400;
}

.land-academic .ac-sample .bottom-btn {
    text-align: center;
    margin-top: 4rem;
}

.land-academic .bottom-btn .a-btn {
    display: block;
    text-align: center;
    background: #4790c7;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 371px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1em;
    line-height: 47px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-academic .bottom-btn .a-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-academic .bottom-btn .a-btn:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) right center;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}


.land-editor {
    padding-bottom: 5rem;
}

.land-editor .editor-btn {
    text-align: center;
    margin: 4rem 1.5rem 0;
}
.land-editor .editor-btn a {
    display: block;
    text-align: center;
    background: #4790c7;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 371px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1em;
    line-height: 47px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-editor .editor-btn a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-editor .editor-btn a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) repeat-x center center;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}

.land-editor .editor-profile {
    padding: 1.5rem;
    border-radius: 100px;
    transition-timing-function:ease;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 500px;
}

.land-editor .editor-profile .valign-wrapper {
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
}

.land-editor .editors-swiper-container .swiper-slide > .editor-profile {
    padding: 6rem 2.5rem !important;
    border-radius: 1.5rem;
    transition-timing-function: ease;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.land-editor .editors-swiper-container .editor-field, .land-editor .editor-profile .editor-name {
    font-size: 1.5em;
}

.land-editor .editors-swiper-container .editor-year {
    background: #f4f7f9;
    color: #111;
    border-radius: 100px;
    padding: 0.4rem 3rem 0.4rem 2rem;
    display: inline-block;
    font-size: 0.875em;
}

.land-editor .editors-swiper-container hr {
    margin: 1.6rem auto;
    width: 90%;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 0;
}

.land-editor .editors-swiper-container .editor-year strong {
    color: #0069b6;
}

.land-editor .editor-profile-section+ .editor-profile-section {
    margin-top: 3rem;
}

.land-editor .editor-profile-section .text-blue {
    color: #0069b6;
}

.land-editor .editor-profile-section h5 {
    font-weight: 600;
    font-size: 1em !important;
    margin-bottom: 1.6rem;
}

.land-editor .editor-profile-section p {
    color: #555;
    font-size: 0.875em;
    margin-bottom: 1rem;
}

.land-editor .editor-profile-section .bottom-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 65px;
}

.land-editor .editors-swiper-container .btn-box {
    max-width: 1200px;
    padding: 0 2rem;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
}

.land-editor .editors-swiper-container .swiper-button-next, .editors-swiper-container .swiper-button-prev {
    background-image: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-editor .bg-primary {
    background: #4790c7;
}

.land-common-bg {
    background: #ecf3f9;
    padding-bottom: 5rem;
}

.land-common-box {
    margin: 0 -2.3rem;
}

.land-common-box ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing:border-box;
    border-collapse:separate;
    border-spacing:2.3rem 0;
}

.land-common-box li {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(71,144,199,0.2);
    padding: 2.5rem;
}

.land-common-box dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing :0;
    margin-bottom: 2rem;
}

.land-common-box dt, .land-common-box dd {
    display: table-cell;
    vertical-align: top;
}

.land-common-box dt {
    color: #4790c7;
    font-size: 1.25em;
    font-weight: 700;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-common-box dd {
    width: 75px;
}

.land-common-box dd img {
    float: right;
    max-width: 65px;
}

.land-common-box p {
    font-size: 0.78em;
    color: #303030;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-benefits {
    overflow: hidden;
    padding-bottom: 5rem;
}

.land-benefits .land-common-box li {
    box-shadow: 0 0 10px rgba(71,144,199,0.2);
}

.land-system {
    overflow: hidden;
    padding-bottom: 5rem;
}

.land-essay {
    padding-bottom: 5rem;
}

.land-essay .essay-rolling {
    position: relative;
    margin-top: -15px;
}

.land-essay .essay-rolling .swiper-container {
    padding: 15px 15px 0;
}

.land-essay .essay-rolling .rolling-box {
    overflow: hidden;
}

.land-essay .essay-rolling .rolling-box ul {
    float: left;
    padding: 2rem 0;
}

.land-essay .essay-rolling .rolling-box li {
    float: left;
}

.land-essay .swiper-slide {
    text-align: center;
}

.land-essay .essay-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(71,144,199,0.2);
    padding: 2.4rem 4.8rem;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: inline-block;
    text-align: left;
}

.land-essay .essay-box .essay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.land-essay .essay-box .icon {
    overflow: hidden;
}

.land-essay .essay-box .icon img {
    width: 36px;
    float: left;
}

.land-essay .essay-box .essay-body {
    margin-top: 2.4rem;
    font-size: 0.78em;
    word-wrap:break-word;
    word-break:keep-all;
    min-height: 6rem;
}

.land-essay .essay-box .essay-body b {
    font-weight: 700;
}

.land-essay .essay-box .essay-footer {
    display: table;
    table-layout: fixed;
    margin-top: 2rem;
}

.land-essay .essay-box .essay-footer .img, .land-essay .essay-box .essay-footer dl {
    display: table-cell;
    vertical-align: middle;
}

.land-essay .essay-box .essay-footer .img {
    width: 45px;
}

.land-essay .essay-box .essay-footer .img img {
    width: 36px;
    border-radius: 100px;
    overflow: hidden;
}

.land-essay .essay-box .essay-footer dt {
    font-size: 0.78em;
    font-weight: 700;
    color: #303030;
}
.land-essay .essay-box .essay-footer dd {
    margin: 0;
    color: #4790c7;
    font-size: 0.78em;
}

.land-essay .rolling-icon {
    text-align: center;
    font-size: 0;
    overflow: hidden;
    margin-top: -1.5rem;
}

.land-essay .rolling-icon ul {
    display: inline-block;
}
.land-essay .rolling-icon li {
    float: left;
    margin: 0 0.5rem;
}

.land-essay .swiper-pagination {
    font-size: 0;
    text-align: center;
    position: static;
    margin-top: 4rem;
}

.land-essay .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    position: relative;
    background: none;
    opacity: 1;
}

.land-essay .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top:50%;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    display: block;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-essay .swiper-pagination-bullet-active:before {
    content: "";
    width: 12px !important;
    height: 12px !important;
    background: #4790c7 !important;
    border-color: #4790c7 !important;
}

.land-essay .prevnext {
    position:absolute;
    top:90px;
    z-index:1;
    font-size:0px;
}
.land-essay .prevnext a {}

.land-essay .prevnext .icon {
    overflow:hidden;
    display: block;
}
.land-essay .prevnext .icon img {
    float:left;
    width: 58px;
}
.land-essay .prevnext.prev {
    left:0;
    margin-left: -80px;
}
.land-essay .prevnext.next {
    right:0;
    margin-right: -80px;
}

.land-essay .essay-btn {
    text-align: center;
    margin-top: 5rem;
}

.land-essay .essay-btn a {
    display: block;
    text-align: center;
    background: #4790c7;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 371px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1em;
    line-height: 47px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-essay .essay-btn a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-essay .essay-btn a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) repeat-x center center;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}

.land-receipt {
    text-align: center;
    padding-bottom: 5rem;
    overflow: hidden;
}

.land-receipt .receipt-box ul {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.land-receipt .receipt-box li {
    float: left;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
    max-width: 16.66666%;
}

.land-receipt .receipt-box dl {
    position: relative;
    max-width: 180px;
    margin: 0 auto;
}

.land-receipt .receipt-box dt {
    padding-left: 6px;
}

.land-receipt .receipt-box dt img {
    width:100%;
    transform: rotate(270deg);
}

.land-receipt .receipt-box dd {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.land-receipt .receipt-box dd img {
    width:68px;
}

.land-receipt .receipt-box li:last-child dt {
    padding: 0 0.3rem;
}

.land-receipt .receipt-box h6 {
    font-weight: 700;
    color: #303030;
    font-size: 0.88em;
    margin: 1.3rem 0 0;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-faq {
    overflow: hidden;
    padding-bottom: 5rem;
}

.land-faq .faq-wrap {}

.land-faq .faq-inner {}

.land-faq .faq-box {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 6px 0 rgba(71, 144, 199, 0.2) !important;
    margin-bottom: 0 !important;
}
.land-faq .faq-box+ .faq-box {
    margin-top: 1.2rem;
}

.land-faq .faq-box h6 {
    font-size: 0.8em;
}

.land-faq .faq-box .tit-box {
    padding: 1.6rem 3.4rem 1.5rem 3.3rem;
    color: #303030;
    font-weight: 700;
    position: relative;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-faq .faq-box .q {
    position: absolute;
    left: 1.4rem;
    top:1.5rem;
}

.land-faq .faq-box .tit-box:hover {
    text-decoration: none !important;
}

.land-faq .faq-box .tit-box i {
    position: absolute;
    right:15px;
    top:50%;
    font-size: 2.3rem;
    color: #4790c7;
    margin-top: -12px;
}

.land-faq .faq-box .tit-box[aria-expanded=true] i {
    transform: rotate(180deg);
}

.land-faq .faq-box .faq-title{}

.land-faq .faq-box .faq-text {
    padding: 0 1.4rem 1.4rem;
    font-size: 0.8em;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-faq .faq-box .faq-text a {
    display: inline;
}

.land-faq .faq-box .faq-text ul {
    margin: 0.5rem 0 0.5rem 0.75rem;
}

.land-faq .faq-box .faq-text li {
    padding-left: 12px;
    position: relative;
    font-size: 1em;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-faq .faq-box .faq-text li+ li {
    margin-top: 0.3rem;
}

.land-faq .faq-box .faq-text li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    top:9px;
    background: #666;
    border-radius: 100px;
}

.land-faq .faq-btn {
    text-align: center;
    margin-top: 4rem;
}
.land-faq .faq-btn {
    text-align: center;
    margin-top: 4rem;
}
.land-faq .faq-btn a {
    display: block;
    text-align: center;
    background: #4790c7;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 371px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1em;
    line-height: 47px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-faq .faq-btn a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-faq .faq-btn a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) repeat-x center center;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}

.land-bottom {
    background: url(https://pstatic.wordvice.com/wv-common/landing/land-bottom.png) no-repeat center top;
    background-size: cover;
    height: 220px;
    text-align: center;
    overflow: hidden;
}

.land-bottom dl {
    padding-top: 5rem;
}

.land-bottom dt {
    font-size: 1.75em;
    color: #fff;
    font-weight: 700;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-bottom dd {
    margin: 3.6rem 0 0;
    text-align: center;
}

.land-bottom ul {
    display: inline-block;
}

.land-bottom li {
    float: left;
}

.land-bottom dd .a-btn {
    display: block;
    width: 270px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 1em;
    color: #4790c7;
    margin: 0 auto;
    padding: 1rem 0 1rem;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-organization {
    overflow: hidden;
}

.land-organization .sub-box {
    margin-bottom: 2.5rem;
}

.land-organization .sub-box ul {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #fff;
}

.land-organization .sub-box li {
}

.land-organization .sub-box li+ li {
    margin-top: 2rem;
}

.land-organization .sub-box dl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.land-organization .sub-box dt, .land-organization .sub-box dd {display: table-cell; vertical-align: middle;}

.land-organization .sub-box dt {
    width: 165px;
}

.land-organization .sub-box dd {
    font-size: 0.875em;
    line-height: 2rem;
    word-wrap:break-word;
    word-break:keep-all;
    color: #303030;
}

.land-organization .sub-box .tit {
    width: 140px;
    height: 40px;
    background: #4790c7;
    border: 1px solid #4790c7;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

.land-organization .sub-box .text {
    padding-top: 2rem;
    color: #303030;
    font-size: 0.875em;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-organization .or-swiper {
    position: relative;
}

.land-organization .or-swiper-container {
    overflow: hidden;
    margin:0 6rem;
}

.land-organization .swiper-slide {
    text-align: center;
    padding:0 0.5rem;
}

.land-organization .swiper-slide > div {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    height: 100px;
    text-align: center;
}

.land-organization .swiper-slide > div img {
    align-self: center;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.land-organization .or-prevnext {
    position:absolute;
    top:50%;
    z-index:1;
    font-size:0px;
    margin-top: -29px;
}
.land-organization .or-prevnext a {}

.land-organization .or-prevnext .icon {
    overflow:hidden;
    display: block;
}
.land-organization .or-prevnext .icon img {
    float:left;
    width: 58px;
}
.land-organization .or-prevnext.or-prev {
    left:0%;
}
.land-organization .or-prevnext.or-next {
    right:0%;
}

.land-sample .editing-sample-wrap {
    overflow: hidden;
}

.land-sample .editing-sample-wrap .inner {
    margin: 0 -0.5rem 0;
}

.land-sample .editing-sample-wrap ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0.5rem 0;
}

.land-sample .editing-sample-wrap li {
    display: table-cell;
    vertical-align: top;
    padding: 1.5rem;
}


.land-sample .editing-sample {
    position: relative;
    height: 342px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(42,93,186,.2);
    cursor: pointer;
}

.land-sample .editing-sample .editing-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    padding: .8rem;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.land-sample .editing-sample .editing-title .sample-img, .editing-sample .editing-title .sample-txt {
    display: table-cell;
    vertical-align: middle;
}

.land-sample .editing-sample .editing-title .sample-img {
    width: 58px;
    overflow: hidden;
    border-right: 1px solid #fff;
}

.land-sample .editing-sample .editing-title img {
    width: 48px;
    float: left;
}

.land-sample .editing-sample .editing-title .sample-txt {
    color: #fff;
    padding-left: 10px;
    word-wrap:break-word;
    word-break:keep-all;
}

.land-sample .editing-sample .editing-sample-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4.375rem 3.75rem;
    opacity: 0;
    transition: .3s;
    background-color: #2659a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.land-sample .editing-sample .editing-sample-hover .sample-hover-title {
    margin: 1.25rem 0;
}

.land-sample .modal-header {
    overflow: hidden;
}
.land-sample .modal-header .modal-title {
    float: left;
}
.land-sample .modal-dialog {
    width: 100%;
    max-width: 80%;
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.land-sample .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0;
}

.land-sample .sample-btn {
    text-align: center;
    margin: 4rem 0rem 0;
}
.land-sample .sample-btn a {
    display: block;
    text-align: center;
    background: #4790c7;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 371px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1em;
    line-height: 47px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.land-sample .sample-btn a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(255,255,255,0.1);
}

.land-sample .sample-btn a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic.png) repeat-x center center;
    width: 16px;
    height: 14px;
    margin-top: -7px;
}

.ladn-document {
    overflow: hidden;
}

.ladn-document .check-list {
    text-align: center;
}

.ladn-document .check-list ul {
    display: inline-block;
    margin-top: -1.5rem;
}

.ladn-document .check-list li {
    float: left;
    padding-left: 2.5rem;
    min-width: 270px;
    text-align: left;
    position: relative;
    color: #303030;
    font-size: 0.875em;
    margin-top: 1.5rem;
    word-wrap:break-word;
    word-break:keep-all;
}

.ladn-document .check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top:2px;
    width: 17px;
    height: 17px;
    background: transparent url(//pstatic.wordvice.com/wv-common/landing/land_doc-check.png) repeat-x center center;
    background-size: 17px !important;
}

.ladn-document .check-list li:nth-child(2n)+ li {
    clear: both;
}

.ladn-document .doc-box {
    margin: 3.5rem -2.3rem 0;
}
.ladn-document .doc-box ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing:border-box;
    border-collapse:separate;
    border-spacing:2.3rem 0;
}
.ladn-document .doc-box li {
    display: table-cell;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 2rem 0;
    box-shadow: 0px 0px 10px 0 rgba(71, 144, 199, 0.2);
}
.ladn-document .doc-box dl {
}
.ladn-document .doc-box dt {
    display: inline-block;
    margin-bottom: 1rem;
}
.ladn-document .doc-box dd {
    font-size: 0.875em;
    color: #4790c7;
    font-weight: 700;
    margin-bottom: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ladn-document .doc-box li:first-child dd {
    display: block;
}

.ladn-document .doc-box img {
    max-width: 65px;
    float: left;
}

/* 쿠폰 복사 */
.coupon-box {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 8px;
    padding: 12px 21px;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 360px) {
    .coupon-box {
        padding: 12px 17px;
    }
}

.coupon-box p {
    color: #303030;
    font-size: 0.875em;
    margin-bottom: 8px;
}
.coupon-code-view {
    color: #2659a8;
}
.copy-btn {
    padding: 8px 50px;
    background: #fff;
    color: #fff;
    border: 1px solid #2659a8;
    border-radius: 3px;
    font-size: 0.875em;
    color: #2659a8;
}
.copy-icon {
    display: inline-block;
    background: url("https://pstatic.wordvice.com/wv-common/landing/copy-icon.svg");
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

    /* 어드미션 랜딩페이지 */
.adm-land .land-header .right-box .quick-btn a {
    background: #4790c7;
    border-color: #4790c7;
}

.adm-land .land-visual {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/am_main_img.jpg) no-repeat center top;
    background-size: cover;
}

.adm-land .land-visual .bottom-btn .land-btn {
    padding: 1rem 10px;
}

.adm-land .land-visual .btn-box .top-btn {
    background: #4790c7;
}

.adm-land .land-service li:nth-child(2) {
    background: #4790c7;
}

.adm-land .land-features {
    padding: 4rem 0;
}

.adm-land .land-academic .ac-sample li {
    min-width: 372px;
}

.adm-land .land-academic .ac-sample .ac-box2 .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon1.png) no-repeat center center;
}

.adm-land .land-academic .ac-sample .ac-box2 .text-box .text.a-color {
    color: #4790c7;
}

.adm-land .land-academic .ac-sample .ac-box2 .text-box .text.a-color:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon2.png) no-repeat center center;
}

.adm-land .land-academic .ac-sample .ac-box3 .text-box .text:last-child {
    color: #303030;
}

.adm-land .land-academic .ac-sample .ac-box3 .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon1.png) no-repeat center center;
}

.adm-land .land-academic .ac-sample .ac-box1 .text-box .text:last-child:before {
    background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon1.png) no-repeat center center;
}

.adm-land .swiper-wrapper {
    padding-bottom: 1rem;
}

.adm-land .land-essay .swiper-pagination {
    margin-top: 0;
}

.adm-land .land-essay .essay-btn {
    margin-top: 4rem;
}

/* 어드미션 쿠폰 복사 */
.adm-land .coupon-code-view {
    color: #4790c7;
}
.adm-land .copy-btn {
    border: 1px solid #4790c7;
    color: #4790c7;
}
.adm-land .copy-icon {
    background: url("https://pstatic.wordvice.com/wv-common/landing/adm-copy-icon.svg");
}

@media screen and (min-width:768px) {
    .land-nav {
        display: none !important;
    }
}


/* 마우스오버 */
@media screen and (min-width:900px) {
    .land-header .right-box .quick-btn a:hover {
        background: #2B417D;
        border-color: #2B417D;
    }

    .land-visual .btn-box .top-btn:hover {
        background: #2B417D;

    }

    .land-visual .bottom-btn li:hover {
        background: #f3f3f3;
        border-color: #f3f3f3;
    }

    .land-academic .bottom-btn .a-btn:hover, .land-editor .editor-btn a:hover, .land-essay .essay-btn a:hover, .land-faq .faq-btn a:hover, .land-sample .sample-btn a:hover {
        background: #2B417D;
    }

    .land-bottom dd .a-btn:hover {
        background: #2B417D;
        border-color: #2B417D;
        color: #fff;
    }

    .land-editor .bg-primary:hover {
        background: #2B417D;
    }

    .editing-sample-wrap li:hover .editing-sample .editing-sample-hover {
        opacity: 1;
    }
}


@media screen and (max-width:1400px) {
    .essay-rolling .swiper-container {
        margin: 0 50px;
    }

    .land-essay .prevnext.next {
        margin-right: -15px;
    }

    .land-essay .prevnext.prev {
        margin-left: -15px;
    }

    .land-editor .editors-swiper-container .swiper-slide > .editor-profile {
        padding: 4rem 2.5rem !important;
    }

    .editors-swiper-container .swiper-button-next {
        right: 45px;
    }

    .editors-swiper-container .swiper-button-prev {
        left: 45px;
    }

    .land-editor .editor-profile {
        height: 450px;
    }
}

@media screen and (max-width:1200px) {
    .land-visual {
        background-position: 65% top;
    }

    .land-editor .editor-profile .valign-wrapper {
        margin-bottom: 3rem;
    }

    .adm-land .land-visual {
        background-position: 65% top;
    }

    .land-editor .editor-profile {
        height: 860px;
    }

    .land-sample .editing-sample {
        height: 300px;
    }
}

@media screen and (max-width:1000px) {

    .land-receipt .receipt-box li {
        max-width: 16.666666%;
    }

    .land-features .fe-box dd u {
        display: inline;
    }

    .showa-u .land-header .top-logo {
        width: 200px;
    }
}

/* 모바일 사이즈 */
@media screen and (max-width:900px) {

    .if_pc {
        display: none !important;
    }

    .if_mo {
        display: block !important;
    }

    .img_pc {
        display:none !important;
    }

    .img_mo {
        display:inline-block !important;
    }


    .land-container {
        font-size: 14px;
    }

    .showa-u .land-header .land-layout {
        height: auto;
    }

    .land-header .top-logo, .land-header .top-logo2 {
        padding: 1.2rem 0 !important;
    }

    .showa-u .land-header .top-logo {
        width: 160px;
        padding-right: 2.5rem !important;
    }

    .land-header .top-logo img, .land-header .top-logo2 img {
        max-height: 26px;
    }

    .land-visual {
        background-position: 70% top;
    }

    .land-visual .land-layout {
        background: rgba(0,0,0,0.5);
    }

    .land-visual .text-box .top-txt, .land-visual .text-box dt p, .land-visual .text-box dd, .land-visual .text-box dt h1 {
        color: #fff;
    }

    .land-visual .text-box .top-txt:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/main_txic_mo.png) no-repeat center center;
        background-size: 22px;
    }

    .land-visual .btn-box .top-btn:after {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic_mo.png) repeat-x center center;
        background-size: 16px;
    }

    .land-academic .bottom-btn .a-btn:after, .land-editor .editor-btn a:after, .land-essay .essay-btn a:after, .land-faq .faq-btn a:after {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_vsic_mo.png) repeat-x center center;
        background-size: 16px;
    }

    .land-visual .bottom-btn .land-btn:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land_bicon_mo.png) repeat-x center center;
        background-size: 16px;
    }

    .land-header .right-box .menu-ctg a {
        padding: 0.7rem;
    }

    .land-header .right-box .menu-ctg .tel-btn {
        padding: 0.7rem;
    }

    .land-header .right-box .quick-btn {
        margin-left: 0.5rem;
    }

    .land-title {
        padding: 4rem 0 3rem;
    }

    .land-common-bg,.land-academic ,.land-editor, .land-system, .land-receipt {
        padding-bottom: 4rem;
    }

    .land-organization .sub-box {
        margin-bottom: 4rem;
    }

    .land-service li {
        padding: 1rem 0.5rem;
    }

    .land-features {
        padding: 0 0 3.5rem;
    }

    .land-features .fe-box {
        margin: 0;
    }

    .land-features .fe-box ul {
        display: block;
    }

    .land-features .fe-box li {
        display: block;
        padding: 1rem;
    }

    .land-features .fe-box li+ li {
        margin-top: 1.5rem;
    }

    .land-features .fe-box h3 {
        margin: 1rem 0 0.5rem;
    }

    .land-academic .ac-sample {
        margin:0;
    }

    .land-academic .ac-sample ul {
        display: block;
    }

    .land-academic .ac-sample li {
        display: block;
        padding-bottom: 0;
    }

    .land-academic .ac-sample li+ li {
        margin-top: 1.5rem;
    }

    .land-academic .ac-sample .tit-box {
        height: auto;
        padding-bottom: 2rem;
    }

    .land-academic .ac-sample dl {
        padding: 1.5rem 0.8rem;
    }

    .land-academic .ac-sample dt {
        margin-top: 6px;
    }

    .land-academic .ac-sample .text-box {
        padding: 2rem 0;
    }

    .land-academic .ac-sample .btn-box {
        position: relative;
        margin: 0 -1.2rem;
        width: auto;
    }

    .land-academic .ac-sample .bottom-btn {
        margin-top: 4rem;
    }

    .land-academic .ac-sample .text-box .text:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon1_mo.png) no-repeat center center;
        background-size: 16px;
        height: 16px;
    }

    .land-academic .ac-sample .text-box .text:last-child:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon_mo.png) no-repeat center center;
        background-size: 16px;
    }

    .land-academic .ac-sample .ac-box2 .text-box .text:last-child:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon4_mo.png) no-repeat center center;
        background-size: 16px;
    }

    .land-academic .ac-sample .ac-box3 .text-box .text:last-child:before {
        background: transparent url(https://pstatic.wordvice.com/wv-common/landing/land-acicon3_mo.png) no-repeat center center;
        background-size: 16px;
    }

    .land-common-box {
        margin: 0;
    }

    .land-common-box ul {
        display: block;
    }

    .land-common-box li {
        display: block;
        padding: 2rem;
    }

    .land-common-box li+ li {
        margin-top: 1.5rem;
    }

    .land-common-box dl {
        margin-bottom: 1rem;
    }

    .land-common-box dd img {
        width: 55px;
    }

    .land-receipt .receipt-box ul {
        margin-top: -1.5rem;
        width: auto;
    }

    .land-receipt .receipt-box li {
        max-width: 33.333333%;
        margin-top: 1.5rem;
    }

    .land-receipt .receipt-box li:nth-child(4) {
        clear: both;
    }

    .land-faq .faq-btn {
        margin-top: 4rem;
    }

    .land-organization .or-swiper-container {
        margin: 0 5rem;
    }

    .land-organization .or-prevnext {
        margin-top: -25px;
    }

    .land-organization .or-prevnext .icon img {
        width: 50px;
    }

    .land-bottom {
        background-position: left top;
        background-size: cover;
    }

    .land-editor .editor-profile .editor-profile-photo .editor-img {
        max-width: 50%;
    }

    .land-editor .editor-profile .valign-wrapper {
        margin-bottom: 2rem;
    }

    .land-faq .faq-box .faq-text li:before {
        top:7px;
    }

    .land-essay .essay-box {
        padding: 2rem 3rem;
    }

    .adm-land .land-visual {
        background-position: 70% top;
    }

    .adm-land .land-features {
        padding: 3rem 0;
    }

    .land-editor .editor-profile {
        height: 810px;
    }

    .land-editor .editor-profile-section .bottom-txt {
        height: 55px;
    }

    .land-sample .editing-sample-wrap .inner {margin: 0}
    .land-sample .editing-sample-wrap ul {
        border-spacing: 0
    }
    .land-sample .editing-sample-wrap li {
        padding: 1rem;
    }

    .land-sample .editing-sample {
        height: 250px;
    }

    .ladn-document .doc-box {
        margin-top: 2rem;
    }

    .ladn-document .check-list ul {
        margin-top: -1rem;
    }

    .ladn-document .check-list li {
        margin-top: 1rem;
    }

    .ladn-document .doc-box dd {
        min-height: 34px;
        word-wrap:break-word;
        word-break:keep-all;
    }

    .ladn-document .check-list li:before {
        background: transparent url(//pstatic.wordvice.com/wv-common/landing/land_doc_check_mo.png) repeat-x center center;
        top:1px;
    }

    .adm-land .land-academic .ac-sample li {
        min-width: auto;
    }


}




/* 767 */
@media screen and (max-width:767px) {

    u {
        display: inline;
    }

    .showa-u .land-header .land-layout {
        overflow: hidden;
    }

    .showa-u .land-header .top-logo, .showa-u .land-header .top-logo2 {
        float: left;
        width: auto;
    }

    .showa-u .showa-banner {
        margin-bottom: 10px;
    }

    .land-title {
        padding: 4rem 0 2.5rem;
    }

    .land-title em {
        bottom:0.5rem;
        top:auto;
    }

    .land-common-bg {
        padding-bottom: 4rem;
    }

    .land-visual .bottom-btn .land-btn {
        padding: 1rem;
    }

    .land-organization .sub-box {
        margin-bottom: 3rem;
    }

    .land-organization .sub-box li+ li {
        margin-top: 1.5rem;
    }

    .land-organization .sub-box dd {
        line-height: 1.5rem;
    }

    .land-organization .sub-box .text {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .land-service {
        box-shadow: none;
        padding: 1.5rem;
    }

    .land-service ul {
        display: block;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
        border-radius: 5px;
        overflow: hidden;
    }

    .land-service li {
        display: block;
        padding: 0.5rem;
    }

    .land-service h4 {
        margin-bottom: 3px;
    }

    .land-features {
        padding: 0 0 1.5rem;
    }

    .land-features .land-title {
        padding: 2.5rem 0 2rem;
    }

    .land-editor {
        padding-bottom: 4rem;
    }

    .land-editor .editor-profile .editor-profile-photo .editor-img {
        width: 45%;
    }

    .land-editor .editor-profile-section .editor-name {
        margin: 1rem 0;
    }

    .land-benefits {
        padding-bottom: 4rem;
    }

    .land-academic {
        padding-bottom: 4rem;
    }

    .land-academic .ac-sample .bottom-btn {
        margin-top: 2.5rem;
    }

    .land-receipt {
        padding-bottom: 4rem;
    }

    .land-receipt .receipt-box li {
        max-width: 50%;
        margin-top: 1.5rem;
    }

    .land-receipt .receipt-box li:nth-child(4) {
        clear: none;
    }

    .land-receipt .receipt-box li:nth-child(2n)+ li {
        clear: both;
    }

    .land-system {
        padding-bottom: 4rem;
    }

    .essay-rolling .swiper-container {
        margin: 0 40px;
    }

    .land-essay {
        padding-bottom: 4rem;
    }

    .land-essay .essay-box {
        width: 100%;
    }

    .land-essay .swiper-pagination {
        margin-top: 2rem;
    }

    .land-essay .prevnext .icon img {
        width: 50px;
    }

    .land-essay .essay-btn {
        margin-top: 3rem;
    }

    .land-faq .faq-btn {
        margin-top: 2.5rem;
    }

    .land-bottom {
        height: auto;
    }

    .land-bottom dl {
        padding: 3rem 0;
    }
    .land-bottom dd {
        overflow: hidden;
        max-width: 500px;
        margin: 2.5rem auto 0;
    }

    .land-bottom ul {
        display: block;
        margin-left: -1rem;
    }

    .land-bottom li {
        width: 50%;
    }

    .land-bottom dd .a-btn {
        width: auto;
        margin: 0 0 0 1rem;
        max-width: none;
        padding: 1rem 0.5rem;
    }

    .land-header .land-layout, .land-header .top-logo {
        display: block;
    }

    .land-header .right-box {
        display: none;
    }

    .land-header .navbar-toggle .icon-bar {
        width: 20px;
        background: #fff !important;
    }

    .land-navbar {
        display: block;
        margin-top: 0;
    }

    .land-navbar[aria-expanded=true] {
        background: #0079ce !important;
    }

    .land-nav {
        position: absolute;
        z-index: 999;
        width: 100%;
        top:50px;
        height: auto;
        background: #f4f4f4;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .land-nav .slide-nav .menu-ctg>a {
        padding: 2rem !important;
        font-weight: 400;
        position: relative;
        color: #343434 !important;
        line-height: 1;
        display: block;
        text-decoration: none !important;
    }

    .land-nav .slide-nav ul.nav .menu-ctg i {
        position: absolute;
        right: 2rem;
        top: 50%;
        font-size: 2.5rem;
        color: #777;
        margin-top: -12px;
        padding: 0 0.4rem;
    }

    .land-nav .slide-nav .menu-ctg+ .menu-ctg {
        border-top: 1px solid #ebebeb;
    }

    .land-navbar:hover {
        background: #0079ce;
    }

    .land-nav .nav>li>a:hover, .land-nav .nav>li>a:focus {
        background: none !important;
    }

    .land-nav .nav>li.open>a {
        background: rgba(0, 121, 206, 0.1) !important;
    }

    .land-nav ul.nav ul.sub-menu {
        position: static !important;
        background: none;
        border: 0;
        box-shadow: none;
        visibility: visible;
    }

    .land-nav ul.sub-menu li a {
        font-weight: 400;
        font-size: 1em;
        padding: 4px 20px !important;
        color: #333;
    }

    .land-nav ul.nav li {
        float: none;
    }

    .land-nav .slide-nav ul.nav .menu-ctg.open > a {
        color: #4790c7 !important;
    }

    .land-nav .slide-nav ul.nav .menu-ctg.open i {
        transform: rotate(180deg);
        color: #4790c7;
    }

    .land-nav .if_tel {
        text-align: center;
    }

    .land-nav .slide-nav .menu-ctg.if_tel .tel-btn {
        display: inline-block !important;
        padding: 1.5rem 1rem 1rem !important;
    }

    .land-nav .slide-nav ul.nav .menu-ctg .tel-btn i {
        float: left;
        position: static;
        font-size: 1.5rem;
        top:0;
        margin-top: 1px;
        color: #777;
        padding: 0 0.4rem;
    }

    .land-nav .tel-btn em {
        float: left;
        font-style: normal;
    }

    .land-nav .btn-box {

    }

    .land-nav .btn-box a {
        display: block;
        background: #4790c7;
        text-align: center;
        color: #fff;
        padding: 1.2rem;
    }

    .land-faq {
        padding-bottom: 4rem;
    }

    .land-editor .editors-swiper-container .swiper-slide > .editor-profile {
        padding: 2rem 2.5rem !important;
    }
    .editor-profile .editor-profile-content {
        padding: 0 1rem;
    }

    .land-editor .editor-profile-section+ .editor-profile-section {
        margin-top: 1.5rem;
    }

    .land-editor .editor-profile-section h5 {
        margin-bottom: 1rem;
    }

    .land-essay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .land-essay .swiper-pagination-bullet-active:before {
        width: 10px !important;
        height: 10px !important;
    }

    .land-editor .editor-profile {
        height: auto;
    }

    .land-editor .editor-profile-section h5+ p {
        height: 72px;
    }


    /* 실시간 견적받기 */
    .modal-open .modal-dialog {
        margin: 50px 10px;
    }
    .pricing-quote {
        padding: 0;
    }

    .modal.in .modal-dialog .spacer30 {
        margin-bottom: 15px;
    }

    .modal.in .modal-dialog .modal-body+.spacer30 {
        display: none;
    }


    .adm-land .land-features {
        padding: 1.5rem 0;
    }


    .land-editor .editor-btn {
        margin-top: 2.5rem;
    }

    .modal-open .modal-dialog {
        width: auto;
        max-width: none;
    }


    .land-sample .sample-btn {
        margin-top: 2.5rem;
    }

    .ladn-document .doc-box {
        margin: 1.5rem 0rem 0;
    }

    .ladn-document .doc-box ul {
        border-spacing: 0rem 0;
        display: block;
        overflow: hidden;
        margin: -1rem 0 0 -1rem;
        width: auto;
    }

    .ladn-document .doc-box li {
        display: block;
        float: left;
        width: 50%;
        background: none;
        border: 0;
        border-radius: 0px;
        text-align: center;
        padding: .3rem;
        box-shadow: none;
    }

    .ladn-document .doc-box dl {
        display: block;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        padding: 1.5rem 1rem;
        box-shadow: 0px 0px 10px 0 rgba(71, 144, 199, 0.2);
        margin: 1rem 0 0 1rem;
    }

    .ladn-document .doc-box li dd {
        display: block;
    }

}

@media screen and (max-width:650px) {
    .land-sample .editing-sample {
        height: 200px;
    }

    .land-layout {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width:565px) {
    .land-essay .prevnext {
        display: none;
    }

    .land-essay .essay-rolling .swiper-container {
        margin: 0;
        padding: 15px 10px 0;
    }

    .land-organization .sub-box dt {width: 90px;}

    .land-organization .sub-box .tit {width: 80px; font-size: 0.875em}

    .land-receipt {
        display: none;
    }

    .land-faq {
        background-color: #fff !important;
    }

    .main-editor.swiper-pagination {
        display: none !important;
    }

    .adm-land .land-system, .adm-land .land-faq {
        background: #ecf3f9 !important;
    }

    .adm-land .land-benefits {
        background: #fff !important;
    }

    .land-sample .editing-sample-wrap li {
        display: block;
    }

    .land-sample .editing-sample {
        height: 250px;
    }

}


@media screen and (max-width:460px) {
    .land-bottom li {
        width: 100%;
        float: none;
    }
    .land-bottom li+ li {
        margin-top: 1rem;
    }
}


@media screen and (max-width:365px) {

    .showa-u .land-header .top-logo {
        padding-right: 2rem !important;
    }

    .land-header .top-logo2 {
        width: auto;
    }

    .land-header .top-logo img, .land-header .top-logo2 img {
        max-height: 24px;
    }

    .land-visual .btn-box {
        margin-top: 0;
    }

    .land-visual .bottom-btn .land-btn {
        padding: 1rem 0.5rem;
        white-space: nowrap;
    }

    .land-visual .bottom-btn .land-btn:before {
        right: 5px;
    }

    .land-organization .sub-box dt, .land-organization .sub-box dd {display: block; margin: 0;}
    .land-organization .sub-box dt {width: 100%; margin-bottom: 10px;}
    .land-organization .sub-box .tit {
        width: 100%;
        height: 30px;
        line-height: 28px;
    }

    .ladn-document .doc-box li {
        width: 100%;
    }

    .ladn-document .doc-box dd {
        min-height: auto;
    }

    .ladn-document .check-list li {
        min-width: auto;
    }

    .land-essay .essay-box .icon img {
        width: 30px;
    }

}


@media screen and (max-width:340px) {
    .land-header .top-logo img, .land-header .top-logo2 img {
        max-height: 21px;
    }
}


@media screen and (max-width:320px) {
    .land-visual .bottom-btn .land-btn:before {
        display: none;
    }
}









