@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1600px;overflow-x: hidden;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btn[data-type=ghost],
.btn-ghost {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 4.5rem;
    color: #111;
    font: 300 1rem "NanumSquareNeo", sans-serif;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #111;
    -webkit-box-shadow: revert;
    box-shadow: revert;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1.8rem;
}

.btn[data-type=ghost]:hover,
.btn-ghost:hover {
    color: #fff;
    background-color: #7c43f4;
    border-color: #7c43f4;
}

.btn[data-type=ghost-round],
.btn-ghost-round {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 4.5rem;
    color: #fff;
    font-weight: 700;
    font-family: "NanumSquareNeo", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn[data-type=ghost-round]:hover,
.btn-ghost-round:hover {
    color: #111;
    background-color: #fff;
}

.btn[data-type=fill-round],
.btn-fill-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 4.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    font-family: "NanumSquareNeo", sans-serif;
    background-color: #7c43f4;
    border: 1px solid #7c43f4;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn[data-type=fill-round]:hover,
.btn-fill-round:hover {
    background-color: #4b10c7;
}

.btn[data-type=popup],
.btn-popup,
.btn[data-type=popup-negative],
.btn-popup-negative {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 16.4rem;
    padding: 1.2rem 2.8rem;
    color: #fff;
    font-size: 1.8rem;
    font-family: "NanumSquareNeo", sans-serif;
    line-height: 1;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 0;
}

.btn[data-type=popup-negative],
.btn-popup-negative {
    color: #111;
    background-color: #fff;
}

.btn[data-type=basic-round],
.btn-basic-round {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.6rem 2.8rem;
    color: #484848;
    font-weight: 300;
    font-size: 1.6rem;
    font-family: "NanumSquareNeo", sans-serif;
    line-height: 1;
    background-color: #eee;
    border: 0;
    border-radius: 5rem;
}

.btn[data-type=basic-round].active,
.btn-basic-round.active {
    color: #fff;
    font-weight: 700;
    background-color: #111;
}

.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid #484848;
    border-radius: 4px;
}

.badge[data-type="1"] {
    color: #7c43f4;
    border-color: #7c43f4;
}

.badge[data-type="2"] {
    color: #0e7fe7;
    border-color: #0e7fe7;
}

.badge[data-type="3"] {
    color: #ff782d;
    border-color: #ff782d;
}

.badge[data-type="4"] {
    color: #484848;
    border-color: #484848;
}

select.select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 4rem;
    padding: 2rem 0;
    color: #111;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
}

select.select:focus {
    border-color: #111;
}

select.select:disabled {
    background-color: gray;
    cursor: not-allowed;
}

select.select::-webkit-input-placeholder {
    color: #aaa;
}

select.select::-moz-placeholder {
    color: #aaa;
}

select.select:-ms-input-placeholder {
    color: #aaa;
}

select.select::-ms-input-placeholder {
    color: #aaa;
}

select.select::placeholder {
    color: #aaa;
}

textarea.textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 4rem;
    padding: 2rem 0;
    color: #111;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
    outline: none;
    display: block;
    padding: 2rem;
    overflow: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-radius: 0.4rem;
    resize: none;
}

textarea.textarea:focus {
    border-color: #111;
}

textarea.textarea:-moz-read-only {
    background-color: transparent;
    background-color: initial;
    cursor: not-allowed;
}

textarea.textarea:read-only {
    background-color: transparent;
    background-color: initial;
    cursor: not-allowed;
}

textarea.textarea:-moz-read-only:hover,
textarea.textarea:-moz-read-only:focus,
textarea.textarea:-moz-read-only:active {
    border-color: currentColor;
    border-color: initial;
}

textarea.textarea:read-only:hover,
textarea.textarea:read-only:focus,
textarea.textarea:read-only:active {
    border-color: currentColor;
    border-color: initial;
}

textarea.textarea:disabled {
    background-color: gray;
    cursor: not-allowed;
}

textarea.textarea::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.textarea::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.textarea:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.textarea::-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.textarea::placeholder {
    color: #aaa;
    font-weight: 300;
}

textarea.textarea.validation-error {
    border-color: #ff4b40;
}

input.input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 4rem;
    padding: 2rem 0;
    color: #111;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
    outline: none;
}

input.input:focus {
    border-color: #111;
}

input.input:-moz-read-only {
    background-color: transparent;
    background-color: initial;
    cursor: not-allowed;
}

input.input:read-only {
    background-color: transparent;
    background-color: initial;
    cursor: not-allowed;
}

input.input:-moz-read-only:hover,
input.input:-moz-read-only:focus,
input.input:-moz-read-only:active {
    border-color: currentColor;
    border-color: initial;
}

input.input:read-only:hover,
input.input:read-only:focus,
input.input:read-only:active {
    border-color: currentColor;
    border-color: initial;
}

input.input:disabled {
    background-color: gray;
    cursor: not-allowed;
}

input.input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

input.input::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

input.input:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

input.input::-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

input.input::placeholder {
    color: #aaa;
    font-weight: 300;
}

input.input.validation-error {
    border-color: #ff4b40;
}

input.input.validation-error+.input-message {
    color: #ff4b40;
    opacity: 1;
}

