@charset "UTF-8";
html, body { height:100%; }
html {
   -ms-overflow-style: -ms-autohiding-scrollbar; /* ie auto hide scroll */
    -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-family: "Noto Sans KR", "나눔바른고딕", 'Nanum Barun Gothic', "맑은 고딕", 'Malgun Gothic',  Helvetica, Arial, sans-serif;
    color:#585858;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    position: relative;
    background-color: #FFF;
    overflow-x: hidden;
}
body * { text-shadow: none; }
::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}
::selection { /* 드래그 활성화시 스타일 */
    color: red;
    background: yellow;
}
* {
outline:none;
padding:0;margin:0;
border:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
h1,h2,h3,h4,h5 { font-weight: normal; }
img { vertical-align: bottom; }

a { color: inherit; text-decoration: none; }
a:visited { color:#000; }
a:hover,
a:active { color: inherit; }
table {
    border-spacing: 0;
    border-collapse: collapse !important;
    background-color: transparent;
}
ul { list-style:none; }
button { background-color: transparent; cursor:pointer; }

#Imz { 
    max-width:1920px; 
    margin:0 auto;
    overflow: hidden;
}
#Imz section {max-width:1920px; margin:0 auto; }

#Imz section.visual {height:870px;}
#Imz section.visual .swiper-container {height:100%;}

#Imz .container {
    position: relative;
    width:1182px;
    height:100%;
    margin-right: auto;
    margin-left: auto;
}
#Imz .box-group { position: relative; }
#Imz .box-group .box-head { position:relative; }
#Imz section[class*="nth"] { background: transparent no-repeat center left; text-align:center; padding:130px 0; }
#Imz section.nth2 { background-color: #fff; }
#Imz section.nth2 i { display:inline-block; margin-bottom:50px; }
#Imz section.nth2 .sec1 { float:left; }
#Imz section.nth2 .sec2 { float:right; }
#Imz section.nth2 .box-head:after {
    content: "";
    display: table;
    clear: both;
}
#Imz section.nth2 .box-body { margin-top:20px;  }
#Imz section.nth2 .box-group a + a { display: inline-block;margin-left: 10px; }

#Imz section.nth3 { background: #00be92 url('../images/nth3-bg.jpg') no-repeat center center /cover; }
#Imz section.nth3 > div > h1 { margin:80px 0 50px 0; }
#Imz section.nth3 button { 
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    margin-top:80px;
}
#Imz section.nth4 { background-color:#fcf9f5; }
#Imz section.nth4 .container { width:1654px; }
#Imz section.nth4 h1 { margin:35px 0 90px 0; }
#Imz section.nth4 .sec1,#Imz section.nth4 .sec2 { position: relative; display: inline-block; }
#Imz section.nth4 .sec1 .btn-group {
    position: absolute;
    right:75px;
    top:35px;
}
#Imz section.nth4 .sec1 .btn-group a {
    display: inline-block;
    width:320px;
    height:180px;
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.5);*/
}
#Imz section.nth4 .sec1 .btn-group a + a { margin-left:84px; }
#Imz section.nth4 .sec1 .btn-group.ch2 {
    left:88px;
    bottom:130px;
    top:auto;
    right:auto;
}
#Imz section.nth4 .sec2 .btn-group {
    position: absolute;
    top:50%;
    left:51.5%;
     -webkit-transform:translateY(-50%) translateX(-50%) !important;
    -moz-transform:translateY(-50%) translateX(-50%) !important;
    -ms-transform:translateY(-50%) translateX(-50%) !important;
    -o-transform:translateY(-50%) translateX(-50%) !important;
    transform:translateY(-50%) translateX(-50%) !important;
    cursor:pointer;
}
#Imz section.nth4 .sec2 .btn-group a {
    display: inline-block;
    width:450px;
    height:240px;
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.5);*/
}



#Imz #copyTarget { display: none; }
.modal-mask {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index:888;
}
.modal-mask.active { display: block; }
.modal-box {
    display: none;
    position: fixed;
    top:30px;
    left:50%;
    width:1020px;
    margin:0 auto;
    z-index: 999;
    transform:translateX(-50%)  !important;
}
.modal-box button {
    position: absolute;
    top:-20px;
    right:-20px;
    background-image: none;
    background-color: transparent;
    cursor:pointer;
}
.modal-open { height:100%; /*overflow: hidden;*/ }


/* swiper */
.swiper-wrapper {
    max-width:1920px;
}
.swiper-nav {
    max-width:1920px;
    width:100%;
    position: absolute;
    top:50px;
    z-index:22;
    text-align:center;
}
.swiper-nav ul { list-style:none;display:block; }
.swiper-nav ul li { display:inline-block; }
.swiper-button-prev,.swiper-button-next {
    width:44px;
    height:76px;
}
.swiper-button-prev:after,.swiper-button-next:after {
    content: "";
}
.swiper-button-prev {
    background: transparent url('../images/ic-arrow-pre.png') no-repeat;
    left:250px;
}
.swiper-button-next {
    background: transparent url('../images/ic-arrow-next.png') no-repeat;
    right:250px;
}
.swiper-pagination-bullet { width:10px;height:10px; background-color:#aaaaaa; opacity:1;box-shadow:1px 3px 5px lightgray; }
.swiper-pagination-bullet-active { background-color:#fff; width:70px; border-radius: 20px; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:30px; }

/* quiz */
.quiz-group {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width:1000px;
    height:626px;
    border-radius: 30px;
    overflow: hidden;
}
.quiz-group .quiz-box {
    width:100%;
}
.quiz-group .quiz-start {
    position: relative;
    top:120px;
    display: inline-block;
    cursor:pointer;
}
.quiz-group .quiz-foot {
    position: absolute;
    bottom:0;
    left:0;right:0;
    background-color: #f7f7f7;
    padding:20px 0;
}

#results .results-inner a { display: inline-block;margin-top:30px; }