/*******************   공통아이콘   *******************/
.icon {
    display: inline-block;
    font-size: 0;
    text-indent: -9999px;
}
.ico-arrow-right {
    width: 7px;
    height: 11.5px;
    background: url(/dadoonge/mo/images/icons/ico-arrow-right.png)no-repeat;
    background-size: contain;
}
.ico-home {
    width: 17.5px;
    height: 19px;
    background: url(/dadoonge/mo/images/icons/ico-home.png)no-repeat;
    background-size: contain;
}
.ico-close {
    width: 13px;
    height: 13px;
    background: url(/dadoonge/mo/images/icons/ico-close.png)no-repeat;
    background-size: contain;
}
.ico-plus {
    width: 11px;
    height: 11px;
    background: url(/dadoonge/mo/images/icons/ico-plus.png)no-repeat;
    background-size: contain;
}
.ico-arrow {
    width: 8px;
    height: 11px;
    background: url(/dadoonge/mo/images/icons/ico-arrow.png)no-repeat;
    background-size: contain;
}

/*******************   GNB   *******************/
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#footer .gnb {
	z-index: 9999;
    position: relative;
    padding: .6875rem 2.1875rem;
    background-color: #f7f7f7;
    border-top: 1px solid #cfcfcf;
}
#footer .gnb > ul {
    display: flex;
    justify-content: space-between;
}
#footer .gnb > ul > li > a,
#footer .gnb > ul > li > button {
    color: #303030;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}
#footer .gnb > ul > li > a > span {
    font-size: .625rem;
}
#footer .copyright {
    padding: 1.1538rem;
    background-color: #4b4b4b;
}
#footer .copyright > p {
    color: #ffffff;
    font-size: .5rem;
    text-align: center;
}
#footer img {
    width: calc(100% / 2);
}

.gnb-menu.on {
    display: block;
}
.gnb-menu {
    display: none;
    position: absolute;
    left: 0;
    bottom: 62px;
    width: 17.1875rem;
    padding: 0 .9375rem;
    background-color: #fff;
    z-index: 9999;
}
.gnb-menu ul li {
    padding: 1.25rem .9375rem;
    border-top: 1px solid #ccc;
}
.gnb-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9375rem;
}
.gnb-menu ul li.home-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}


/*******************   딤   *******************/

.bg-dim.on {
    display: block;
}
.bg-dim {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #000000bf;
    z-index: 9998;
}
.bg-dim1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    z-index: 0;
}

/*******************   메인   *******************/
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 120px;
}
.wrap .inner {
    padding: 0 .9375rem;
}

.bold {
    font-weight: bold;
}

/*******************   팝업   *******************/
.layer-popup {
    position: fixed;
    width: 100%;
    height: 440px;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 11;
}
.layer-popup .inner {
    background-color: #fff;
}

/*******************   SUB-헤더   *******************/
.sub_header {
    background-color: #ff4141;
    padding: 1.25rem 1.875rem;
    box-sizing: border-box;
}
.sub_header .txt_area.center-type01 {
    text-align: center;
}
.sub_header .txt_area h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.subyouth_header {
    background-color: #11a1a1;
    padding: 1.25rem 1.875rem;
    box-sizing: border-box;
}
.subyouth_header .txt_area.center-type01 {
    text-align: center;
}
.subyouth_header .txt_area h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

/*******************   마진   *******************/
.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: .625rem;
}
.mt15 {
    margin-top: .9375rem;
}
.mt20 {
    margin-top: 1.25rem;
}
.mt25 {
    margin-top: 1.5625rem;
}
.mt30 {
    margin-top: 1.875rem;
}
.mt40 {
    margin-top: 2.5rem;
}
.mt50 {
    margin-top: 3.125rem;
}

/*******************   버튼   *******************/
.btn-wrapper {
    display: flex;
    padding: 0 1.25rem;
    gap: .625rem;
}
.btn-wrapper.type01 {
    flex-direction: column;
}
.btn-wrapper .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #ff4141;
    border-radius: 5px;
    color: #ff4141;
    font-size: .9375rem;
    box-sizing: border-box;
}
.btn-wrapper .btn.red-type {
    background: #11a1a1;
    color: #fff;
}

.btnyouth-wrapper {
    display: flex;
    padding: 0 1.25rem;
    gap: .625rem;
}
.btnyouth-wrapper.type01 {
    flex-direction: column;
}
.btnyouth-wrapper .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #11a1a1;
    border-radius: 5px;
    color: #11a1a1;
    font-size: .9375rem;
    box-sizing: border-box;
}
.btnyouth-wrapper .btn.red-type {
    background: #11a1a1;
    color: #fff;
}

/*******************   페이지네이션 - 번호   *******************/
.pagination-wrap ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.pagination-wrap ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff4141;
    width: 30px;
    height: 30px;
    color: #ff4141;
    border-radius: 3px;
}
.pagination-wrap ul li.active a {
    background-color: #ff4141;
    color: #fff;
}
.pagination-wrap ul li.prev a {
    margin-right: 20px;
}
.pagination-wrap ul li.next a {
    margin-left: 20px;
}
.pagination-wrap ul li.prev a,
.pagination-wrap ul li.next a {
    border: 1px solid #ddd;
}
.pagination-wrap ul li.prev a img,
.pagination-wrap ul li.next a img {
    width: 8px;
}

/*******************   페이지네이션 - 포인트   *******************/
.step-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.25rem;
}
.step-pagination.po-r {
    position: relative;
    bottom: 0;
}
.step-pagination span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    border: 1px solid #ff4141;
}
.step-pagination span.active {
    background-color: #ff4141;;
}

.caution_box_wrap {
    padding: 1.25rem;
    box-sizing: border-box;
}
.caution_box_wrap .cuation_txt {
    background: #fafafa;
    font-size: .75rem;
    border: 1px solid #ededed;
    padding: 1rem .9375rem;
    border-radius: 5px;
    color: #292929;
}
