@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
.hidden {display:none!important;} /* Hwijoon */

body,html {
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
    color: #14222a;
}
strong {font-weight:600;}
span.red {color:#e67162;}
ul.hyphen li {
    padding-left:20px;
    position:relative;
}
ul.hyphen li:before {
    position:absolute;
    lefT:0;
    top:0;
    content:"-";
}
#ui-datepicker-div {z-index:1000;}
.carousel_control {
    position:absolute;
    top:50%;
    margin-top:-21px;
    -webkit-background-size:18px 42px;
    background-size:18px 42px;
    background-repeat:no-repeat;
    width:18px;
    height:42px;
}
.carousel_control.prev {
    left:0;
    background-image: url(../images/arrow_left.png);
}
.carousel_control.next {
    right:0;
    background-image: url(../images/arrow_right.png);
}
.moneyback-btn {
    display:inline-block;
    background:#99a96b;
    padding:21px 60px;
    margin:0 auto;
    color:#fff;
    font-size:24px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
}
.moneyback-btn:hover {
    background:#879952;
}
.moneyback-btn img {
    position: absolute;
    right: 10px; top: 24px;
}
.moneyback-btn img.mobile {
    display: none !important;
}
.container-wrap {
    padding-left:20px;
    padding-right:20px;
}
.container {
    max-width:1500px;
    margin:0 auto;
}
#header-container {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
    padding:0 20px;
    border-bottom:1px solid rgba(255,255,255,0.3);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#header-container.onBlack {
    background:rgba(0,0,0,1) !important;
}
#header-container .container {
    padding:25px 0;
}
#logo-wrap a {display:block;}
#logo-wrap a img {display:block;margin-top:3px;}
#gnb-wrap a {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display:block;
    height:38px;
    line-height:38px;
}
#gnb-wrap a:hover {
    border-bottom:2px solid rgba(153, 169, 107, 0.5);
}
#gnb-wrap a.active {
    border-bottom:2px solid #99a96b;
    font-weight:600;
}
#gnb-wrap li {margin-left:40px;float:left;}
#gnb-wrap li:first-child {margin-left:0;}

/* Hwijoon */
#gnb-login-btn, #gnb-logout-btn {
    border: solid 1px #99a96b;
    width:110px;
    height:38px;
    line-height:36px;
    text-align:center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#gnb-login-btn:hover, #gnb-logout-btn:hover {
    background:#99a96b;
}
.footer-content.pre {
    white-space:pre-line;
}
.footer-content {
    line-height:1.6em;
    margin-top:25px;
    /*white-space:pre*/
}
.footer-content .subd {margin-bottom:25px;}
.footer-content strong {margin-bottom:10px;display:inline-block;}
.footer-content p strong {margin-bottom:16px;margin-top:20px;}
.footer-content table{table-layout:fixed;width:100%;margin-bottom:15px;margin-top:10px;}
.footer-content .pre {white-space:pre-line;}
.footer-content table td,
.footer-content table th {
    border:1px solid #000;
    padding:10px;
    vertical-align:middle;
    -ms-word-break:break-all;
    word-break:break-all;
}
.footer-content table th {background:#f9f9f9;}
#footer-container {
    padding:60px 20px;
    background:#14222a;
    color:rgba(255,255,255,0.5);
    font-size:15px;
    line-height:1.6em;
}
#footer-container .container {
    max-width:1416px;
}
#footer-container #footer-logo-wrap,
#footer-container #footer-companyInfo-wrap {
    float:left;
    color:inherit;
}
#footer-container #footer-logo-wrap {margin-right:25px;}
#footer-container #footer-companyInfo-wrap .copyright{
    margin-top:30px;
}
#footer-container #footer-siteInfo-wrap {
    float:right;
    text-align:right; /* Hwijoon */
}
#top-banner {
    height:600px;
    padding-left:20px;
    padding-right:20px;
    background-color:#999;
    -webkit-background-size:cover;
    background-size:cover;
    background-position: center center;
}
.index #top-banner {
    background-image: url(../images/main_top_bg.jpg);
}
.service #top-banner {
    background-image: url(../images/service_top_bg.jpg);
}
.service #top-banner {
    height:480px;
}
#top-banner .tit {
    font-size: 48px;
    line-height: 1.4em;;
    text-align: center;
    color: #ffffff;
    margin-top:60px;
}
#top-banner .tit strong {
    font-weight:600;
}
#top-banner p.desc {
    margin-top:22px;
    font-weight:300;
    font-size: 30px;
    line-height: 1.4em;
    color:#fff;
    text-align:center;
}
#top-banner .btn-wrap {text-align:center;margin-top:36px;}
.not-top-section #content-container {margin-top:88px;}
.not-top-section #header-container {
    background:#14222a;
}
/*dropzone*/
#dz_file_attach.hidden {display:none;}


    /*Index.html*/
#index-section-1 {
    padding-top:120px;
    padding-bottom:78px;
    background:#f5f6f7;
}
#index-section-1 .container {
    max-width:1020px;
}
#index-section-1 .icn-wrap {
    /*margin-left:-30px;
    margin-right:-30px;*/
}
#index-section-1 .icn-wrap .icn-item {
    float:left;
    margin-left:60px;
}
#index-section-1 .icn-wrap .icn-item:first-child {margin-left:0;}
#index-section-1 .icn-wrap .icn {
    width:300px;
    height:300px;
    line-height:298px;
    background:#14222a;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
}
#index-section-1 .icn-wrap .icn .ib {
    display:inline-block;
    line-height:1em;
    vertical-align:middle;
}
#index-section-1 .icn-wrap .icn img {
    display:block;
    margin:0 auto 12px;
    height:auto;
    max-width:100%;
}
#index-section-1 .icn-wrap .icn .txt {
    font-size: 30px;
    line-height: 1.4em;
    color: #ffffff;
}
#index-section-1 .description {
    margin-top:40px;
    font-size: 30px;
    line-height: 1.4em;;
    text-align: center;
    
}
#index-section-2 {
    padding-top:72px;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
}
#index-section-2 .dCell {
    vertical-align:top;
}
#index-section-2 .dCell.img {
    width:732px;
}
#index-section-2 .dCell.img img {max-width:100%;height:auto;}
#index-section-2 .tit {
    font-size: 48px;
    
    font-weight:300;
    margin-bottom:48px;
}
#index-section-2 .tit strong {
    font-weight:600;
}
#index-section-2 .images-list-wrap {margin-bottom:48px;}
#index-section-2 .images-list-wrap li{
    position:relative;
    float:left;
}
#index-section-2 .images-list-wrap li.first {
    padding-left:92px;
}
#index-section-2 .images-list-wrap li.second {
    padding-left:47px;
}
#index-section-2 .images-list-wrap li.third {
    padding-left:78px;
}
#index-section-2 .images-list-wrap li img {
    display:block;
    margin:0 auto 24px;
}
#index-section-2 .images-list-wrap li .txt {
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    
}
#index-section-2 .images-list-wrap li:before {
    content:"";
    position:absolute;
    left:51px;
    top:50%;
    margin-top:-21px;
    width:18px;
    height:42px;
    background-image: url(../images/arrow_right.png);
    background-repeat:no-repeat;
}
#index-section-2 .images-list-wrap li:first-child {
    padding-left:0;
}
#index-section-2 .images-list-wrap li:first-child:before {
    display:none;
}
#index-section-2 .description {
    font-size: 18px;
    line-height: 1.6em;
    
    margin-bottom:38px;
}
#index-section-3 {
    padding-top:72px;
    padding-bottom:36px;
    background:#f5f6f7;
}
#index-section-3 .container {
    max-width:1180px;
}
#index-section-3 .tit {
    font-weight:300;
    font-size: 48px;
    text-align: center;
    
    margin-bottom:36px;
}
#index-section-3 .cols-wrap {
    margin-left:-10px;
    margin-right:-10px;
    margin-bottom:37px;
}
#index-section-3 .cols-wrap .item {
    float:left;
    padding:0 10px;
    width:50%;
}
#index-section-3 .cols-wrap .caption {
    font-size: 24px;
    
    margin-bottom:12px;
    text-indent:24px;
}
#index-section-3 .example-wrap .example-second-tit {
    font-size: 48px;
    text-align: center;
    
    font-weight:300;
    margin-bottom:24px;
}
/* Hwijoon */
#index-section-3 .example-wrap .desc {
    text-align: center;
    font-size: 24px;
    color:#e67162;
    margin-top:24px;
}
#index-section-3 .btn-wrap {text-align:center;margin-top:72px;}
#index-section-4 {
    padding-top:72px;
    padding-bottom:104px;
}
#index-section-4 .tit {
    font-weight:300;
    font-size: 48px;
    text-align: center;
    
    margin-bottom:48px;
}

#index-section-4-1 {
    padding-top:72px;
    padding-bottom:36px;
    background:#f5f6f7;
}
#index-section-4-1 .container {
    max-width:1416px;
}
#index-section-4-1 .tit {
    font-weight:300;
    font-size: 48px;
    text-align: center;

    margin-bottom:36px;
}
#index-section-4-1 .cols-wrap {
    margin-left:-24px;
    margin-right:-24px;
    margin-bottom:37px;
}
#index-section-4-1 .cols-wrap .item {
    float:left;
    padding:0 10px;
    width:50%;
}
#index-section-4-1 .cols-wrap .caption {
    font-size: 24px;

    margin-bottom:12px;
    text-indent:24px;
}
#index-section-4-1 .example-wrap .example-second-tit {
    font-size: 48px;
    text-align: center;

    font-weight:300;
    margin-bottom:24px;
}
#index-section-4-1 #press-main-wrap {
    margin-left:-24px;
    margin-right:-24px;
}
#index-section-4-1 #press-main-wrap .press-col-wrap {
    width: 50%;
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
}

#index-section-4-1 #press-main-wrap .press-item-wrap {
    width: 100%;
    height: 320px;
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    background-color: #ffffff;
    /*margin-left: 24px;*/
    /*margin-right: 24px;*/
    float: left;
}
#index-section-4-1 #press-main-wrap .press-item-image {
    width: 48.3%;
    background-color: #14222a;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
#index-section-4-1 #press-main-wrap .press-item-image img{
    height: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
#index-section-4-1 #press-main-wrap .press-item-content-wrap {
    width: 51.6%;
    height: 100%;
    padding: 24px;
    float: left;
    position: relative;
}
#index-section-4-1 #press-main-wrap .press-item-content-wrap .press-item-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

#index-section-4-1 #press-main-wrap .press-item-content h1 {
    font-family: 'NanumSquareOTFB', 'NanumSquare Bold','NanumSquareOTF', 'NanumSquare', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    word-break: keep-all;
    text-align: left;
    margin-top: 36px;
    display: table;
}

#index-section-4-1 #press-main-wrap .press-item-content h2 {
    font-family: 'NanumSquareOTFL', 'NanumSquare Light', 'NanumSquareOTF', 'NanumSquare',sans-serif;
    height: 20px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #14222a;
    margin-top: 24.8px;
}

#index-section-4-1 #press-main-wrap .press-item-content img {
    height: 30px;
    /*top: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
}

#index-section-4-1 #press-main-wrap .press-item-content .explanation {
    left: 0;
    font-family: 'NanumSquareOTFL', 'NanumSquare Light', 'NanumSquareOTF', 'NanumSquare',sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    position: absolute;
    word-break: keep-all;
    top: 158px;
}

/* Hwijoon */
#index-section-3 .example-wrap .desc {
    text-align: center;
    font-size: 24px;
    color:#e67162;
    margin-top:24px;
}
#index-section-3 .btn-wrap {text-align:center;margin-top:72px;}

