/* 페이지 레이아웃 */

body,ul,a,p,h1,h2,h3,span {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;    
}

.container {
    width: 1200px;
    margin: 0 auto;
}

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

header#header {
    background: #3c3835;
    width: 100%;
    height: 59px;
}

header#header .logo-wrap {
    float: left;
    margin: 15px 0px;
}

header#header .category-wrap {
    float: right;
}

header#header .category-wrap ul {
    font-size: 0;
}

header#header .category-wrap ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

header#header .category-wrap ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

header#header .category-wrap ul li:last-child:after {
    display: none;
}

header#header .category-wrap ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0px 20px;
    color: #fff;
    font-weight: 500;
    line-height: 55px;
    -khtml-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;    
}

header#header .category-wrap ul li a:hover {
    opacity: .5;
}

header#header .category-wrap ul li.home a {
    color: #4bbaf5;
    background: url(../img/layout/icon-home.png) no-repeat left center;
}

header#header .category-wrap ul li:last-child a {
    padding-right: 0;
}

.main-banner-wrap {
    position: relative;
    width: 100%;
    height: 704px;
    overflow: hidden;
    min-width: 1200px;
    top: -1px;
}

.main-banner-wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -950px;
    width: 1900px;
    height: 704px;
    overflow: hidden;
}

.main-banner-wrap .container {
    position: relative;
}

.main-banner-wrap .write-method {
    position: absolute;
    top: 96px;
    left: 0;
}

.main-banner-wrap .write-method a {
    display: block;
    -khtml-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; 
}

.main-banner-wrap .write-method a:hover {
    opacity: .5;
}

.main-banner-wrap .write-method h1 {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding-top: 10px;
    line-height: 1;
    border-top: 3px solid #fff;
    font-weight: 500;
}

.main-banner-wrap .write-method p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
    font-weight: 100;
}

.main-banner-wrap .write-method span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    font-weight: 100;
}

.popup-sample-wrap .section-title {
    text-align: center;
    margin-bottom: 70px;
}

.popup-sample-wrap .section-title h1 {
    color: #3e3e3e;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding-bottom: 17px;
    margin-bottom: 22px;
    border-bottom: 2px solid #3e3e3e;
}

.popup-sample-wrap .section-title p {
    line-height: 1.6;
    color: #8a8a8a;
    font-size: 16px;
}

.wib-popup-wrap .popup-des {
    margin-bottom: 20px;
}

.wib-popup-wrap .popup-des h2.popup-code {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 16px;
}

.wib-popup-wrap .popup-des p.popup-size {
    font-size: 13px;
    color: #999;
}

.popup-sample-wrap .popup-type {
    font-size: 0;
}

.popup-sample-wrap .popup-type.b-type {
    margin-top: 80px;
}

.review-write-info-wrap {
    background: #44b1f0;
    margin-top: 100px;
    padding: 85px 0px 100px;
}

.review-write-info-wrap .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.review-write-info-wrap .section-title p {
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 300;
}

.review-write-info-wrap .section-title h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding-bottom: 17px;
    border-bottom: 2px solid #fff;
}

.review-write-info-wrap .step-info {
    margin-top: 22px;
}

.review-write-info-wrap .step-info ul {
    font-size: 0;
}

.review-write-info-wrap .step-info ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    margin-bottom: 22px;
}

.review-write-info-wrap .step-info ul li.no-margin {
    margin-right: 0px;
}

.review-write-info-wrap .btn-wrap {
    text-align: center;
    margin-top: 35px;
}

.review-write-info-wrap .btn-wrap a {
    display: inline-block;
    width: 359px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border: 3px solid #fff;
    margin: 0px 11px;
    -khtml-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; 
}

.review-write-info-wrap .btn-wrap a:hover {
    opacity: .5;
}

footer.footer {
    background: #383838;
    text-align: center;
    padding: 35px 0px 35px;
}

footer.footer .company-info {
    margin-bottom: 25px;
}

footer.footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

footer.footer .company-info p span {
    display: inline-block;
    margin: 0px 7px;
}

footer.footer .copyright span.point {
    color: #44b1f0;
}

a.btn-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

/* 위브 팝업 공통 */

.wib-popup-wrap .popup-thumb,
.wib-popup-wrap .popup-pager {
    position: relative;
}

.wib-popup-wrap .popup-pager ul {
    border-top: 1px solid #dadada;
}

.wib-popup-wrap .popup-pager ul li {
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #dadada;
    text-align: center;
    color: #9e9e9e;
    background: #f6f6f6;
    position: relative;    
    -khtml-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;    
}

.wib-popup-wrap .popup-pager ul li:hover,
.wib-popup-wrap .popup-pager ul li.activeSlide {
    background: #fff;
}

.wib-popup-wrap .popup-pager ul li a {
    display: block;
    color: #9e9e9e;
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans', sans-serif !important;
    font-size: 13px;
    -khtml-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;       
}

.wib-popup-wrap .popup-pager ul li.activeSlide a {
    color: #393939;
/*    font-weight: bold;*/
}

.wib-popup-wrap .popup-pager span.pager-current {
    display: block;
    border: 1px solid #767676;
    position: absolute;
    top: 0;
    left: 0;    
    -khtml-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;        
}

