* {
    font-family:"noto_kr",sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height:100%;
    /*overflow-x:hidden;*/
    font-family:"noto_kr",sans-serif;
    font-size:14px;
    color:#323232;
    background-color: #f9f6f6;
}
html  {overflow-x:hidden;overflow-y:scroll;}
a {
    color:inherit;
    text-decoration: none;
}
.clearfix:after {
    display: table;
    content: "";
    clear:both;
}
.section,
.article {position:relative;}
.article {overflow-y:auto;}
.f-left {float:left;}
.f-right {float:right;}
.uppercase {
    text-transform: uppercase;
}
.height50 {height:50vh;}
.height100 {height:100vh;}
.height100p {height:100%;}
.height150 {height:150vh;}
.dTable.height100 {height:100%;}
.height200 {height:200vh;}
.height300 {height:300vh;}
.width100 {width:100%}
.dTable {display:table;}
.dCell {display:table-cell;vertical-align:middle;}
.dCell.vTop {vertical-align:top;}
.dRow {display:table-row;}
.dTable.height100 {height:100%;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.maxWidth100 {max-width:100%;}
.duration50 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.article-title {
    position:relative;
    height:100vh;
}
.article-title .background {
    background-color: #959595;
    -webkit-background-size:cover;
    background-size:cover;
    height:68%;
}
.article-title.sm .background {
    height:71%;
}
.article-title .content {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    background:#f9f6f6;
    padding-left:50px;
    padding-right:50px;
}
.article-title.sm .content {
    padding-top:34px;
}
.article-title .content h2 {
    color:#940a31;
    font-size:2.42em;
    margin-bottom:35px;
}
.article-title .content .horizon-align {
    width:100%;
    border-left:1px solid #940a31;
    max-width:1110px;
    margin:0 auto;
    text-align:left;
}
.article-title .content .horizon-align .dCell {vertical-align:top;}
.article-title .content .horizon-align .tit {
    color: #940a31;
    padding-left:10px;
    width:350px;
}
.article-title .content .horizon-align .tit .small {
    margin-bottom:13px;
}
.article-title .content .horizon-align .tit h2 {
    font-size:1.714em;
    font-weight:200;
}
.article-title .content .horizon-align .desc {
    line-height:1.85em;
}
.scrolldown-btn {
    position:absolute;
    left:50%;
    z-index:2;
    margin-left:-35px;
    width:70px;
    height:32px;
    bottom:13px;
    background-image: url(../visuals/img/arrow_down.png);
    -webkit-background-size: 70px 32px;
    background-size:70px 32px;
    background-repeat:no-repeat;
}
.scrolldown-btn.small {
    position:absolute;
    left:50%;
    z-index:2;
    margin-left:-13px;
    width:26px;
    height:17px;
    bottom:13px;
    background-image: url(../visuals/mob_img/scrolldown_arrow.png);
    -webkit-background-size: 26px 17px;
    background-size:26px 17px;
    background-repeat:no-repeat;
}
.scrolldown-btn.wht {
    background-image: url(../visuals/img/arrow_down_wht.png);
}
.list-circle > *:before{
    content: "‧";
    position:absolute;
    left:0;
    top:0;
    display:block;
}
.list-circle > * {
    position: relative;
    padding-left:9px;
}
.hyphen > *:before{
    content: "-";
    position:absolute;
    left:0;
    top:0;
    display:block;
}
.hyphen > * {
    position: relative;
    padding-left:14px;
}


.list-square > *:before{
    content: "\f096";
    font-family:"FontAwesome";
    font-size:10px;
    position:absolute;
    left:0;
    top:0;
    display:block;
}
.list-square > * {
    position: relative;
    padding-left:20px;
}
.headerPadding {padding-top:78px;}
.headerPaddingandLabel {padding-top:103px;}
.headerMargin {margin-top:78px;}
.show640 {display:none}

.sunjin-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sunjin-folding-cube .sunjin-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sunjin-folding-cube .sunjin-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    -webkit-animation: sunjin-foldCubeAngle 2.4s infinite linear both;
    animation: sunjin-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sunjin-folding-cube .sunjin-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sunjin-folding-cube .sunjin-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sunjin-folding-cube .sunjin-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sunjin-folding-cube .sunjin-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sunjin-folding-cube .sunjin-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sunjin-folding-cube .sunjin-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sunjin-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sunjin-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
#confirmPasswordLayer {
    position:fixed;
    z-index:9999;
    background:rgba(0,0,0,0.7);
    left:0;
    top:0;
    right:0;
    bottom:0;
    display:none;
}
#confirmPassword {
    width:360px;
    margin:0 auto;
    background:#fff;
    border:1px solid #dbdbdb;
    border-top:3px solid #8f1336;
    text-align:center;
    padding:30px;
}
#confirmPassword input {
    padding:5px 10px;
    border:1px solid #dbdbdb;
    margin-top:15px;
}
#confirmPassword .button-wrap {margin-top:10px;}
#confirmPassword .button-wrap a {
    display: inline-block;
    width: 77px;
    height: 27px;
    line-height: 27px;
    color: #8f1336;
    border: 1px solid #8f1336;
    text-align: center;
    font-size: 12px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#confirmPassword .button-wrap a#confrmPassword {
    background:#8f1336;
    color:#fff;
}