.member-list {text-align:center;}
.member-list .member-cover {
    display: inline-block;
    margin-left: 24px;
    vertical-align:top;
}
.member-list .member-item {
    text-align: center;
    width: 216px;
    height: 312px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.member-list .member-item.header {
    background:#14222a;
    margin-left:0;
}
.member-list .member-item.header .txt {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight:bold;
    margin-top:24px;
}
.member-list .member-item .lawyer-txt {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.7);
    padding:19px 25px;
    color:#fff;
}
.member-list .member-item .lawyer-txt:after {
    position: absolute;
    width: 10px;
    height: 20px;
    background-image: url(../images/icn_arrow_small_right.png);
    background-repeat: no-repeat;
    content:"";
    display:block;
    right:10px;
    top:50%;
    margin-top:-10px;
}
.member-list .member-item .lawyer-txt .name {
    font-size: 21px;
    color:inherit;
    font-weight:bold;
}
.member-list .member-item .lawyer-txt .txt {
    color:inherit;
    font-size:15px;
}
.member-list .member-info {
    line-height: 1.6em;
    text-align:left;
    margin-top:12px;
}
#index-section-5 {
    /*background:#f5f6f7;*/
    padding-top:72px;
    padding-bottom:36px;
}
#index-section-5 .container {
    max-width:1250px;
}
#index-section-5 .tit {
    font-size: 24px;
    text-align: center;
    font-weight:300;
    margin-bottom:36px;
}
#index-carousel-wrap {
    position:relative;
    padding:0 42px;
    margin-bottom:36px;
}
#index-carousel {
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    background:#fff;
    margin-bottom:36px;
}
#index-carousel .item {
    background:#fff;
    padding:72px 30px;
    text-align:center;
}
#index-carousel .item .subject {
    font-weight:bold;
    font-size: 30px;
    margin-bottom:36px;
}
#index-carousel .item .uinfo {
    font-size: 18px;
    font-weight:300;
}
#index-section-5 .desc {
    font-size: 18px;
    line-height: 1.4em;
    color: #14222a;
    text-align:center;
}

/*service.html*/
#service-section-1 {
    padding-top:53px;
}
#service-section-1 .container {
    max-width:1416px;
}
#service-section-1 .dCell.img {
    width:433px;
}
#service-section-1 .dCell.txt {
    padding-left:30px;
}
#service-section-1 .tit {
    font-size: 48px;
    font-weight:600;
}
#service-section-1 p {
    margin-top:36px;
    font-size: 21px;
    line-height: 1.4em;
    font-weight:300;
}

#service-section-2 {
    padding-top:72px;
    padding-bottom:72px;
    background:#f5f6f7;
}
#service-section-2 .container {
    max-width:1416px;
}
#service-section-2 .tit {
    font-size: 48px;
    text-align: center;
    font-weight:600;
}
#service-section-2 .ask {
    margin-top:24px;
}
#service-section-2 .ask img {margin:0 auto;}
#service-section-2 .yes-or-no-wrap {
    margin-left:-12px;
    margin-right:-12px;
    margin-top:24px;
}
#service-section-2 .yes-or-no-wrap .item-wrap {
    padding:0 12px;
    float:left;
    width:50%;
}
#service-section-2 .yes-or-no-wrap .item {
    padding:36px 30px 24px;
    background:white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    position:relative;
}
#service-section-2 .yes-or-no-wrap .item .type-text {
    font-size: 48px;
    text-align: center;
    color: #99a96b;
    font-weight:300;
}
#service-section-2 .yes-or-no-wrap .item .type-text img {
    margin:0 auto;
}
#service-section-2 .yes-or-no-wrap .item img {
    margin:24px auto 0;
    display:block;
    max-width:100%;
    height:auto;
}
#service-section-2 .yes-or-no-wrap .item .absol-text {
    position:absolute;
    left:30px;
    right:30px;
    bottom:12px;
    text-align:center;
    line-height:1.4em;
}
#service-section-2 .yes-or-no-wrap .item .absol-text .bigger {
    font-size: 36px;
    color: #e67162;
    font-weight:600;
}
#service-section-2 .yes-or-no-wrap .item .absol-text .bigger.dont {
    color:#14222a;
    opacity:0.5;
}
#service-section-2 .yes-or-no-wrap .item .absol-text .sub {
    margin-top:8px;
    opacity: 0.5;
    font-size: 15px;
    color: #14222a;
}
#service-section-3 {
    padding-top:72px;
    padding-bottom:76px;
}
#service-section-3 .container {
    max-width:1240px;
}
#service-section-3 .tit {
    font-size: 48px;
    text-align: center;
    font-weight:600;
}

#service-section-3 .desc {
    text-align:center;
    margin-top:18px;
}
#service-section-3 img {
    display:block;
    margin:48px auto 0;
}
#service-section-4 {
    background:#f5f6f7;
    padding:72px 20px 36px;
}
#service-section-4 .tit {
    font-size: 48px;
    text-align: center;
    font-weight:600;
}
#service-section-4 #qa-wrap {
    margin-left:-12px;
    margin-right:-12px;
    margin-top:36px;
}
#service-section-4 .qa-item-wrap {
    padding:0 12px;
    float:left;
    width:33.3333333333333%;
}
#service-section-4 .qa-item {
    background:#fff;
    padding:36px;
    min-height:400px;
}
#service-section-4 .qa-item .question {
    position:relative;
    padding-left:61px;
    color:#e67162;
    font-size:24px;
    line-height:1.4em;
}
#service-section-4 .qa-item .question:before {
    content:"Q";
    line-height:1em;
    position:absolute;
    display:block;
    left:0;
    top:0;
    font-size:72px;
    font-weight:600;
}
#service-section-4 .qa-item .answer {
    margin-top:32px;
    font-size: 21px;
    line-height:1.6em;
    font-weight:300;
}
#service-section-4 .subdesc {
    text-align:center;
    font-size:15px;
    opacity: 0.5;
    margin-top:24px;
}
#service-section-4 .btn-wrap  {
    margin-top:12px;
}
    /*price.html*/
#price-container {
    padding-top:72px;
    padding-bottom:72px;
    background:#f5f6f7;
}
#price-container .tit {
    font-size: 48px;
    text-align: center;
    font-weight:600;
}
#price-container .desc {
    font-size: 18px;
    text-align: center;
    margin-top:18px;
}

#price-container .highlight {
    color: #e67162;
    font-weight:800;
}
#price-container .question {
    font-size:12px;
    width:18px;
    height:18px;
    line-height:17px;
    color:#e67162;
    font-weight:800;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #e67162;
    display:inline-block;
    text-align:center;
}
#price-container .exclamation {
    text-align:center;
    font-size:12px;
    width:18px;
    height:18px;
    line-height:17px;
    color:#fff;
    background:#e67162;
    font-weight:800;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:inline-block;
}
#price-list-wrap {
    margin-left:-9px;
    margin-right:-9px;
    margin-top:48px;
}
#price-list-wrap .price-item-wrap{
    padding:0 9px;
    float:left;
    width:50%;
}
#price-list-wrap .item-wrap {
    background:#fff;
    padding:36px 24px 72px;
}
#price-list-wrap .item-wrap .item-title {
    min-height:270px;
    text-align:center;
}
#price-list-wrap .item-wrap .item-title .icn{
    display:block;
    margin:0 auto;
}
#price-list-wrap .item-wrap .item-title .type-tit {
    font-size: 36px;
    margin-top:12px;
    font-weight:800;
}
#price-list-wrap .item-wrap .item-title .type-desc {
    font-size: 15px;
    line-height: 1.6em;
    margin-top:12px;
}
#price-list-wrap .item-wrap .item-section {margin-top:48px;}
#price-list-wrap .item-wrap .item-section.min-set {
    min-height:320px;
}
#price-list-wrap .item-wrap .item-section .service-tit {
    font-size: 18px;
    color: #99a96b;
    font-weight:800;
    padding-bottom:12px;
    border-bottom:1px solid #99a96b;
    text-align:left;
}
#price-list-wrap .item-wrap .item-section .price {
    margin-top:48px;
    font-size: 48px;
    color: #e67162;
    font-weight:800;
}
#price-list-wrap .item-wrap .item-section .price-info {
    font-size: 15px;
    line-height:1.6em;
    margin-top:12px;
}
#price-list-wrap .item-wrap .item-section .price-total-txt {
    font-size: 15px;
    line-height:1.6em;
    font-weight:600;
    margin-top:35px;
}
#price-list-wrap .item-wrap .item-section .price-total {
    font-size: 30px;
    margin-top:12px;
    font-weight:600;
}
#price-list-wrap .item-wrap .item-section .price-total-info {
    font-size: 15px;
    line-height: 1.6em;
    margin-top:6px;
}
#price-list-wrap .item-wrap .item-section .service-content-list {
    text-align:left;
}
#price-list-wrap .item-wrap .item-section .service-content-list dt {
    margin-top:48px;
    font-weight:600;
}
#price-list-wrap .item-wrap .item-section .service-content-list dd {
    margin-top:12px;
    line-height: 1.6em;
    min-height:48px;
}
#price-list-wrap .item-wrap .item-section .service-content-list dd,
#price-list-wrap .item-wrap .item-section .service-content-list dt {
    font-size: 15px;
}
#price-list-wrap .item-wrap .item-section .service-content-list dd.none-content,
#price-list-wrap .item-wrap .item-section .service-content-list dt.none-content {
    opacity:0.3
}
#price-add-description-wrap {
    margin-top:31px;
}
#price-add-description-wrap li {
    position:relative;
    padding-left:24px;
    line-height:1.6em;
    font-size: 15px;
    font-weight:300;
    margin-top:24px;
}
#price-add-description-wrap li:first-child {margin-top:0;}
#price-add-description-wrap li .icn {
    position:absolute;
    left:0;
    top:0;
    display:block;
}
#price-add-description-wrap li strong {
    font-weight:600;
    display:block;
}
/*login.html*/
#login-container {
    padding-top:72px;
    padding-bottom:72px;
    background-color:#999;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-image: url(../images/login-img.jpg);
}
#login-container .container {

}
#login-container h1 {
    color:#fff;
    font-weight:600;
    text-align:center;
    font-size:48px;
}
#login-container h1 .green {
    color: #99a96b;
    font-weight:400;
}
#login-wrap .dCell {width:50%;vertical-align:middle;}
#login-wrap #login-type-select-wrap {
    border:1px solid #14222a;
}
#login-wrap .login-type-btn {
    float:left;
    width:50%;
    font-size: 15px;
    letter-spacing: 0.7px;
    text-align: center;
    display:block;
    padding:15px 12px 13px;
}
#login-wrap .login-type-btn.on {
    color: #ffffff;
    background:#14222a;
}
#login-wrap .login_frm {
    display: none;
    margin-top:36px;
}
#login-wrap .login_frm.on {display:block;}
#login-wrap .input-wrap {
    margin-top:36px;
}
#login-wrap .input-wrap:first-child {margin-top:0;}
#login-wrap .input-wrap label {
    font-size: 18px;
    color: #e67162;
}
#login-wrap .input-wrap input {
    display:block;
    margin-top:6px;
    width:100%;
    padding:6px 0;
    font-size:30px;
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom:1px solid #14222a;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#login-wrap .button-wrap {
    margin-top:186px;
}
#login-wrap .button-wrap button {
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    display:block;
    width:100%;
    padding:14px;
    background-color:#99a96b;
    font-size:21px;
    letter-spacing:1px;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
}
#login-wrap {
    background:#fff;
    padding:72px 48px 48px;
    max-width:576px;
    margin:0 auto;
}
/*request.html*/
#faq-container,
#request-container {
    padding-top:24px;
    padding-bottom:72px;
    background:#f5f6f7;
}
#request-container .nextBtn,
#request-container .normalBtn,
#request-container .prevBtn {
    display:inline-block;
    position:relative;
    min-width:216px;
    padding:15px 24px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-align:center;
}
#request-container .nextBtn {
    background:#99a96b;
    color:#fff;
}
#request-container .normalBtn,
#request-container .prevBtn {
    border:1px solid #99a96b;
    color:#6a8555;
}
#request-container .nextBtn:hover{
    background:#879952;
}
#request-container .normalBtn:hover,
#request-container .prevBtn:hover {
    background:#99a96b;
    color:#fff;
}
#request-container .prevBtn:before {
    left:10px;
    background-image: url(../images/icn_arrow_small_left_green.png);
}
#request-container .nextBtn.nonIcn:after {
    display:none;
}
#request-container .nextBtn:after {
    right:10px;
    background-image: url(../images/icn_arrow_small_right.png);
}
#request-container .prevBtn:before,
#request-container .nextBtn:after {
    display:block;
    position:absolute;
    content:"";
    width:10px;
    height:20px;
    top:50%;
    margin-top:-10px;
    background-repeat:no-repeat;
}
#faq-container .container,
#request-container .container {
    max-width:1416px;
    position:relative;
    padding-left:360px;
}
#request-container.full .container {
    padding-left:0;
}
#faq-category-wrap,
#request-process {
    width:335px;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
}
#request-process.wideblock {

    position:relative;
    width:100%;
}
#faq-category-wrap .tit,
#request-process .tit {
    background:#14222a;
    color:#fff;
    padding:36px 24px;
    font-size: 24px;
    font-weight:300;
}
#faq-category-wrap.category,
#request-process .process {
    padding:36px 24px;
    background:#fff;
}
#request-process .process ul {
    position:relative;
    padding-left:48px;
}
#request-process .process ul:before {
    content:"";
    display:block;
    width:1px;
    left:10px;
    top:0;
    bottom:0;
    border-right:2px dashed #14222a;
    opacity:0.3;
    position:absolute;
}
#request-process .process ul.second-depth {
    margin-top: 19px;
    padding-left:36px;
}
#request-process .process ul.second-depth:before {
    display:none;
}
#request-process .process ul li {
    font-size:21px;
    margin-top:37px;
    position:relative;
    z-index:2;
}
#request-process .process ul.second-depth li {
    margin-top:19px;
}
#request-process .process ul.second-depth li:first-child {margin-top:0;}
#request-process .process ul li .number {
    position:absolute;
    left:-48px;
    top:0;
    width:24px;
    height:24px;
    line-height:23px;
    display:block;
    text-align:center;
    border:1px solid #b8bbbe;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color:#b8bbbe;
    font-size:15px;
    font-weight:800;
    letter-spacing:-1px;
    background:#fff;
}
#request-process .process ul.second-depth .number {
    left:-36px;
    overflow:hidden;
}
#request-process .process ul li.active > .number {
    opacity:1;
    border-color:#e67162;
    background:#e67162;
    color:#fff;
    /*overflow:hidden;*/
}
#request-process .process ul li.active.confirm > .number {
    text-indent:-9999px;
    background-image: url(../images/icn_chk_wht.png);
    background-position: center center;
    background-repeat:no-repeat;
}
#request-process .process ul li.active > .number:before,
#request-process .process ul li.active > .number:after {
    width: 4px;
    content: "";
    position: absolute;
    height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e67162;
    display: block;
    left: 50%;
    margin-left: -2px;
}
#request-process .process ul li.active.active-A > .number:after {
    height:40px;
}
#request-process .process ul li.active.active-B > .number:after {
    height:100px;
}
#request-process .process ul li.active > .number:before {
    bottom: 100%;
}
#request-process .process ul li.active > .number:after {
    top: 100%;
}
#request-process .process ul li:first-child.active > .number:before {display:none;}
#request-process .process ul li:last-child > .number:after {display:none !important;}
#request-process .process ul li.active {
    font-weight:600;
}
#request-process .process ul li:first-child {margin-top:0;}
#faq-contents-wrap,
#request-content-wrap {
    background:#fff;
    padding:36px 24px;
    min-height:363px;
}
.payment-type-wrap .content-tit,
#faq-contents-wrap .content-tit,
#request-content-wrap .content-tit {
    font-size: 24px;
    font-weight:800;
    padding-bottom:24px;
    margin-bottom:24px;
    line-height:1.4em;
    border-bottom:1px solid #99a96b;
}

