/*
File Name: style.css
Author: IVYNET
Version: 1.0.0
* SUMMARY:
*     1) Reset
*     2) Promotion Style
*     3) Landscape
*
*/

/* ************************************** *
* Reset
* ************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,p,iframe,figure,a, input{margin:0;padding:0;font-size:inherit;word-break:keep-all;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
header,hgroup,footer,section,article,aside,nav,canvas,figure,figcaption{display:block}
table{font-size:inherit;border-collapse:separate;;border-spacing:0;table-layout:fixed}
th, td{word-wrap:break-word;word-break:break-all;font-weight:normal}
fieldset, iframe{border:0;vertical-align:top}
img{border:0;font-size:0;vertical-align:top;outline:0}
li,dd{list-style:none;word-break:keep-all;line-height:1.4;}
hr{display:block;clear:both;width:0;height:0;margin:0;padding:0;border:0;}
caption,figcaption{overflow:hidden;width:100%;height:1px;font-size:0;line-height:0;text-indent:-9999px;margin-top:-1px}
legend{display:block;position:absolute;left:-9999px;text-indent:9999px;width:0;height:0;overflow:hidden;font-size:0;line-height:0;white-space:nowrap}
button{padding:0;border:0;cursor:pointer;background:none;vertical-align:middle;appearance:none;-moz-appearance:none;font-family:dotum,'돋움';font-weight:400;}
h1, h2, h3, h4, h5, h6, .tit{font-weight:normal;line-height:1.3;font-size:100%}
p{line-height:1.4;}
a{color:#666;text-decoration:none}
a:hover,
a:focus{text-decoration:none}
em, i{font-style:normal}
img{margin:0;padding:0;}
strong{font-weight:inherit;}
select{height:22px;*height:auto;font-size:16px;color:#888;line-height:22px;vertical-align:middle;font-family:dotum,'돋움',sans-serif;}
select::-ms-expand{display:none}
input{margin:0;padding:0;font-size:inherit;color:#333;line-height:17px;vertical-align:middle;-webkit-border-radius:0;font-weight:400;}
input[type="text"], input[type="password"]{border:1px solid #D3D2D2;-webkit-appearance:none}
input[type="text"]:focus,
input[type="password"]:focus{border-color:#222}
input[type="text"]:disabled,
input[type="password"]:disabled{background-color:#f7f7f7}
input[type="radio"]{width:13px;height:13px;vertical-align:-1px;*margin-right:-3px}
input[type="checkbox"]{width:13px;height:13px;vertical-align:-2px;*vertical-align:0px}
input:checked[type="checkbox"]{background-color:#fff;-webkit-appearance:checkbox}
input[type="number"]{-moz-appearance:textfield;-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius: 0;-ms-border-radius:0;border-radius:0;}
textarea{width:100%;padding:0; color:#666; background-color:#fff; box-sizing:border-box; resize: vertical; -webkit-appearance:none; -webkit-border-radius:0; border:none;}

/* ************************************** *
* Promotion Style
* ************************************** */

.promotion-frame{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    font-size: 100%;
}

.promotion-frame img{
    max-width: 100%;
}

.promotion-frame .blind-text{
    position: absolute;
    width: 1px;
    height: 1px;
    top: -99999px;
    left: -99999px;
    font-size: 0;
    text-indent: -99999px;
}

.promotion-frame .slick-slider{
    background-color: #eaeff3;
}

.promotion-frame .slick-slider.click-next .slick-slide{
    cursor: pointer
}
.promotion-frame .slick-initialized .slick-slide > div {
    padding-top: 6.8055%;
    padding-bottom: 16.6666%;
    padding-left: 4.5833%;
    padding-right: 4.5833%;

}
.promotion-frame .slide-gif {
    padding-left: 0.3067%;
    padding-right: 0.3067%;
    background-color: #e3e3e3;
}
.promotion-frame .button-container{
    background-image: url(../images/SH-in-bed-07-bg.jpg);
    background-size: auto 100%;
    padding-bottom: 16.6666%;
}

.promotion-frame .button-text {
    padding-top: 16.8055%;
    padding-left: 16.6666%;
    padding-right: 16.6666%;
    padding-bottom: 10.1388%;
}

.promotion-frame .button-container .btns {
    padding-left: 5.9722%;
    padding-right: 5.9722%;
}

.promotion-frame .button-container .btns a{
    display: block;
}

/* ************************************** *
* Slider
* ************************************** */

.slick-dots{
    position: absolute;
    left: 50%;
    top: 0px;
    text-align: center;
    line-height: 0px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    text-indent: -99999px;
    padding: 0 5px;
    outline: none;
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #afbfce;
}

.slick-dots li.slick-active button:before {
    background-color: #ff715a;
}

.modal-event{
    position: relative;
}

.modal{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal.active{
}

.modal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
}

.modal.active .overlay{
    opacity: 1;
}

.modal .closer-area{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 36.1111%;
    z-index: 2;
    outline: 0;
}

.modal.active .closer-area{
    display: block;
}

.modal .closer-btn{
    position: absolute;
    right: 5.5555%;
    bottom: 70.2846%;
    width: 16px;
    height: 16px;
    background-image:url('../images/close.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    z-index: 2;
}

.modal .modal-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.modal.active .modal-content{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    top: 39%;
    width: 4.3055%;
    height: 4.3055%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 0;
    outline: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slick-slider .slick-prev {
    left: 7.6388%;
    background-image: url(../images/arr-rt.png);
}

.slick-slider .slick-next {
    right: 7.6388%;
    background-image: url(../images/arr-lt.png);
}