.wib-popup-wrap .popup-thumb a.popup-control {
    display: block;
    width: 35px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.wib-popup-wrap .popup-thumb a.popup-control.popup-control-prev {
    left: -35px;
}

.wib-popup-wrap .popup-thumb a.popup-control.popup-control-next {
    right: -35px;
}

.wib-popup-wrap .popup-thumb:hover a.popup-control.popup-control-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.wib-popup-wrap .popup-thumb:hover a.popup-control.popup-control-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.wib-popup-wrap.vertical .popup-thumb,
.wib-popup-wrap.vertical .popup-thumb  ul,
.wib-popup-wrap.vertical .popup-thumb  ul li {
    width: 283px;
    height: 340px !important;
}

.wib-popup-wrap.vertical {
    width: 283px;
    display: inline-block;
    vertical-align: top;
    margin-right: 22.666666666666667px;
}

.wib-popup-wrap.vertical:last-child {
    margin-right: 0px;
}

.wib-popup-wrap.horz {
    width: 589px;
    display: inline-block;
    vertical-align: top;
}

.wib-popup-wrap.horz:first-child {
    margin-right: 22px;
}

.wib-popup-wrap .popup-close {
    width: 100%;
    height: 30px;
    background: #555;
}

.wib-popup-wrap .popup-close .check {
    float: left;
    width: calc(100% - 60px);
}

.wib-popup-wrap .popup-close .check label {
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans', sans-serif !important;
    background-color: #555 !important;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
    padding-left: 10px !important;
}

.wib-popup-wrap .popup-close .check span.checkbox {
    background: #fff url(../img/btn/check-ov-s.png) no-repeat 12px center;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 7px;
}

.wib-popup-wrap .popup-close button.popup-close {
    float: right;
    width: 60px;
    height: 30px;
    border: none;
    font-size: 0;
    background:#333 url(../img/btn/btn-close.png) no-repeat 12px center;
    cursor: pointer;
}

/* 위브 팝업 a형 페이징 상하정렬 타입 */

.wib-popup-wrap.vertical .popup-pager.thumb ul {
    width: calc(100% - 1px);
    border-top: 0px;
    border-left: 1px solid #dadada;
    font-size: 0;
}

.wib-popup-wrap.vertical .popup-pager.thumb ul li {
    width: calc(33.333% - 1px);
    height: 80px;
    display: inline-block;
    vertical-align: top;
    border-width: 1px 1px 0px 0px;
}

.wib-popup-wrap.vertical .popup-pager.thumb ul li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.wib-popup-wrap.vertical .popup-pager.thumb ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.wib-popup-wrap.vertical .popup-pager.thumb span.pager-current {
    width: 92px;
    height: 79px;
}

/* 위브 팝업 b형 공통 */

.wib-popup-wrap.horz .popup-thumb {
    float: left;
    width: 455px;
    height: 298px;
}

.wib-popup-wrap.horz .popup-thumb ul {
    width: 100%;
    height: 100%;
}

.wib-popup-wrap.horz .popup-pager.thumb {
    float: left;
    width: 134px;
}

.wib-popup-wrap.horz .popup-pager.thumb ul {
    width: 100%;
    position: relative;
    border-top: 0px;
}

.wib-popup-wrap.horz .popup-pager.thumb ul li {
    width: 132px;
    height: 73px;
    display: inline-block;
    vertical-align: top;
    border-width: 1px 1px 0px 1px;
}

.wib-popup-wrap.horz .popup-pager.thumb ul li:last-child {
    border-width: 1px;
}

.wib-popup-wrap.horz .popup-pager.thumb ul li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.wib-popup-wrap.horz .popup-pager.thumb ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.wib-popup-wrap.horz .popup-pager.thumb span.pager-current {
    width: 132px;
    height: 73px;
}

/* 위브 팝업 a1 타입 스타일 */

.wib-popup-wrap.a-one .popup-pager ul li {
    width: calc(100% - 2px);
    height: 44px;
    line-height: 44px;
}

.wib-popup-wrap.a-one .popup-pager span.pager-current {
    width: 281px;
    height: 43px;
}

/* 위브 팝업 a2 타입 스타일 */

.wib-popup-wrap.vertical .popup-thumb {
    width: 283px;
    height: 340px;
}

.wib-popup-wrap.a-two .popup-pager {
    font-size: 0;
    background: #f4f4f4;
    padding-left: 20px;
}

.wib-popup-wrap.a-two .popup-pager a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #9e9e9e;
    font-size: 11px;
    text-align: center;
    margin: 10.5px 5px 10.5px 0px;
    -khtml-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;  
}

.wib-popup-wrap.a-two .popup-pager a:hover,
.wib-popup-wrap.a-two .popup-pager a.activeSlide {
    background: #9b9b9b;
    color: #fff;
}

/* 위브 팝업 a4 타입 스타일 */

.wib-popup-wrap.vertical .popup-thumb {
    width: 283px;
    height: 340px;
}

.wib-popup-wrap.vertical .popup-thumb ul {
    width: 100%;
    height: 100%;
}

/* 위브 팝업 b2형 페이징 */

.wib-popup-wrap.horz.b-two .popup-pager.thumb ul li {
    position: absolute;
    z-index: 10;
    right: 0;
}

.wib-popup-wrap.horz.b-two .popup-pager.thumb ul li.paging-two {
    top: 74px;
}

.wib-popup-wrap.horz.b-two .popup-pager.thumb ul li.paging-three {
    top: 148px;
}

.wib-popup-wrap.horz.b-two .popup-pager.thumb ul li.paging-four {
    top: 222px;
}

.wib-popup-wrap.horz.b-two .popup-pager.thumb ul li.activeSlide {
    width: 152px;
    right: 0;
}