input.input-radio[type=radio] {
    position: relative;
    width: 2rem;
    min-height: 2rem;
    margin: 0;
    color: #111;
    border-color: gray;
    border-width: 2px;
    border-radius: 100%;
}

input.input-radio[type=radio]:disabled {
    background-color: gray;
    border-color: gray;
}

input.input-radio[type=radio]:checked {
    color: #111;
    border-color: #7c43f4;
    border-width: 6px;
}

input.input-radio[type=radio]+label {
    margin-left: 1.2rem;
    cursor: pointer;
}

input.input-radio[type=radio]:checked+label {
    font-weight: 700;
}

input.input-checkbox[type=checkbox] {
    position: relative;
    width: 2rem;
    min-height: 2rem;
    margin: 0;
    font-weight: 300;
    border: 2px solid gray;
    border-radius: 2px;
}

input.input-checkbox[type=checkbox]:disabled {
    background-color: gray;
    border-color: gray;
}

input.input-checkbox[type=checkbox]:checked {
    font-weight: 700;
    background-color: #7c43f4;
    border-color: #7c43f4;
}

input.input-checkbox[type=checkbox]:checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

input.input-checkbox[type=checkbox]+label {
    margin-left: 1.2rem;
    cursor: pointer;
}

input.input-checkbox[type=checkbox]:checked+label {
    font-weight: 700;
}

.input-checkbox-pack,
.input-radio-pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class^=input-message],
label.error {
    margin-top: 0.8rem;
    color: #ff4b40;
    font-size: 1.2rem;
}


.accordion {
    border-radius: 6px;
    margin: 0 auto;
    width: auto
}

.accordion .accordion__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ececec;
    color: #1a1a1a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    min-height: 8rem;
    padding: 2.4rem 3.2rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion .accordion__title {
    color: #1a1a1a;
    width: 100%
}

.accordion .accordion__body {
    display: none
}

.accordion .accordion__body .text-box,
.accordion .accordion__body .text-box-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #f8f8f8;
    color: #6c6c6c;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 3.6rem;
    padding: 6.4rem
}

.accordion .accordion__item {
    border-bottom: 1px solid #ececec;
    position: relative
}

.accordion .accordion__item>.accordion__header:after {
    background-image: url(../images/btn-accordion.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    float: right;
    height: 1.6rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 1.6rem
}

.accordion .accordion__icon {
    left: .8rem;
    position: absolute;
    top: 1.6rem
}

.accordion .accordion__icon+.accordion__header {
    margin-left: 4rem;
    padding: .8rem 1.6rem .8rem 0
}

.accordion .accordion__item.active:last-child .accordion__header {
    border-radius: none
}

.accordion .accordion__item.active>.accordion__header:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion[data-type=payment] {
    border: 1px solid #e8e8e8
}

.accordion[data-type=payment] .accordion__body__contents {
    padding: .8rem 1.6rem
}





/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 600;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/


/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 500;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/
#main #mainWrap{position: relative;width: 1200px;margin: 50px auto;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;/* top: 0;left: 50%;margin-left: -960px; */width: 100%;}
#main .visual .slick-dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 5px;}
#main .visual .slick-dots li button{display: block;width: 24px;height: 24px;background: url('/images/main/visual-bull.png') no-repeat center center / contain;text-indent: -999em;overflow: hidden;border: none;}
#main .visual .slick-dots li.slick-active button{background-image: url('/images/main/visual-bull-on.png');}

/**************************************************
	Sub
**************************************************/
#sub #content{ position: relative;padding-top: 80px; }

#sub .worksTitle{margin-bottom: 20px;}
#sub .worksTitle h4{font-family: Nexon_FootballGothic;font-size: 30px;color: #333;font-weight: normal;text-align: center;}

#sub .subVis{position: relative;height: 240px;overflow: hidden;text-align: center;box-shadow: inset 0 -5px 20px rgba(0,0,0,0.02); background: #f7f7f7;font-size: 0;padding-top: 90px;}
#sub .subVis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .subVis .text{display: inline-block;vertical-align: middle;}
#sub .subVis h2{font-size: 44px;text-align: center;color: #222222;letter-spacing: -3px;font-weight: 500;text-indent: -1px;}
#sub .subVis p {display: block;font-size: 16px;line-height: 25px;color: #666666;letter-spacing: -1px;margin-top: 15px;text-align: center;}


#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#sub .sub-tit h3{margin-top: 10px;font-size: 30px;color: #000;}

.lnbWrap{background: #666666;display: none;}
#lnb{width: 1200px;margin: 0 auto;}
#lnb > li{display: inline-block;vertical-align: top;border-right: 1px solid #999999;box-sizing: border-box;}
#lnb > li:first-child{border-left: 1px solid #999999;}
#lnb > li a{display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li.active a{background: #fff;color: #000;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

.tab1{text-align: center;}
.tab1 a{display: inline-block;vertical-align: top;width: 160px;height: 48px;background: #fafafa;border:1px solid #ddd;border-radius:5px;line-height: 48px;font-size: 16px;color: #333;transition: all 0.2s;text-decoration: none;}
.tab1 a:hover{background: #ebebeb;color: #111;}