#request-content-wrap .highlight {
    font-weight:800;
    margin-bottom:24px;
    line-height:1.4em;
    color: #e67162;
}

.payment-type-wrap .content-tit .sub,
#request-content-wrap .content-tit .sub {
    font-size: 18px;
    display:inline-block;
    margin-left:12px;
    font-weight:400;
}
.payment-type-wrap .coporate_content {
    line-height:1.4em;
    font-size:21px;
}
#request-type-select-wrap {
    margin-left:-12px;
    margin-right:-12px;
}
#request-type-select-wrap .request-type-item-wrap {
    padding:12px;
    float:left;
    width:50%;
}
#request-type-select-wrap .request-type-item-wrap:nth-child(2n+1) {
    clear:both;
}
#request-type-select-wrap .request-type-item {
    cursor: pointer;
    padding:24px;
    background:#f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#request-type-select-wrap .request-type-item.on {
    background:#99a96b;
    color:#fff;
}
#request-type-select-wrap .request-type-item .dCell.icn {
    width:120px;
}
#request-type-select-wrap .request-type-item .dCell.txt {
    padding-left:24px;
}
#request-type-select-wrap .request-type-item {display:block;}
#request-type-select-wrap .request-type-item .tit {
    font-size: 30px;
    font-weight:600;
    position:relative;
}
#request-type-select-wrap .request-type-item .tit:after {
    content:"";
    width:34px;
    height:34px;
    right:0;
    top:0;
    overflow:hidden;
    background-image: url(../images/checked-circle_sprite.png);
    -webkit-background-size:34px 68px;
    background-size:34px 68px;
    position:absolute;
    background-position:0 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#request-type-select-wrap .request-type-item.on .tit:after {
    background-position-y:-34px;
}
#request-type-select-wrap .request-type-item .description {
    font-size: 15px;
    line-height: 1.6em;
    margin-top:14px;
}
#request-send-btn-wrap {
    margin-top:36px;
}
#request-send-btn-wrap #next-step-2-btn {
    float:right;
}
/*request_2*/
#request-container .section-request-step-wrap {

}
#request-container .section-request-step-wrap > div {float:left;}
#request-container .section-request-step-wrap .box-wrap {
    width:67%;
}
#request-container .section-request-step-wrap .box-wrap.full {width:100%;}
#request-container .section-request-step-wrap .payment-select-wrap {
    float:none;
    margin-left:-12px;
    margin-right:-12px;
}
#request-container .section-request-step-wrap .payment-item-wrap {
    width:50%;
    padding:0 12px;
    cursor: pointer;
    float:left;
}
#request-container .section-request-step-wrap .payment-item {
    padding:36px 24px;
    background-color: #f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
}
#request-container .section-request-step-wrap .payment-item > div {
    float:left;
}
#request-container .section-request-step-wrap .payment-item .icn-wrap {
    width:24%;
}
#request-container .section-request-step-wrap .payment-item .icn-wrap img {
    max-width:100%;
    display:block;
    height:auto;
}
#request-container .section-request-step-wrap .payment-item .info-wrap {
    width:76%;
    padding-left:24px;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .name,
#request-container .section-request-step-wrap .payment-item .info-wrap .price{
    font-size: 30px;
    font-weight:600;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .name {
    padding-right:54px;
    position:relative;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .name:after {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 60px;
    background-size: 30px 60px;
    background-repeat: no-repeat;
    background-image: url(../images/checked-circle_sprite.png);
    position:absolute;
    right:0;
    top:0;
}
#request-container .section-request-step-wrap .payment-item-wrap.on .payment-item {
    background:#99a96b;
    color:#fff;
}
#request-container .section-request-step-wrap .payment-item-wrap.on .payment-item .info-wrap .name:after {
    background-position-y:-30px;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .total-price-wrap {
    font-size: 18px;
    margin-top:15px;
    font-weight:600;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .price-info {
    font-size:15px;
    margin-top:8px;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .add-info-wrap {
    min-height:145px;
    position:relative;
    margin-top:26px;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .absolute-description {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    line-height:1.5em;
    font-size:15px;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .price-list li {
    position:relative;
    font-size: 15px;
    line-height: 1.6em;
}
/* Hwijoon */
#request-container .section-request-step-wrap .payment-item .info-wrap .price-list li.question-mark:before,
.info-wrap div.question-mark:before{
    width:18px;
    height:18px;
    content:"?";
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #e67162;
    color:#e67162;
    text-align:center;
    position:absolute;
    left:-24px;
    line-height:17px;
    font-size:12px;
    font-weight:600;
    top:2px;
}
/* Hwijoon */
.inline-question-mark{
    display: inline-block;
    width:18px;
    height:18px;
    content: '?';
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #e67162;
    color:#e67162;
    text-align:center;
    line-height:17px;
    font-size:12px;
    font-weight:600;
}
#request-container .section-request-step-wrap .payment-item-wrap.on .payment-item .info-wrap .price-list li.question-mark:before {
    color:#fff;
    border-color:#fff;
}
#request-container .section-request-step-wrap .payment-item .info-wrap .price-list li:after {
    clear:both;
    display:table;
    content:"";
}
#request-container .section-request-step-wrap .payment-item .info-wrap p.price-name {float:left;}
#request-container .section-request-step-wrap .payment-item .info-wrap p.price-solo {float:right;}
#request-container .section-request-step-wrap .payment-item .info-wrap .price-totals {
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #14222a;
    font-size: 15px;
    font-weight:600;
    line-height: 1.6em;
}
#request-container .section-request-step-wrap .payment-subdescription {
    padding:24px 24px 0;
    font-size: 15px;
    line-height: 1.6em;
}
#request-container #payment-add-description-wrap {margin-top:24px;}
#request-container #payment-add-description-wrap li {
    position:relative;
    font-size: 15px;
    line-height: 1.6em;
    padding-left:24px;
    padding-right:24px;
    margin-top:24px;
}
#request-container #payment-add-description-wrap li:before {
    width:18px;
    height:18px;
    content:"?";
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #e67162;
    color:#e67162;
    text-align:center;
    position:absolute;
    left:0;
    line-height:17px;
    font-size:12px;
    font-weight:600;
    top:0;
}
#request-container #payment-add-description-wrap li strong {
    display: block;
    font-weight: 600;
}
#request-container .section-request-step-wrap .box-list {
    margin-top:24px;
}
#request-container .section-request-step-wrap .box-list:first-of-type {
    margin-top:0;
}
#request-container .section-request-step-wrap .box-wrap .box {
    margin-top:24px;
    padding:24px;
    background-color: #f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    position:relative;
}
#request-container .section-request-step-wrap .box-wrap .box:first-child {margin-top:0;}
#request-container .ps {
    margin-top:10px;
    display:none;
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
    color: #14222a;
    position:relative;
}
#request-container .payment-type-wrap .ps {
    display:block;
}
#request-container .ps.hasExclamation {
    padding-left:36px;
}
#request-container .ps.hasExclamation:before {
    width:24px;
    height:24px;
    content:"!";
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    font-size:15px;
    line-height:21px;
    color:#fff;
    background:#e67162;
    font-weight:800;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#request-container .section-request-step-wrap .box-wrap .box .removeBox-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
    display: block;
    background-image: url(../images/close-bt.png);
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}
#request-container .section-request-step-wrap .box-wrap .box label {
    display:block;
    font-size: 18px;
    color: #e67162;
    margin-top:10px;
}
#request-container .info-toggle-btn {
    display:none;
    width:12px;
    height:12px;
    line-height:11px;
    font-size:9px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color:#e67162;
    border:1px solid #e67162;
    text-align:center;
}
/* Hwijoon */
#request-container .info-toggle-btn.desktop{
    display: inline-block;
    width:18px;
    height:18px;
    line-height:17px;
    font-size:16px;
}

#request-container .info-toggle-btn.on {
    background:#e67162;
    color:#fff;
}
#request-container .section-request-step-wrap .box-wrap .box label .label-description {
    color:#14222a;
    margin-left:10px;
    display:inline-block;
}
#request-container .section-request-step-wrap .box-wrap .box label.f-left {
    margin-top:8px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-con {
    margin-top:34px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-con:first-of-type {margin-top:0;}
#request-container .section-request-step-wrap .box-wrap .box .select-wrap,
#request-container .section-request-step-wrap .box-wrap .box .input-wrap,
#request-container .section-request-step-wrap .box-wrap .box .dropzone{
    position:relative;
    margin-top:8px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.mt24 {margin-top:24px;}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.mt10 {margin-top:10px;}
#request-container .section-request-step-wrap .box-wrap .box .absolute-wrap .select-wrap {

}
#request-container .section-request-step-wrap .box-wrap .box .dropzone {
    border:1px dashed #14222a;
    /*height:80px;
    line-height:80px;*/
    font-size: 15px;
    font-weight:600;
    color:#adb1b6;
    text-align:center;
    padding:24px;
    cursor: pointer;
}
#request-container .section-request-step-wrap .box-wrap .box .dropzone.hl {
    border:1px solid #14222a;
}
#request-container .section-request-step-wrap .box-wrap .box .dropzone p {
    line-height: 1.3em;
    margin-top:12px;
}
#request-container .section-request-step-wrap .box-wrap .box .dropzone p:first-child {margin-top:0;}
#request-container .section-request-step-wrap .box-wrap .box .dropzone p img.icn {
    vertical-align:middle;
}
#request-container .section-request-step-wrap .box-wrap .box .input-col-2-wrap {
    margin-left:-12px;
    margin-right:-12px;
    margin-top:34px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-col-2-wrap .input-con {
    float:left;
    width:50%;
    padding:0 12px;
    margin-top:0;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap {
    padding-right:85px;
    border-bottom:1px solid #14222a;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.nonBorder {
    border:0;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.noPadding {
    padding-right:0;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.pLeft {
    padding-left:110px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.pLeft.big {padding-left:130px;}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.pRight {
    padding-right:125px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap.pRight.big {
    /*padding-right:145px;*/
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap {
    height:45px;
    line-height:45px;
    border:1px solid #14222a;
    display:inline-block;
    vertical-align:bottom;
    width:100%;
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap[data-size='small'] {
    height:34px;
    line-height:33px;
    width:auto;
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap[data-size='small'] a {
    height:33px;
    line-height:32px;
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap a {
    display:block;
    float:left;
    width:50%;
    font-size: 15px;
    font-weight:600;
    text-align:center;
    height:44px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding:0 18px;
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap.left a[data-type='left'] {
    color: #fff;
    background:#14222a;
}

#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap.right a[data-type='right'] {
    color: #fff;
    background:#14222a;
}
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap a[data-type='right'] {
    border-left:1px solid #14222a;
}
/*#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap:before {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 50%;
    position:absolute;
    background:#14222a;

    content:"";
    top:0;
    bottom:0;
}*/
#request-container .section-request-step-wrap .box-wrap .box .select-control-wrap:after {
    clear:both;
    content:"";
    display: table;
    /*width: 1px;
    position:absolute;
    background:#14222a;
    left:50%;
    content:"";
    top:0;
    bottom:0;*/
}
#request-container .section-request-step-wrap .box-wrap .box .radio-control-wrap {

}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .won,
#request-container .section-request-step-wrap .box-wrap .box .normal-btn,
#request-container .section-request-step-wrap .box-wrap .box .toggle-btn {
    position:absolute;
    right:0;
    bottom:7px;
    display:inline-block;
}
#request-container .section-request-step-wrap .box-wrap .box .f-right .toggle-btn,
#request-container .section-request-step-wrap .box-wrap .box .f-left .toggle-btn{
    position:static;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap {
    position:absolute;
    right:0;
    bottom:7px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap.left {
    left:0;
    right:auto;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap .won,
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap .toggle-btn {
    position:static;
    display:inline-block;
    vertical-align:bottom;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap .ml {margin-left:11px}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .won {
    font-size: 24px;
}
#request-container .section-request-step-wrap .box-wrap .box .normal-btn {
    background: #14222a;
    color:#fff;
    padding:10px 15px;
    font-size:15px;
}
#request-container .section-request-step-wrap .box-wrap .box .toggle-btn {
    padding:10px 15px;
    font-size:15px;
    border:1px solid #14222a;
}
#request-container .section-request-step-wrap .box-wrap .box .input-con.disabled .toggle-btn,
#request-container .section-request-step-wrap .box-wrap .box.disabled .toggle-btn,
#request-container .section-request-step-wrap .box-wrap .box .toggle-btn.on{
    background:#14222a;
    color:#fff;
}
#request-container .section-request-step-wrap .box-wrap .box .toggle-btn .chk {
    display:inline-block;
    width:14px;
    height:11px;
    -webkit-background-size:14px 22px;
    background-size:14px 22px;
    background-image: url(../images/icn_chk_sprite.png);
    font-weight:600;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#request-container .section-request-step-wrap .box-wrap .box .input-con.disabled .toggle-btn .chk,
#request-container .section-request-step-wrap .box-wrap .box.disabled .toggle-btn .chk,
#request-container .section-request-step-wrap .box-wrap .box .toggle-btn.on .chk{
    background-position-y:-11px;
}

#request-container .section-request-step-wrap .box-wrap .box .input-wrap select,
#request-container .section-request-step-wrap .box-wrap .box .input-wrap input {
    padding-bottom:6px;
    background:none;
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 30px;
    line-height:1em;
    width:100%;
    display:block;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap input.money {
    text-align:right;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap input.date {
    text-align:center;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap select.unit_select {
    font-size:24px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap input.rate {text-align:right;}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .textarea,
#request-container .section-request-step-wrap .box-wrap .box .input-wrap textarea {
    border:0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background:#fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    padding:12px;
    font-size:18px;
    line-height:1.4em;
    display:block;
    width:100%;
    font-family: 'NanumSquare', sans-serif;
    height:125px;
}
#request-container .section-request-step-wrap .box-wrap .box .input-wrap .textarea {height:auto;}
#request-container .section-request-step-wrap .box-wrap .box.disabled .input-wrap{
    border-bottom-color:#d0d2d5;
}
/* Hwijoon */
#request-container .input-con.disabled .input-wrap {
    border-bottom-color:#d0d2d5 !important;
}

#request-container .section-request-step-wrap .box-wrap .box.disabled .input-wrap.force-active{
    border-bottom-color:#14222a !important;
}

.input-wrap.is-invalid, .input-wrap.is-invalid textarea, .select-wrap.is-invalid, .input-con.is-invalid .select-wrap, li.is-invalid{
    border-bottom-color:#e67162 !important;
    background: rgba(230, 113, 98, 0.13) !important;
}

.select-control-wrap.is-invalid{
    border-color:#e67162 !important;
    background: rgba(230, 113, 98, 0.13) !important;
}
#request-container .section-request-step-wrap .box-wrap .box.disabled .input {
    color:#d0d2d5;
}
#request-container .section-request-step-wrap .description-wrap {
    padding:24px;
    width:33%;
}

.description-wrap {
    padding-top:0 !important;
}

#request-container .section-request-step-wrap .description-wrap p {
    margin-top:24px;
    line-height:1.6em;
}

/* Hwijoon */
#request-container .section-request-step-wrap .description-wrap p:first-child {margin-bottom:0 !important;}
.description-wrap p:first-child {margin-bottom:0 !important;}

#request-container .add-box-wrap {
    margin-top:24px;
}
#request-container .add-box-btn {
    background:#99a96b;
    padding:24px;
    text-align:center;
    font-size: 21px;
    color: #ffffff;
    font-weight:600;
    position:relative;
    display:block;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
}
#request-container .add-box-btn:hover {
    background:#879952;
}
#request-container .add-box-btn:before {
    content:"";
    display:block;
    width:28px;
    height:28px;
    position:absolute;
    left:24px;
    top:24px;
    background-image: url(../images/icn_plus.png);
    background-repeat:no-repeat;
}
#request-container .line {
    background:#99a96b;
    height:1px;
    margin:24px auto;
}
#request-container .add-file-list {
    margin-top:24px;
}
#request-container .add-file-list li {
    padding:10px 0;
    border-bottom:1px solid #14222a;
}
#request-container .add-file-list li table {
    width:100%;
    table-layout:fixed;
    /*border-bottom:1px solid #14222a;*/
}
#request-container .add-file-list li table td {
    font-size: 15px;
    padding-bottom:10px;
}
#request-container .add-file-list li table td.num {width:30px;text-align:center;}
#request-container .add-file-list li table td.select {width:200px;}
#request-container .add-file-list li table td.delete {width:34px;text-align:center;}
#request-container .add-file-list li table td.delete .delete-file-btn {
    font-weight:600;
}
#request-container .add-file-list li table td.filename {
    white-space: nowrap;
    text-overflow: ellipsis;
}
#request-container .add-file-list li table td select {
    border:0;
    background:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight:600;
}
#request-container .change-box-content-wrap {
    margin-top:24px;
}
#request-container .chk-toggle-btn {display:inline-block;}
#request-container .chk-toggle-btn span {
    display: inline-block;
    vertical-align:middle;
}
#request-container .chk-toggle-btn .chk-icon {
    width: 24px;
    height: 24px;
    margin-right:6px;
    background-image: url(../images/icn_chkbox_sprite.png);
    background-repeat: no-repeat;
    border:1px solid #14222a;
}
#request-container .chk-toggle-btn.on .chk-icon {
    background-position-y:-24px;
    background-color:#14222a;
}
#request-container .chk-toggle-btn .txt {
    font-size:18px;
}
#request-container .change-box-content-wrap {display:none;}
#request-container .change-box-content-wrap.on {display:block;}
#chk-date-view-type-wrap {margin-top:5px;}
.payment-type{display:none;}
.payment-type.on {display:block;}
.payment-type-wrap {
    background:#fff;
    padding:36px 24px;
    margin-top:24px;
    /*min-height:600px;*/
}
.payment-type-wrap .agree-item-wrap {
    padding:24px;
    background:#f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    margin-top:25px;
}
.payment-type-wrap .agree-item-wrap:first-child {margin-top:0;}
.payment-type-wrap .agree-title {
    font-size: 18px;
    color: #e67162;
    position:relative;
    padding-right:40px;
}
.payment-type-wrap .agree-title .coupon-toggle-btn,
.payment-type-wrap .agree-title .agree-content-toggle-btn {
    position:absolute;
    right:0;
    top:0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.payment-type-wrap .agree-title .coupon-toggle-btn.on,
.payment-type-wrap .agree-title .agree-content-toggle-btn.on {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.payment-type-wrap .coupon-insert-wrap,
.payment-type-wrap .agree-content {
    margin-top:12px;
    background:#fff;
    padding:24px;
    line-height:1.6em;
    display:none;
    max-height:300px;
    overflow-y:auto;
}
.payment-type-wrap .agree-content.pre {
    white-space:pre-line;
}
.payment-type-wrap .agree-content strong {display:inline-block;margin-bottom:10px;}
.payment-type-wrap .agree-content table {table-layout:fixed;width:100%;margin-bottom:15px;}
.payment-type-wrap .agree-content table td,
.payment-type-wrap .agree-content table th {
    border:1px solid #000;
    padding:10px;
    vertical-align:middle;
    -ms-word-break:break-all;
    word-break:break-all;
}
.payment-type-wrap .agree-content .subd {margin-bottom:25px;}
.payment-type-wrap .agree-content strong {margin-bottom:10px;display:inline-block;}
.payment-type-wrap .agree-content p strong {margin-bottom:16px;margin-top:20px;}
.payment-type-wrap .agree-content table{table-layout:fixed;width:100%;margin-bottom:15px;margin-top:10px;}
.payment-type-wrap .agree-content .pre {white-space:pre-line;}
.payment-type-wrap .agree-content table th {background:#f9f9f9;}
.payment-type-wrap .coupon-insert-wrap {
    padding-right:70px;
    padding-left:0;
    border-bottom: solid 1px rgba(20, 34, 42,0.3);
    padding-bottom:6px;
    margin-top:10px;
    background:none;
    position:relative;
}
.payment-type-wrap .coupon-insert-wrap input {
    background:none;
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 30px;
    line-height:1em;
    width:100%;
    display:block;
}
.payment-type-wrap .coupon-insert-wrap .coupon-chk {
    background: #14222a;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 6px;
    line-height: 1em;
}
.payment-type-wrap .coupon-chk-txt {display:none;}
.payment-type-wrap .coupon-accept-wrap {margin-left:-12px;margin-right:-12px;margin-top:35px;display:none;}
.payment-type-wrap .coupon-accept-wrap > div {
    float:left;
    width:50%;
    padding:0px 12px;
}
.payment-type-wrap .coupon-accept-wrap .coupon-price {
    font-weight:bold;
    border-bottom: solid 1px rgba(20, 34, 42,0.3);
    font-size: 30px;
    padding:5px 0;
    color: rgb(20, 34, 42);
}
.payment-type-wrap .agree-content.on {
    display:block;
    max-height:none;
}
.payment-type-wrap .agree-content span {
    display:inline-block;
}
.payment-type-wrap .agree-content .mt24 {
    margin-top:24px;
}
.payment-type-wrap .agree-content .mt12 {
    margin-top:12px;
}
.payment-type-wrap .agree-content .style-1{
    font-weight:800;
    line-height:1.6em;
}
.payment-type-wrap .agree-content .style-2{
    /*font-weight:800;
    font-size:30px;*/
    line-height:1.6em;
}
.payment-type-wrap .agree-btn-wrap {
    margin-top:12px;
}
.payment-type-wrap .all-agree-toggle-wrap {
    margin:15px auto;
    padding-top:15px;
    border-top:1px dashed #dbdbdb;
}
.select-only-month-btn,
.payment-type-wrap .agree-all-toggle-btn,
.payment-type-wrap .agree-btn {
    display:inline-block;
    position:relative;
    padding-left:36px;
    font-size: 15px;
    font-weight:600;
    padding-top:4px;
}
.select-only-month-btn:before,
.payment-type-wrap .agree-all-toggle-btn:before,
.payment-type-wrap .agree-btn:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background-image: url(../images/check_box_sprite.png);
    background-repeat: no-repeat;
    background-position-y: -28px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.select-only-month-btn.on:before,
.payment-type-wrap .agree-all-toggle-btn.on:before,
.payment-type-wrap .agree-btn.on:before {
    background-position-y:0;
}
.canvas-container {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #14222a;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.canvas-container .canvas-reset-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 15px;
    color: #fff;
    background: #14222a;
    display:block;
}
.canvas-container.name {background-image: url(../images/name2-bg.png);}
.canvas-container.sign {background-image: url(../images/sign-bg.png);}
.canvas-container canvas {
    /*height:216px;
    width:958px;*/
    /*height:216px;
    width:100%;*/
    /*display:block;*/
}
.complete-wrap {text-align:center;width:100%;padding:24px;}
.complete-wrap .code {
    font-weight:800;
    font-size:90px;
    border-bottom: 1.5px black solid;
    margin-bottom: 10px;
}
/* Hwijoon */
.complete-wrap .code:hover {
    opacity:0.7;
    -moz-opacity: 0.7;
}
.complete-wrap .complete-message {
    padding-top: 20px;
    font-weight:800;
    color: #e67162;
    font-size:30px;
    margin-top:12px;
}
#complete-add-description-wrap, #complete-add-description-wrap-vbank, .complete-add-description-wrap {
    font-size:15px;
    line-height:1.6em;
    padding:24px 24px 0;
}
#request-list-wrap {
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    background:#f5f6f7;
}
#request-list-wrap table {
    width:100%;
}
#request-list-wrap table th {
    padding:24px 24px 12px;
    color:#fff;
    background:#14222a;
}
#request-list-wrap table th:before,
#request-list-wrap table td:before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:1px;
    display:block;
    background:#e67162;
}
#request-list-wrap:not(.requestView) table tbody tr:hover {
    cursor: pointer;
    background:#f9f9f9;
}
#request-list-wrap table tr th:first-child:before,
#request-list-wrap table tr td:first-child:before {
    display:none;
}
#request-list-wrap table th:before {top:24px;}
#request-list-wrap table td:before {top:0;}
#request-list-wrap table td {
    padding:24px;
    border-top:1px solid rgba(20, 34, 42, 0.3);
}
#request-list-wrap table th,
#request-list-wrap table td {
    position:relative;
    font-size:18px;
    text-align:left;
}
#request-list-wrap.requestView table .date {
    width:216px;
}
#request-list-wrap table .date {width:190px;}
#request-list-wrap table .status {width:334px;}
#request-file-wrap {margin-top:48px;}
#request-file-wrap .tit {
    font-size: 18px;
    color: #E67162;
}
#request-file-wrap .file-list {
    margin-top:24px;
}
#request-file-wrap .file-list li {
    margin-top:12px;
}
#request-file-wrap .file-list li:first-child {margin-top:0;}
#request-file-wrap .file-list li a {
    padding-bottom:5px;
    display:inline-block;
    font-size: 18px;
}
#request-file-wrap .file-list li a img,
#request-file-wrap .file-list li a .filename {
    display:inline-block;
    vertical-align:middle;
}
#request-file-wrap .file-list li a img {margin-right:12px;}

/* Hwijoon */
.attach-select.file-type-select {
    color: #E67162;
    font-weight: bold;
}
#request-extra-wrap {
    margin-top:48px;
    margin-bottom: 40px;
    display: none;
}
#request-extra-wrap .tit {
    font-size: 18px;
    color: #E67162;
}
#request-extra-wrap .content {
    margin-top:12px;
    line-height: 24px;
}

.request-extra-money-wrap {
    margin-top:48px;
    margin-bottom: 40px;
    /*display: none;*/
}

.request-extra-money-wrap .tit {
    font-size: 18px;
    color: #E67162;
}
.request-extra-money-wrap .content {
    margin-top:12px;
    line-height: 24px;
}


#join-wrap {
    margin-top:48px;
    margin-bottom: 40px;
}
/*faq*/
#faq-category-wrap {background:none;}
#faq-category-wrap .category {background:#fff;}
#faq-category-wrap .category li a {
    display:block;
    height:72px;
    line-height:70px;
    border-top:1px solid rgba(20, 34, 42, 0.3);
    padding:0 24px;
    font-size:21px;
}
#faq-category-wrap .category li a.on {font-weight:800;}
#faq-category-wrap .category li:first-child a {
    border-top:0;
}
#faq-category-wrap .contact-info {
    padding:24px;
    background:#fff;
    font-size:18px;
    line-height:1.4em;
    margin-top:24px;
}
#faq-category-wrap .contact-info .mail {
    text-decoration: underline;
    color:#e67162;

}
#faq-contents-wrap .faq-contents {
    background-color: #f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
}
#faq-contents-wrap .faq-contents ul li {
    border-bottom:1px solid rgba(20, 34, 42,0.3);
}
#faq-contents-wrap .faq-contents ul li a {
    display:block;
    padding:24px 48px 24px 56px;
    font-size: 18px;
    position:relative;
}
#faq-contents-wrap .faq-contents ul li a > div {
    float:left;
}
#faq-contents-wrap .faq-contents ul li a .num {
    width:40px;
    margin-right:12px;
    color: #e67162;
    position:absolute;
    left:24px;
    top:24px;
}
#faq-contents-wrap .faq-contents ul li a .subject {
    line-height:1.2em;
}
#faq-contents-wrap .faq-contents ul li a:before {
    width: 20px;
    height: 12px;
    content: "";
    position: absolute;
    background-image: url(../images/icn_drop.png);
    background-repeat: no-repeat;
    display:block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    right:24px;
    top:24px;
}
#faq-contents-wrap .faq-contents ul li.on a{
    font-weight:800;
}
#faq-contents-wrap .faq-contents ul li.on a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#faq-contents-wrap .faq-contents .faq-area {
    background:#fff;
    padding:24px;
    font-size:15px;
    line-height:1.6em;
    margin:0 24px 24px;
    display:none;
}
#faq-contents-wrap .faq-contents .faq-area ul {
    padding-left:20px;
    margin-top:15px;
}
#faq-contents-wrap .faq-contents .faq-area ul li {border:0;}
#faq-contents-wrap .faq-contents .faq-area ul li:not(.none) {
    list-style-type: disc;
}
#faq-contents-wrap .faq-contents .faq-area strong {font-weight:600}
#faq-contents-wrap .faq-contents .faq-area .under {
    text-decoration: underline;
}
#faq-contents-wrap .faq-contents .faq-area table {table-layout:fixed;width:100%;margin-bottom:15px;margin-top:10px;}
#faq-contents-wrap .faq-contents .faq-area table  td,
#faq-contents-wrap .faq-contents .faq-area table  th {
    border:1px solid #000;
    padding:10px;
    vertical-align:middle;
    -ms-word-break:break-all;
    word-break:break-all;
}
#faq-contents-wrap .faq-contents .faq-area table th {background:#f9f9f9;text-align:center;}
.faq-switch-container {display:none}
.faq-switch-container.on {display:block;}

#request-type-select-wrap .request-type-item .dCell.icn img {
    width: 120px;
}

@media(max-width:1024px) and (min-width:641px) {
    .moneyback-btn {
        font-size: 16px;
        padding: 15px 30px;
    }
    .moneyback-btn img {
        right: 10px; top: 17.5px
    }
    .moneyback-btn img.mobile {
        display: block !important;
    }
    #gnb-wrap a {font-size:14px;}
    #index-section-1 .icn-wrap {text-align:center;}
    #index-section-1 .icn-wrap .icn-item {float:none;display:inline-block;margin-left:15px;}
    #index-section-1 .icn-wrap .icn {
        width:200px;
        height:200px;
        line-height: 198px;
    }
    #index-section-1 .icn-wrap .icn img {width:80px;}
    #index-section-1 .icn-wrap .icn .txt {font-size:18px;}
    #index-section-1 .description {font-size:24px;}
    #index-section-2 {padding-right:20px;}
    #index-section-2 .dTable {
        table-layout: fixed;
    }
    #index-section-2 .dCell.img {width:400px;}
    #index-section-2 .dCell.img img {width:100%;}
    #index-section-2 .tit {font-size:24px;margin-bottom:15px;}
    #index-section-2 .images-list-wrap {margin-bottom:15px;}
    #index-section-2 .description {font-size:15px;}
    #index-section-2 .description {margin-bottom:10px;}
    #index-section-3 .example-wrap .example-second-tit,
    #index-section-3 .tit {font-size:28px}
    #index-section-3 .cols-wrap .caption {font-size:14px;}
    #index-section-3 .example-wrap .desc {font-size:16px;}
    #index-section-3 .btn-wrap {margin-top:36px;}
    #index-section-4 .tit {font-size:28px;}
    .member-list .member-cover {margin-top:10px;margin-left:12px;}

    #index-carousel .item {padding:45px 20px;}
    #index-carousel .item .subject {font-size:19px;line-height:1.43em;}
    #index-section-5 .desc {font-size:14px;}
    #faq-category-wrap, #request-process {
        width:100%;
        position:static;
    }
    #faq-contents-wrap, #request-content-wrap {
        width:100%;
        margin-top:20px;
    }
    #faq-container .container, #request-container .container {padding-left:0;}
}
@media(min-width:641px) {
    .show640-block {display:none !important;}
    #gnb-toggle {display:none;}
}
@media(max-width:768px) {
    #header-container .container {padding:19px 0;}
    .not-top-section #content-container {margin-top:58px;}
    #gnb-toggle {
        display:block;
        position:fixed;
        padding:0;
        right:20px;
        top:22px;
        z-index:10;
    }
    #gnb-wrap {
        display:none;
        position: fixed;
        background: rgba(0,0,0,0.2);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #gnb-wrap ul {
        padding-top:60px;
        position:absolute;
        width:240px;
        top:0;
        right:-240px;
        bottom:0;
        background:#14222a;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #gnb-wrap.on ul {
        right:0;
    }
    #gnb-wrap ul li {
        display:block;
        text-align:left;
        margin-left:0;
        float:none;
        margin-top:30px;
        padding-left:20px;
    }
    #gnb-wrap ul li:first-child {margin-top:0;}
    #gnb-wrap ul li a {text-align:left;display:inline-block;}
    #gnb-wrap ul li a#gnb-login-btn {
        position:absolute;
        left:20px;
        bottom:60px;
        text-align:center;
    }
    #logo-wrap a img {width:68px;}
}
@media(max-width:640px) {

    .show640-block {display:block;}
    .hide640-block {display:none !important;}
    body,html {
        font-size: 12px;
    }




    #top-banner {
        height:420px;
    }
    #top-banner .tit {font-size:30px;}
    #top-banner .btn-wrap {margin-top:60px;}
    #top-banner p.desc {font-size:15px;}

    .index #top-banner {
        background-image: url(../images/main_top_bg_m.png);
    }
    .moneyback-btn {font-size:15px;padding:16px 44px;}

    .moneyback-btn img {
        right: 10px; top: 17.5px
    }

    .moneyback-btn img.mobile {
        display: block !important;
    }

    .moneyback-btn img.desktop {
        display: none !important;
    }
    #footer-container #footer-logo-wrap, #footer-container #footer-companyInfo-wrap {
        float:none;
    }
    #footer-container #footer-logo-wrap {margin-bottom:10px}
    #footer-container #footer-logo-wrap img {width:70px;}
    #footer-container {padding:30px 20px 20px;font-size:9px;}
    #footer-container .container {position:relative}
    #footer-container #footer-siteInfo-wrap {
        position:absolute;
        right:0;
        top:0;
    }
    #footer-container #footer-siteInfo-wrap a {font-size:11px;}
        /**/
    #index-section-1 {
        padding-top: 46px;
        padding-bottom: 30px;
        padding-left:10px;
        padding-right:10px;
    }
    #index-section-1 .icn-wrap {text-align:center;}
    #index-section-1 .icn-wrap .icn {
        width: 100px;
        height:100px;
        line-height:99px;
    }
    #index-section-1 .icn-wrap .icn img {
        width: 44px;
        margin-bottom:4px;
    }
    #index-section-1 .icn-wrap .icn .txt {font-size:10px;}
    #index-section-1 .icn-wrap .icn-item {
        margin-left: 2px;
        display:inline-block;
        float:none;
    }
    #index-section-1 .description {font-size:15px;margin-top:15px;}

    #index-section-2 {padding:30px 20px;}
    #index-section-2 .dCell,
    #index-section-2 .dTable {
        width:100% !important;
        display:block;
        text-align:center;
    }
    #index-section-2 .tit {font-size:30px;margin-bottom:15px;}
    #index-section-2 .images-list-wrap {margin-bottom:15px;}
    #index-section-2 .description {font-size:12px;margin-bottom:30px;}

    #index-section-3 {padding:30px 20px;}
    #index-section-3 .tit,
    #index-section-3 .example-wrap .example-second-tit {
        font-size: 30px;
        line-height:1.3em;
    }
    #index-section-3 .example-wrap .example-second-tit strong {display:block;}
    #index-section-3 .tit {margin-bottom:0;}
    #index-section-3 .cols-wrap .caption {font-size:15px;text-align:center;font-weight:600;}
    #index-section-3 .cols-wrap .item {width:100%;margin-top:15px;}
    #index-section-3 .example-wrap .desc {font-size:15px;line-height:1.4em;}  /* Hwijoon */
    #index-section-3 .btn-wrap {margin-top:30px;}

    #index-section-4 {padding:30px 20px;}
    #index-section-4 .tit {
        font-size: 30px;
        line-height:1.4em;
        margin-bottom:15px;
    }


    #index-section-4-1 {padding:30px 20px;}
    #index-section-4-1 .tit,
    #index-section-4-1 .example-wrap .example-second-tit {
        font-size: 30px;
        line-height:1.3em;
        word-break: keep-all;
    }
    #index-section-4-1 .example-wrap .example-second-tit strong {display:block;}
    #index-section-4-1 .tit {margin-bottom:0;}
    #index-section-4-1 .cols-wrap .item {
        float:left;
        padding:0 10px;
        width:100%;
    }
    #index-section-4-1 #press-main-wrap {
        margin-top: 15px;
        margin-left:-20px;
        margin-right:-20px;
    }
    #index-section-4-1 #press-main-wrap .press-col-wrap {
        width: 100%;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    #index-section-4-1 #press-main-wrap .press-item-wrap {
        width: 100%;
        height: 155px;
        float: left;
    }

    #index-section-4-1 #press-main-wrap .press-item-content-wrap {
        padding: 20px;
    }

    #index-section-4-1 #press-main-wrap .press-item-content img {
        height: 20px;
    }

    #index-section-4-1 #press-main-wrap .press-item-content h1 {
        font-size: 15px;
        margin-top: 10px;
    }
    #index-section-4-1 #press-main-wrap .press-item-content h2 {
        height: 13px;
        font-size: 12px;
        float: bottom;
        left: 0;
        bottom: 0;
        position: absolute;
    }

    #index-section-4-1 .press-col-wrap.hide-mobile {
        display: none;
    }

    .member-list {margin-left:-10px;margin-right:-10px;}
    .member-list .member-cover {
        margin-left:6px;
    }
    .member-list .member-cover .member-item {
        width:150px;
        height:217px;
    }
    .member-list .member-info {margin-bottom:6px;margin-top:6px;}
    .member-list .member-item.header img {width:90px;}
    .member-list .member-item.header .txt {
        font-size: 15px;
        margin-top: 12px;
        line-height:1.3em;
    }
    .member-list .member-item .lawyer-txt .name {font-size:15px;}
    .member-list .member-item .lawyer-txt:after {
        width:6px;
        height:12px;
        -webkit-background-size:6px 12px;
        background-size:6px 12px;
        top: 32px;
    }
    #index-section-5 {padding:30px 10px;}
    #index-section-5 .tit {padding:0 20px;font-size:15px;margin-bottom:15px;}
    #index-carousel-wrap {padding:0 15px;margin-bottom:30px;}
    #index-carousel .item {padding:24px 15px 15px}
    #index-carousel .item .subject {
        font-size: 18px;
        margin-bottom:15px;
        line-height:1.4em;
    }
    #index-carousel .item .uinfo {font-size:12px;}
    .carousel_control {
        width:9px;height:21px;
        -webkit-background-size:9px 21px;
        background-size:9px 21px;
        margin-top:-10px;
    }
    #index-section-5 .desc {font-size:9px;}
    /*.member-list .member-item .lawyer-txt .name {font-size:12px;}*/

    /*service*/
    #service-section-1 {
        padding:30px 20px 220px;
        position:relative
    }
    #service-section-1 .dTable,
    #service-section-1 .dCell {
        display:block;
        width:100% !important;
    }
    #service-section-1 .tit {
        font-size: 30px;
        text-align:center;
    }
    #service-section-1 .dCell.txt {padding-left:0;}
    #service-section-1 .dCell.img {
        position:absolute;
        bottom:0;
        left:0;
        right:0;
    }
    #service-section-1 .dCell.img img {
        width:172px;
        margin:0 auto;
        position: relative;
        left: 18px;
    }
    #service-section-1 p {
        font-size:12px;
        margin-top:15px;
        line-height:1.6em;
    }

    #service-section-2 {
        padding:30px 20px;
    }
    #service-section-2 .tit {font-size:30px;}
    #service-section-2 .ask {
        margin:15px auto 0;
        max-width:240px;
    }
    #service-section-2 .yes-or-no-wrap .item-wrap {
        float: none;
        width:100%;
        margin-top:10px;
    }
    #service-section-2 .yes-or-no-wrap .item {padding-left:20px;padding-right:20px;padding-top:24px;}
    #service-section-2 .yes-or-no-wrap .item-wrap:first-child {margin-top:0;}
    #service-section-2 .yes-or-no-wrap .item img {width:100%;}
    #service-section-2 .yes-or-no-wrap .item .type-text img {width:80px;}
    #service-section-2 .yes-or-no-wrap .item-wrap:first-child .item .type-text img {width:95px;}
    #service-section-2 .yes-or-no-wrap .item .type-text {font-size:30px;}
    #service-section-2 .yes-or-no-wrap .item .absol-text .bigger {font-size:16px;}
    #service-section-2 .yes-or-no-wrap .item .absol-text .sub {font-size:10px;}

    #service-section-3 {padding:30px 20px;}
    #service-section-3 .tit {font-size:30px;}
    #service-section-3 .desc {line-height:1.43em;}
    #service-section-3 .subdesc {
        font-size:9px;
        margin-top:30px;
        text-align:center;
        opacity:0.5;
        line-height:1.6em;
    }
    #service-section-3 img {margin-top:17px;}


    #service-section-4  {
        padding:30px 20px;
    }
    #service-section-4 #qa-wrap {
        margin-top:15px;
    }
    #service-section-4 .tit {font-size:30px;}
    #service-section-4 .qa-item-wrap {
        width:100%;
        float:none;
        padding:0;
        margin-top:10px;
    }
    #service-section-4 .qa-item-wrap:first-child {margin-top:0;}
    #service-section-4 .qa-item {
        padding:20px;
        min-height:242px;
    }
    #service-section-4 .qa-item .question {
        font-size: 15px;
        line-height: 1.4em;
        padding-left:36px;
        font-weight:600;
    }
    #service-section-4 .qa-item .question:before {
        font-size:45px;
    }
    #service-section-4 .qa-item .answer {
        font-size: 15px;
        margin-top:20px;
    }
    #service-section-4 .subdesc {font-size:10px;margin-top:10px;}
    #service-section-4 .btn-wrap {margin-top:10px;}

    /*price*/
    #price-container {
        padding:30px 10px;
    }
    #price-container .tit {
        font-size:30px;
        line-height:1.4em;
    }
    #price-container .desc {font-size:15px;margin-top:15px;}
    #price-list-wrap {margin-top:25px;margin-left:5px;margin-right:-5px;}
    #price-list-wrap .price-item-wrap {
        padding:0 5px;
    }
    #price-list-wrap .item-wrap {padding:30px 10px 30px;}
    #price-list-wrap .item-wrap .item-title .icn {width:60px;}
    #price-list-wrap .item-wrap .item-title .type-tit {font-size:24px;line-height:1.2em;min-height:54px;}
    #price-list-wrap .item-wrap .item-title .type-desc {font-size:11px;}
    #price-list-wrap .item-wrap .item-title {min-height:222px;}
    #price-list-wrap .item-wrap .item-section {margin-top:30px;}
    #price-list-wrap .item-wrap .item-section.min-set {
        min-height:240px;
    }
    #price-list-wrap .item-wrap .item-section .service-tit {font-size:12px;padding-bottom:5px;}
    #price-list-wrap .item-wrap .item-section .price {font-size:24px;margin-top:30px;}
    #price-list-wrap .item-wrap .item-section .price-info {font-size:9px;margin-top:6px;}
    #price-list-wrap .item-wrap .item-section .price-total-txt {margin-top:30px;font-size:12px;}
    #price-container .exclamation,
    #price-container .question {height:12px;width:12px;line-height:12px;font-size:9px;}
    #price-list-wrap .item-wrap .item-section .price-total {font-size:18px;margin-top:6px}
    #price-list-wrap .item-wrap .item-section .price-total-info {font-size:11px;}
    #price-list-wrap .item-wrap .item-section .service-content-list dt {
        margin-top: 15px;
        font-size: 12px;
    }
    #price-list-wrap .item-wrap .item-section .service-content-list dd {
        font-size:12px;
        margin-top:6px;
        font-weight:300;
    }
    #price-list-wrap .item-wrap .item-section .service-content-list dd.min-set {
        min-height:140px;
    }
    #price-list-wrap .item-wrap .item-section .service-content-list dd.min-set.little {
        min-height:76px;
    }
    #price-add-description-wrap {padding:0 10px;}
    #price-add-description-wrap li {font-size:9px;margin-top:20px;}
    #price-add-description-wrap li .icn {left:7px;}


    /*process*/
    #request-container .nextBtn, #request-container .normalBtn, #request-container .prevBtn {
        min-width:163px;
        font-size:15px;
        padding-left:17px;
        padding-right:29px;
    }
    #request-container .prevBtn:before, #request-container .nextBtn:after {
        width:7px;
        height:14px;
        -webkit-background-size:7px 14px;
        background-size:7px 14px;
        margin-top:-7px;
    }
    #faq-category-wrap, #request-process {
        background:none;
        position:static;
        width:100%;
    }
    #faq-category-wrap.category, #request-process .process {background:none;}
    #faq-container .container, #request-container .container {padding-left:0;}
    #faq-contents-wrap, #request-content-wrap {
        padding:20px 10px;
        min-height:0;
    }
    #request-content-wrap.nonbg {
        background: none;
        padding-left:0;
        padding-right:0;
    }
    #faq-category-wrap .tit, #request-process .tit {
        font-size:24px;
        background:none;
        padding:0;
        color:#e67162;
    }
    #faq-category-wrap .tit strong, #request-process .tit strong {
        color:#000;
    }
    #faq-container, #request-container {
        padding-top: 30px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:30px;
    }
    #request-process h2.mobile-tit {
        float:left;
        font-size:15px;
        font-weight:600;
        line-height:1.2em;
    }
    #request-process h2.mobile-tit .num {
        color:#e67162;
    }
    #request-process .process ul {
        padding-left: 0;
        float:right;
    }
    #request-process .process ul li {
        float: left;
        text-indent:-9999px;
        margin-top:0;
        margin-left:20px;
    }
    #request-process .process ul li:first-child {margin-left:0;}
    #request-process .process ul:before {
        content: "";
        display: block;
        width: auto;
        left: 0;
        height: 1px;
        top: 50%;
        /* bottom: 0; */
        border-bottom: 2px dashed #14222a;
        opacity: 0.3;
        position: absolute;
        right: 2px;
        margin-top: -3px;
    }
    #request-process .process ul li .number {
        text-indent:0;
        left:0;
        font-size:10px;
        width: 18px;
        height: 18px;
        line-height: 17px;
    }
    #request-process .process ul li.active > .number:before,
    #request-process .process ul li.active > .number:after {
        height: 4px;
        content: "";
        position: absolute;
        width: 13px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #e67162;
        display: block;
        top: 50%;
        margin-left: 0;
        margin-top: -1px;
        left: 16px;
    }
    #request-process .process ul li.active > .number:before {
        bottom: auto;
        left: auto;
        right: 16px;
    }
    #faq-category-wrap.category:after, #request-process .process:after {
        clear:both;
        display:table;
        content:"";
    }
    #faq-category-wrap.category, #request-process .process {
        padding:0;
        margin-top:20px;
        margin-bottom:10px;
    }
    .payment-type-wrap .content-tit, #faq-contents-wrap .content-tit, #request-content-wrap .content-tit {
        font-size:18px;
        padding-bottom:6px;
        margin-bottom:10px;
    }
    #request-content-wrap.nonbg .content-tit {
        font-size:15px;
    }
    #request-type-select-wrap .request-type-item-wrap {
        width:100%;
        padding:0 10px;
        margin-top:10px;
    }
    #request-type-select-wrap .request-type-item-wrap:first-child {margin-top:0;}
    #request-type-select-wrap .request-type-item {
        padding:20px;
    }
    #request-type-select-wrap .request-type-item .dCell.icn {width:60px;}
    #request-type-select-wrap .request-type-item .dCell.icn img {width:60px;}
    #request-type-select-wrap .request-type-item .tit {font-size:18px;}
    #request-type-select-wrap .request-type-item .description {font-size:9px;margin-top:6px;}
    #request-type-select-wrap .request-type-item .tit:after {
        width:20px;
        height:20px;
        -webkit-background-size:20px 40px;
        background-size:20px 40px;
    }
    #request-type-select-wrap .request-type-item.on .tit:after {background-position-y:-20px;}

    .payment-type-wrap .content-tit .sub, #request-content-wrap .content-tit .sub {
        font-size:9px;
        margin-left:0px;
        line-height:1.2em;
    }
    #request-container .section-request-step-wrap .description-wrap {
        display:none;
    }
    #request-container .section-request-step-wrap .box-wrap {width:100%;}
    #request-container .section-request-step-wrap .box-wrap .box {
        padding:15px 10px 8px;
        margin-top:10px;
    }

    /* Hwijoon */
    #request-container .section-request-step-wrap .box-wrap .box label {font-size:10px; margin-top: 0;}
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap select,
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap select,
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap input {
        font-size:18px;
    }

    #request-container .section-request-step-wrap .box-wrap .box .input-wrap .won {
        font-size:13px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .toggle-btn {
        font-size:9px;
        padding:7px 10px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .toggle-btn .chk {
        width:8px;
        height:6px;
        -webkit-background-size: 8px 12px;
        background-size: 8px 12px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-con.disabled .toggle-btn .chk,
    #request-container .section-request-step-wrap .box-wrap .box.disabled .toggle-btn .chk,
    #request-container .section-request-step-wrap .box-wrap .box .toggle-btn.on .chk {
        background-position-y:-6px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-con {margin-top:18px;}
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap {padding-right:60px;}
    #request-container .add-box-wrap {
        margin-top: 10px;
        padding-right:45px;
        position:relative;
    }
    #request-container .info-toggle-btn {display:inline-block;}

    /* Hwijoon */
    #request-container .info-toggle-btn.desktop {
        width:12px;
        height:12px;
        line-height:11px;
        font-size:9px;
    }

    #request-container .add-box-wrap .info-toggle-btn {
        position:absolute;
        top:50%;
        margin-top:-6px;
        right:15px;
    }
    #request-container .add-box-btn {
        font-size: 13px;
        padding:12px;
    }
    #request-container .add-box-btn:before {
        width: 12px;
        height: 12px;
        -webkit-background-size: 12px 12px;
        background-size: 12px 12px;
        margin-top: -4px;
        top: 50%;
        left:19px;
    }
    #request-container .ps {font-size:10px;margin-top:3px;}
    #request-container .ps.hasExclamation {
        padding-left:17px;
    }
    #request-container .ps.hasExclamation:before {
        width:12px;
        height:12px;
        line-height:12px;
        font-size:9px;
    }
    #request-container .section-request-step-wrap .box-list {margin-top:10px;}
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap.pRight {
        padding-left:0px;
        padding-right:75px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap.pRight.big {
        padding-right:79px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap.pRight {
        /*padding-left:*/
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap.pLeft.big {
        padding-left:73px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap.pLeft {
        padding-left:69px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .select-control-wrap[data-size='small'],
    #request-container .section-request-step-wrap .box-wrap .box .select-control-wrap[data-size='small'] a {
        height:25px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .select-control-wrap[data-size='small'] a {
        height:24px;
        line-height:24px;
        padding:0 7px;
        font-size:9px;
    }
    #request-container .line {margin:10px auto;}
    #request-container .section-request-step-wrap .box-wrap .box .select-control-wrap {
        height:24px;
        line-height:24px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .select-control-wrap a {font-size:9px;height:23px;}
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap .absolute-wrap .ml {margin-left:10px;}
    #request-container .section-request-step-wrap .box-wrap .box .dropzone {
        font-size:10px;
    }
    #request-container .section-request-step-wrap .box-wrap .box .dropzone p img.icn {
        width:21px;
        height:auto;
        margin-right:7px;
    }
    #request-container .add-file-list li table td select,
    #request-container .add-file-list li table td {font-size:9px;}
    #request-container .add-file-list li table td.select {
        width:90px;
    }
    #request-send-btn-wrap {margin-top:20px;}
    #request-container .noneMargin .prevBtn {margin-top:0;}
    #request-container .prevBtn {
        min-width: 100px;
        padding-right: 17px;
        padding-left: 29px;
        margin-top:57px;
    }
    #request-container .nextBtn,
    #request-container .normalBtn,
    #request-container .prevBtn {display:block;}
    #request-container .nextBtn {margin-top:10px;}
    #request-container .nextBtn.nonIcn {
        padding-right:17px;
    }
    #request-process .process ul li.active.confirm > .number {
        -webkit-background-size:7px 5px;
        background-size:7px 5px;
    }
    #request-process .process ul.second-depth{
        margin-top: 0;
        padding-left: 0;
        position: absolute;
        width: 54px;
        left: 13px;
    }
    #request-process .process ul.second-depth li {margin-top:0;margin-left:5px;}
    #request-process .process ul.second-depth li.active > .number:before,
    #request-process .process ul.second-depth li.active > .number:after {display:none;}
    #request-process .process ul.second-depth .number {
        left:0;
    }
    #request-process .process ul li.active.active-B > .number:after,
    #request-process .process ul li.active.active-A > .number:after {width:20px;height:4px;}
    #request-process .process ul li.active.active-B > .number:after {width:40px;}
    #request-process .process ul li.active.active-A,
    #request-process .process ul li.active.active-B {margin-right:20px;}

    #request-container .section-request-step-wrap .box-wrap .box .normal-btn {font-size:9px;padding:7px 11px;}
    #request-container .chk-toggle-btn .chk-icon {
        width:12px;
        height:12px;
        -webkit-background-size:12px 24px;
        background-size:12px 24px;
        margin-right:0;
    }
    #request-container .chk-toggle-btn.on .chk-icon {background-position-y:-12px;}
    #request-container .chk-toggle-btn .txt {font-size:9px;}

    #request-container .section-request-step-wrap .payment-select-wrap {margin-left:-4px;margin-right:-4px;}
    #request-container .section-request-step-wrap .payment-item-wrap {
        padding:0 4px;
    }
    #request-container .section-request-step-wrap .payment-item {
        padding:20px 10px;
        position:relative;
    }
    #request-container .section-request-step-wrap .payment-item .icn-wrap {
        width:60px;
        float:none;
        margin-left:10px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap {
        width: 100%;
        float: none;
        padding-left:0;
        margin-top:20px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .name,
    #request-container .section-request-step-wrap .payment-item .info-wrap .price {
        font-size:18px;
        padding:0;
        position:static;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .name:after {
        top:20px;
        right:10px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .total-price-wrap {
        font-size:15px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .total-price-wrap .total-price {display:block;}
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-info {font-size:9px;}

    #request-container .section-request-step-wrap .payment-item .info-wrap .add-info-wrap {min-height:102px;}
    #request-container .section-request-step-wrap .payment-item .info-wrap .absolute-description {font-size:9px;}
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-list li {font-size:9px;}
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-list li.question-mark .q {
        display: inline-block;
        width:11px;
        position:Static;
        height:11px;
        margin-top:2px;
        font-size:10px;
        line-height:11px;
        margin-right:2px;
        float:left;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-totals {font-size:9px;margin-top:10px;padding-top:9px;}

    #request-container .section-request-step-wrap .payment-subdescription {padding:10px 10px 0;font-size:9px;}

    .payment-type-wrap {
        padding:20px 10px;
        margin-top:10px;
    }
    .payment-type-wrap .agree-item-wrap {
        padding:15px 10px;
    }
    .payment-type-wrap .agree-title {font-size:10px;}
    .payment-type-wrap .agree-title .coupon-toggle-btn,
    .payment-type-wrap .agree-title .agree-content-toggle-btn {
        top:-7px;
    }
    .payment-type-wrap .agree-title .coupon-toggle-btn img,
    .payment-type-wrap .agree-title .agree-content-toggle-btn img{
        margin-top:7px;
        width:17px;
        height:auto;
    }
    .select-only-month-btn,
    .payment-type-wrap .agree-all-toggle-btn,
    .payment-type-wrap .agree-btn {
        font-size: 9px;
        padding-left: 18px;
        padding-top: 1px;
    }
    .select-only-month-btn:before,
    .payment-type-wrap .agree-all-toggle-btn:before,
    .payment-type-wrap .agree-btn:before {
        width: 12px;
        height: 12px;
        background-size: 12px 24px;
        background-position-y: -12px;
    }
    .payment-type-wrap .all-agree-toggle-wrap {margin-bottom:0;}
    .payment-type-wrap .agree-content {padding:10px;font-size:9px;}
    .payment-type-wrap .coupon-insert-wrap {padding-top:0;padding-bottom:3px;}
    .payment-type-wrap .coupon-accept-wrap {margin-top:20px;}
    #request-container #payment-add-description-wrap li {
        font-size:9px;
        padding-left:19px;
    }
    #request-container #payment-add-description-wrap li:before {
        width: 12px;
        height: 12px;
        line-height: 13px;
    }
    /*.payment-type-wrap .agree-content .style-2 {font-size:15px;}*/
    .payment-type-wrap .agree-content .mt12 {margin-top:0;}
    .canvas-container {
        -webkit-background-size:50%;
        background-size:50%;
    }
    .complete-wrap .code {font-size:48px;}
    .complete-wrap .complete-message {font-size:15px;}
    #complete-add-description-wrap, #complete-add-description-wrap-vbank, .complete-add-description-wrap {
        font-size:9px;
        padding:10px 10px 0;
    }
    #request-list-wrap table th, #request-list-wrap table td {
        font-size:11px;
        padding:10px 8px;
    }
    #request-list-wrap table td {
        background:#fff;
    }
    #request-list-wrap table th:before {top:8px;}
    #request-list-wrap table .status,
    #request-list-wrap table .date {
        width:75px;
    }
    #request-list-wrap.requestView table .date {
        width:110px;
    }
    #request-file-wrap {mrgin-top:20px;}
    #request-file-wrap .file-list li a{
        border-bottom:1px solid rgba(20, 34, 42,0.3)
    }
    #request-file-wrap .file-list li a img {
        width:21px;
        margin-right:3px;
    }
    #request-file-wrap .file-list li a .filename {font-size:11px;}
    #request-file-wrap .tit {font-size:11px;}

    /*login*/
    #login-wrap {
        /*background:#14222a;*/
        background:none;
        padding:0;
        margin-top:30px;
    }
    #login-container {background:#14222a;padding:90px 30px;}
    #login-container .dTable,
    #login-container .dCell {display:block;}
    /*#login-container .dCell.tit {display:none;}*/
    #login-container h1 {
        font-size: 24px;
        text-align:left;
    }
    #login-container .dCell {width:auto;}
    #login-wrap #login-type-select-wrap {border-color:#fff;}
    #login-wrap .login-type-btn {font-size:9px;border-color:#fff;color:#fff;}
    #login-wrap .login-type-btn.on {background:#fff;color:#14222a}
    #login-wrap .input-wrap label {color:#fff;font-size:9px;}
    #login-wrap .input-wrap,
    #login-wrap .login_frm {margin-top:30px;}
    #login-wrap .input-wrap input {
        background: none;
        font-size: 18px;
        border-bottom:1px solid #fff;
        color:#fff;
    }
    #login-wrap .button-wrap {margin-top:135px;}
    #login-wrap .button-wrap button {
        font-size: 15px;
        padding:14px 10px 13px;
    }


    #faq-contents-wrap {
        margin-top:20px;
        background:none;
        padding:0;
    }
    #faq-contents-wrap .faq-contents ul li a {font-size:11px;}
    #faq-contents-wrap .faq-contents ul li a .num {width:20px;}
    #faq-contents-wrap .faq-contents ul li a {
        padding:10px 26px 10px 26px;
    }
    #faq-contents-wrap .faq-contents ul li a:before {
        width:8px;
        height:4px;
        -webkit-background-size:8px 4px;
        background-size:8px 4px;
        right: 15px;
        top: 15px;
    }
    #faq-contents-wrap .faq-contents ul li a .num {
        position:absolute;
        left:10px;
        top:12px;
    }
    #faq-contents-wrap .faq-contents ul li a .subject {line-height:1.3em;}
    #faq-contents-wrap .faq-contents .faq-area {
        padding:10px;
        font-size:9px;
    }
    #faq-contents-wrap {}
    #faq-contents-wrap .contact-info {
        padding:20px 10px;
        background:#fff;
        margin-top:10px;
        text-align:center;
        font-size:15px;
        line-height:1.3em;
    }
    .faq-switch-container {
        display: block !important;
        background:#fff;
        margin-top:10px;
        padding:20px 10px;
    }
    #faq-contents-wrap .contact-info .mail {
        text-decoration: underline;
        color:#e67162;
        font-weight:bold;
    }
    .faq-switch-container:first-child {margin-top:0;}
    #request-container .section-request-step-wrap .box-wrap .box .removeBox-btn {
        width:20px;
        height:20px;
        -webkit-background-size:20px 20px;
        background-size:20px 20px;
        right: -10px;
        top: -4px;
    }
    ul.hyphen li:before {left:4px;}
    .payment-type-wrap .coupon-insert-wrap .coupon-chk {font-size:9px;bottom:3px;    padding: 7px 10px;}
    .payment-type-wrap .coupon-accept-wrap .coupon-price,
    .payment-type-wrap .coupon-insert-wrap input {font-size:18px;}
    #request-container .section-request-step-wrap .box-wrap .box label .info-toggle-btn {display:inline-block;vertical-align:middle;}
    #request-container .section-request-step-wrap .box-wrap .box .input-wrap select.unit_select {font-size:13px;}

    /* Hwijoon */
    .inline-question-mark {
        width:12px;
        height:12px;
        line-height:10px;
        font-size:9px;
        font-weight:600;
    }
}
@media(max-width:340px) {
    #index-section-1 .icn-wrap .icn img {width:38px;}
    #index-section-1 .icn-wrap .icn {
        width: 90px;
        height: 90px;
        line-height: 89px;
    }
    #index-section-1 .description br {display:none;}
    .member-list .member-cover .member-item {width:130px;}
}
#ui-datepicker-div.hide-cal .ui-datepicker-calendar {display:none;}

/* Hwijoon */
.trigger_kmcauth{
    cursor: pointer;
}


/*Add style*/
.min-lh-41 {height:41px;line-height:40px;}
#etc-textarea {display:none;}
#ex-area {display:none;}
#invest_return_area {display:none;}
#contract-toggle {display:none;}
.pl50p {padding-left:50%;}
.pl50p .absolute-wrap {width:50%;}

.register-btn-wrap {
    margin-top:24px;
}
.register-btn-wrap .submit-btn,
.register-btn-wrap a.register-btn {
    width:216px;
    height:50px;
    line-height:50px;
    text-align:center;
    display:inline-block;
    color:#fff;
    background:#99a96b;
    vertical-align:bottom;
    font-size:18px;
    border:0;
}
.register-btn-wrap a.register-btn.out {
    width:auto;
    padding-left:19px;
    padding-right:19px;
    background:rgba(0,0,0,0.3);
}
.register-btn-wrap .register-ps {
    margin-left:24px;
    display:inline-block;
    color:#14222a;
    font-size:15px;
    vertical-align:bottom;
}

@media(max-width:640px) {
    .register-btn-wrap {
        margin-top:100px;
        position:relative;
        padding-left:168px;
    }
    .edit .register-btn-wrap {
        margin-top:30px;
    }
    .register-btn-wrap .submit-btn {
        width:163px;
        height:44px;
        font-size:15px;
        line-height:44px;
    }
    .register-btn-wrap a.register-btn {
        position:absolute;
        left:0;
        bottom:0;
        width:163px;
        height:44px;
        font-size:15px;
        line-height:44px;
        text-align:center;
        display:inline-block;
        color:#fff;
        background:#99a96b;
        vertical-align:bottom;
    }
    .register-btn-wrap .register-ps {
        margin-left:5px;
        display:inline-block;
        color:#14222a;
        white-space:normal;
        font-size:9px;
        vertical-align:bottom;
        line-height:1.43em;
    }
}

#login-wrap .input-wrap.find-account {
    text-align:center;
}
#login-wrap .input-wrap.find-account a {
    color:rgba(0,0,0,0.3);
    font-size:15px;
    display:inline-block;
    margin-left:22px;
}
#login-wrap .input-wrap.find-account a:first-child {margin-left:0;}
#login-wrap .button-wrap.small-mt {
    margin-top:64px;
}
#login-wrap .input-wrap.is-label {
    color:rgb(20,34,42);
    padding-bottom:15px;
}
#login-wrap .input-wrap.is-chk-input {
    padding-bottom:25px;
    position:relative;
}
#login-wrap .input-wrap .chk-span {
    position:absolute;
    left:0;
    bottom:0;
    font-size:12px;
}
#login-wrap .input-wrap .chk-btn {
    position: absolute;
    right: 0;
    top: 27px;
    background: #000000;
    color:#fff;
    font-size:15px;
    height:38px;
    line-height:38px;
    display:block;
    padding-left:16px;
    padding-right:16px;
}
#login-wrap .input-wrap.is-chk-input input {
    padding-right:80px;
}

#login-wrap .highlight {
    font-weight:800;
    margin-bottom:24px;
    line-height:1.4em;
    color: #e67162;
}

@media(min-width:769px) and (max-width:1024px) {
    #price-list-wrap .item-wrap .item-section.min-set {
        min-height:320px;
    }
}
@media(min-width:641px) and (max-width:768px) {
    #price-list-wrap .item-wrap .item-title .type-tit {
        font-size:28px;
    }
    #price-list-wrap .item-wrap .item-section.min-set {
        min-height:342px;
    }
}
@media(min-width:641px) {
    #login-wrap .button-wrap.mt {
        margin-top:132px
    }

}
@media(max-width:640px) {
    #login-wrap .input-wrap.is-label {
        color:#99a96b;
    }
    #login-wrap .input-wrap.find-account a {
        color:rgba(255,255,255,0.3);
        font-size:10px;
    }
    #login-wrap .input-wrap .chk-span {color:#fff;}
    #login-wrap .input-wrap .chk-btn {
        font-size: 10px;
        color: #14222a;
        background: #fff;
        height: 24px;
        line-height: 24px;
        padding-lefT: 9px;
        padding-right: 9px;
        top:20px;
    }
}

@media(min-width:1921px) {
    #index-section-2 .dCell.img {
        width:1280px;
    }
    #index-section-2 .dCell.img img {
        max-width:none;
        width:100%;
    }
}

@media(min-width: 640px) and (max-width: 820px) {
    #request-container .section-request-step-wrap .payment-item .info-wrap .name,
    #request-container .section-request-step-wrap .payment-item .info-wrap .price {
        font-size: 28px;
        padding-right: 0;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .name:after {
        display: none;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .total-price-wrap{
        font-size: 13px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-info{
        font-size: 12px;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {
    #request-container .section-request-step-wrap .payment-item .info-wrap .name,
    #request-container .section-request-step-wrap .payment-item .info-wrap .price {
        font-size: 28px;
        padding-right: 0;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .name:after {
        display: none;
    }

    #request-container .section-request-step-wrap .payment-item .info-wrap .total-price-wrap{
        font-size: 13px;
    }
    #request-container .section-request-step-wrap .payment-item .info-wrap .price-info{
        font-size: 12px;
    }
}
/*
    Add style 181027
*/
.self_file_select_wrap {margin-top:10px;display:none;}
.self_file_select_wrap .self_file_select_input {
    display:block;
    width:50%;
    background:none;
    font-size:15px;
    -webkit-box-shadow: none;
    max-width:234px;
    -moz-box-shadow: none;
    box-shadow: none;
    border:0;
    border-bottom:1px solid #14222a;
    padding:5px;
    float:right;
}
/*
    Add style 181027
*/

/* Hwijoon */
.kakao-plus {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.kakao-plus a img {
    width: 80px;
}

.daum-address-container {
    left: 0;
    top : 0;
    height: 100%;
    width: 100%;
    position:fixed;
    background: #88888888;
    z-index:10000;
    display: none;
}

.daum-address-container .overlay {
    position: fixed;
    overflow:hidden;
    z-index:11000;
    -webkit-overflow-scrolling:touch;
}

.daum-address-container .overlay .btn-close {
    cursor:pointer;position:absolute;
    right:-3px;top:-3px;z-index:10011
}

@media (max-width: 640px) {
    .kakao-plus {
        right: 10px;
        bottom: 10px;
    }
    .kakao-plus a img {
        width: 50px;
    }

}

.recv-addr {
    display: none;
}


.dropzone.legacy-styled {
    height: 200px;
    text-align: center;
    border: 1px dashed #b4b1ab;
    border-radius: 5px;
    margin: 0;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone.as-text {
    display: inline-block;
}

.dropzone.as-text .dz-message {
    cursor: pointer;
}



/*profile edit */
#edit-container {
    margin-left:-12px;
    margin-right:-12px;
}
#edit-container .left,
#edit-container .right {
    padding:0 12px;
    float:left;
    width:50%;
}
#edit-container .in {
    background:#f5f6f7;
    -webkit-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
}
#request-container #edit-container .section-request-step-wrap .box-wrap {
    width:100%;
    float:none;
}
#request-container #edit-container .section-request-step-wrap .box-wrap .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background:none;
}
#request-container #edit-container .section-request-step-wrap .box-wrap input {
    text-align:left;
}
#request-container #edit-container .section-request-step-wrap .box-wrap .input-wrap:not(.noneEditCss) {
    padding:0;
}
@media(max-width:768px) {
    #edit-container .left, #edit-container .right {
        width:100%;
    }
    #edit-container .left .in,
    #edit-container .right .in {
        height:auto !important;
    }
    #request-container #edit-container .right .section-request-step-wrap .box-wrap .box {
        /*padding-top:0;*/
    }
}

/* press */
.container-press {
    max-width:1176px;
    margin:0 auto;
}

#press-list-wrap {
    margin-top:48px;
}

#press-list-wrap .press-item-wrap {
    width: 100%;
    height: 342px;
    box-shadow: 0 2px 2px 0 rgba(20, 34, 42, 0.3);
    background-color: #ffffff;
    margin-bottom: 24px;
    cursor: pointer;
}
#press-list-wrap .press-item-image {
    width: 40%;
    background-color: #14222a;
    height: 100%;
    float: left;
    position: relative;
}
#press-list-wrap .press-item-image img{
    height: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
#press-list-wrap .press-item-content-wrap {
    width: 60%;
    height: 100%;
    padding: 48px;
    float: left;
    position: relative;
}


@media(max-width:980px) {
    #press-list-wrap .press-item-wrap {
        height: 750px;
    }
    #press-list-wrap .press-item-image {
        width: 100%;
        height: 45%;
        overflow-x: hidden;
    }
    #press-list-wrap .press-item-content-wrap {
        width: 100%;
        height: 55%;
        padding: 24px;
    }

}
#press-list-wrap .press-item-content-wrap .press-item-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

#press-list-wrap .press-item-content h1 {
    font-family: 'NanumSquareOTFB', 'NanumSquare Bold','NanumSquareOTF', 'NanumSquare', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    word-break: keep-all;
    text-align: left;
    margin-top: 36.8px;
    display: table;
}

#press-list-wrap .press-item-content h2 {
    font-family: 'NanumSquareOTFL', 'NanumSquare Light', 'NanumSquareOTF', 'NanumSquare',sans-serif;
    height: 20px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #14222a;
    top: 5px;
    right: 0;
    float: right;
    position: absolute;
    display: table;
}

#press-list-wrap .press-item-content img {
    height: 30px;
    /*top: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
}

#press-list-wrap .press-item-content .explanation {
    left: 0;
    font-family: 'NanumSquareOTFL', 'NanumSquare Light', 'NanumSquareOTF', 'NanumSquare',sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    position: absolute;
    word-break: keep-all;
    top: 158px;
}

#press-nav-wrap {
    margin-top: 60px;
}

#press-nav-wrap ul{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#press-nav-wrap ul > li{
    display: inline-block;
    margin:  0 18px;
    font-family: 'NanumSquareOTFL', 'NanumSquare Light', 'NanumSquareOTF', 'NanumSquare',sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #14222a;
}


#press-nav-wrap ul > li.arrow img{
    width: 10px;
    height: 20px;
    object-fit: contain;
}

#press-nav-wrap ul > li.arrow.left img{
    clip-path: inset(0 2px 0 0);
    margin-left: -1px;
}

#press-nav-wrap ul > li.arrow.right img{
    clip-path: inset(0 0 0 2px);
    margin-right: -1px;
}

#press-nav-wrap ul > li.inactive{
    opacity: 0.2;
    -moz-opacity: 0.2;
}
#press-nav-wrap ul > li.active{
    font-family: 'NanumSquareOTFB', 'NanumSquare Bold','NanumSquareOTF', 'NanumSquare', sans-serif;
    color: #e67162;
}


@media(max-width:768px) {

}
