/* ========== COMMON ========== */
[role="button"] {
    cursor: pointer;
}

.blind {
    overflow: hidden;
    display: block;
    position: absolute;
    top: -99999px;
    left: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
}
.quickmenu_container {
    margin: auto;
    max-width: 1500px;
    width: 100%;
}

.mo_br,
.mo-br {
    display: none;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

.button {
    display: inline-block;
    text-align: center;
}
.button-w170 {
    width: 170px;
}
.button-w175 {
    width: 175px;
}
.button-w180 {
    width: 180px;
}
.button-w185 {
    width: 185px;
}
.button-w190 {
    width: 190px;
}
.button-w195 {
    width: 195px;
}
.button-w200 {
    width: 200px;
}
.button-40 {
    height: 40px;
    line-height: 40px;
}
.button-40.button-round {
    border-radius: 20px;
}
.button-45 {
    height: 45px;
    line-height: 45px;
}
.button-45.button-round {
    border-radius: 28px;
}
.button-50 {
    height: 50px;
    line-height: 50px;
}
.button-50.button-round {
    border-radius: 25px;
}
.button-55 {
    height: 55px;
    line-height: 55px;
}
.button-55.button-round {
    border-radius: 28px;
}
.button-60 {
    height: 60px;
    line-height: 60px;
}
.button-point {
    color: #fff !important;
    background: #b14141;
}
.button-gold {
    color: #fff !important;
    background: #ed9a2d;
}
.button-orange {
    color: #fff !important;
    background: #ee741f;
}
.button-brown {
    color: #fff !important;
    background: #926d49;
}
.button-brown-light {
    color: #fff !important;
    background: #957e65;
}
.button-white {
    color: #333333 !important;
    background: #fff;
}
.button-dark {
    color: #fff !important;
    background: #000;
}
.button-dark1 {
    color: #fff !important;
    background: #111;
}
.button-dark2 {
    color: #fff !important;
    background: #222;
}
.button-dark3 {
    color: #fff !important;
    background: #333;
}
.button-dark4 {
    color: #fff !important;
    background: #444;
}
.button-grey5 {
    color: #fff !important;
    background: #555;
}
.button-point-border {
    border: 1px solid #b14141;
}
.button-brown-border {
    border: 1px solid #906b48;
    color: #906b48;
}
.button-orange-border {
    border: 1px solid #ee741f;
}
.button-border {
    border: 1px solid #cccccc;
}
@media (max-width: 1024px) {
    .button {
        font-size: 14px;
    }
    .button-40 {
        height: 35px;
        line-height: 35px !important;
    }
    .button-45 {
        height: 40px;
        line-height: 40px !important;
    }
    .button-50 {
        height: 40px;
        line-height: 40px !important;
    }
    .button-55 {
        height: 45px;
        line-height: 45px !important;
    }
    .button-60 {
        height: 45px;
        line-height: 45px !important;
    }
}

.m-scroll {
    display: none;
    margin: auto;
    max-width: 360px;
    width: 100%;
}
[data-scroll="false"] {
    overflow-y: hidden;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
ul.list:after {
    content: "";
    display: table;
    clear: both;
}
ul.list > li {
    float: left;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.aRight {
    text-align: right;
}

/* ------- Grid ------- */
.grid {
    display: flex;
    flex-wrap: wrap;
}
.grid > div,
.grid > li {
    padding: 10px;
}
.grid > div > ._g,
.grid > li > ._g {
    height: 100%;
}
/* 1 col */
.grid-24 {
    width: 100%;
}
/* 2 col */
.grid-12 {
    width: 50%;
}
/* 3 col */
.grid-8 {
    width: 33.333333%;
}
/* 4 col */
.grid-6 {
    width: 25%;
}
/* 5 col */
.grid-5 {
    width: 20%;
}
/* 6 col */
.grid-4 {
    width: 16.66666%;
}
/* 7 col */
.grid-3 {
    width: 14.222222%;
}
@media (max-width: 1024px) {
    .grid-4 {
        width: 33.33333%;
    }
    .grid-3 {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .grid-6 {
        width: 50%;
    }
    .grid-5 {
        width: 33.33333%;
    }
}
@media (max-width: 600px) {
    .grid-8 {
        width: 100%;
    }
    .grid-5 {
        width: 100%;
    }
    .grid-4 {
        width: 50%;
    }
    .grid-3 {
        width: 50%;
    }
}

.img {
    position: relative;
}
.img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.imgz {
    display: none;
    text-align: center;
    font-size: 13px;
}
.imgz:before {
    content: "";
    display: inline-block;
    vertical-align: -12px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    background: url("/child/img/icon/zoom.png") no-repeat center / 35px auto;
}
.imgz:after {
    content: "이미지를 클릭하시면 크게 볼 수 있습니다.";
}
@media (mim-width: 1023px) {
    .imgv {
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .imgz {
        display: block;
    }
}

.slick-prev {
    z-index: 2;
    overflow: hidden;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.slick-next {
    z-index: 2;
    overflow: hidden;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.slick-slide:focus {
    outline: none;
}
.slick-initialized .slick-slide {
    overflow: hidden;
}
.slick-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.slick-dots li {
    overflow: hidden;
    text-indent: -999999px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    cursor: pointer;
}

.float:after {
    content: "";
    display: block;
    clear: both;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
@media (max-width: 768px) {
    .float-vertical .f-left,
    .float-vertical .f-right {
        float: none;
    }
}

.icenter {
    margin: auto;
}
.centre {
    display: table;
    width: 100%;
    height: 100%;
}
.centre .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.m-scroll-area {
    position: relative;
}
.scroll {
    overflow-x: auto;
    z-index: 2;
    position: relative;
}
@media (max-width: 1200px) {
    .scroll-b:before {
        content: "";
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-b .scroll .inner {
        min-width: 1200px;
    }
}
@media (max-width: 1024px) {
    .scroll-t:before {
        content: "";
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-t .scroll .inner {
        min-width: 900px;
    }
}

@media (max-width: 550px) {
    .scroll-m:before {
        content: "";
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-m .scroll .inner {
        min-width: 550px;
    }
}

@media (max-width: 425px) {
    .scroll-s:before {
        content: "";
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-s .scroll .inner {
        min-width: 425px;
    }
}

/* List Style */
.ul-square {
    margin-left: 15px;
    list-style: square;
}
.ul-square li {
    list-style: square;
    list-style-image: url("/child/img/icon/square.png");
}

/* Tab Menu */
.sub_tab_menu {
    padding: 50px 0;
    width: 100%;
}
.tab-list {
    position: relative;
    margin-bottom: 55px;
}
.tab-list:after {
    content: "";
    display: block;
    clear: both;
}
.tab-list > li {
    float: left;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}
.tab-list > li:first-child {
    margin-left: 0;
}
.tab-list > li a,
.tab-list > li button {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #999999;
    font-size: 17px;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.tab-list > li a.button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-list > li.active {
    position: relative;
    margin-top: 0;
    border-top: 1px solid #333333;
    border-color: #555555;
}

.__tab-block > li.active a,
.__tab-block > li.active button {
    background: #fff;
    color: #333;
    font-weight: bold;
}
.__tab-block > li.active {
    border-color: #926d49;
}

.__tab-solid {
    margin-bottom: 0;
}
.__tab-solid > li {
    background-color: transparent;
    border: none;
}
.__tab-solid > li.active {
    border-top: none;
}
.__tab-solid li.active a:before,
.__tab-solid li.active button:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.__tab-solid li.active button strong {
    color: #fffcc9;
}

.__solid-orange li.active a,
.__solid-orange li.active button {
    position: relative;
    background: #c96d31;
    color: #fff;
}
.__tab-solid li.active a:before,
.__tab-solid li.active button:before {
    background: #c96d31;
}

.__tab-underline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 3px);
    height: 1px;
    background-color: #333333;
}
.__tab-underline > li {
    float: left;
    margin-left: -1px;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.__tab-underline > li a,
.__tab-underline > li button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #aaaaaa;
    font-size: 17px;
    letter-spacing: -0.05em;
    font-weight: bold;
}
.__tab-underline > li.active {
    position: relative;
    margin-top: 0;
    border-top: 1px solid #333333;
    background-color: #fff;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.__tab-underline > li.active a,
.__tab-underline > li.active button {
    color: #333333;
}
.__tab-underline > li.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.__underline-brown > li.active {
    border-top-color: #926d49;
    border-left-color: #926d49;
    border-right-color: #926d49;
}
.__underline-brown:before {
    background-color: #926d49;
}

.tab2 > li {
    width: 50%;
}
.tab3 > li {
    width: 33.33333%;
}
.tab4 > li {
    width: 25%;
}
.tab5 > li {
    width: 20%;
}
.tab6 > li {
    width: 16.66666%;
}
.tab7 > li {
    width: 14.285%;
}
.tab8 > li {
    width: 12.5%;
}
.tab9 > li {
    width: 11.11111%;
}
.tab6:before {
    width: calc(100% - 5px);
}
.tab9:before {
    width: calc(100% - 9px);
}
.tab-contents {
    position: relative;
}
.tab-contents > li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 35px;
}
.tab-contents > li.active {
    display: block;
    height: auto;
    position: relative;
}

@media (max-width: 1024px) {
    .tab-list:before {
        content: none;
    }
    .tab-list {
        margin-bottom: 35px;
    }
    .tab-list > li {
        margin-bottom: -1px;
        width: 50%;
        height: 50px !important;
        line-height: 50px !important;
        border-bottom: 1px solid #d6d6d6;
    }
    .tab-list > li:first-child {
        margin-left: -1px;
    }
    .tab-list > li.active:before {
        background: #333;
    }
    .tab-list > li a,
    .tab-list > li button {
        height: 50px;
        line-height: 18px;
        font-size: 13px;
    }
    .tab-list > li a span,
    .tab-list > li button span {
        font-size: 13px;
    }
}

/* Tab Menu */
.sub_tab_menu {
    padding: 50px 0;
    width: 100%;
}
.sub_tab_menu .tab_menu > ul {
    position: relative;
}
.sub_tab_menu .tab_menu > ul:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1e458f;
}
.sub_tab_menu .tab_menu > ul > li {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.sub_tab_menu .tab_menu > ul > li a {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #888888;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.sub_tab_menu .tab_menu > ul > li.active {
    position: relative;
    margin-top: 0;
    border-top: 2px solid #1e458f;
    background-color: #fff;
    border-left: 2px solid #1e458f;
    border-right: 2px solid #1e458f;
}
.sub_tab_menu .tab_menu > ul > li.active a {
    height: 45px;
    color: #1e458f;
}
.sub_tab_menu .tab_menu > ul > li.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.tab_contents > ul {
    position: relative;
}
.tab_contents > ul > li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 35px;
}
.tab_contents > ul > li.active {
    display: block;
    height: auto;
    position: relative;
}

/* Tab Menu 2 Depth */
.tab_menu_2depth > ul > li {
    float: left;
    width: 50%;
}
.tab_menu_2depth > ul > li > a {
    display: block;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    color: #888888;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    background: url("/child/img/tabmenu/sub_tap.png") no-repeat right 15px center;
    border: 1px solid #e5e5e5;
}
.tab_menu_2depth > ul > li:nth-child(2) > a {
    border-left: none;
}
.tab_menu_2depth > ul > li:nth-child(3) > a {
    border-left: none;
}
.tab_menu_2depth > ul > li:last-child > a {
    border-left: none;
}
.tab_menu_2depth > ul > li.active > a {
    color: #fff;
    background: #1e458f url("/child/img/tabmenu/sub_tap_on.png") no-repeat right 15px center;
    border: none;
}
.tab_contents_2depth > ul > li {
    display: none;
    text-align: left;
}
.tab_contents_2depth > ul > li.active {
    display: block;
}

/* Button Style */
.btn,
a.btn {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
input.btn {
    padding-left: 0;
}
.btn_border {
    background-color: #fff;
    border: 1px solid #eee;
}
.btn_dark_border {
    background-color: #fff;
    border: 1px solid #ddd;
}
.btn_confirm,
a.btn_confirm {
    background-color: #666;
    color: #fff;
}
.btn_point,
a.btn_point {
    background-color: #ee741f;
    color: #fff !important;
}
.btn_point2,
a.btn_point2 {
    background-color: #3e9b93;
    color: #fff;
}
.btn_dark,
a.btn_dark {
    background: #999;
}

/* ======= Accordon Style ======= */
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container {
    overflow-y: auto;
    height: 100%;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    width: 100%;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
    font-size: 15px;
    text-transform: uppercase;
    /*    border-top: 1px solid #dbdcd2;*/
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle,
.accordion-content {
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.accordion-content {
    display: none;
}
.accordion-toggle a:before,
.accordion-toggle a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    margin-top: -1px;
    background-color: #333;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #333 !important;
}
.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #333 !important;
    opacity: 0;
}

/* Page List Style */
#page_list_style {
    margin: 30px 0 50px;
}
.Paging_Num {
    border-bottom: none !important;
}
.Paging_Num tr td {
    border-bottom: none !important;
}

/* Pager */
#pager td {
    padding-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
#pager td a {
    display: block;
    padding-top: 1px;
    width: 100%;
    height: 100%;
}
#pager td a:hover {
    padding-top: 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
}
.current_page {
    color: #fff;
    background: #ee741f;
    border: none;
    cursor: default;
    border-radius: 50%;
}
.page_backward {
    background: url("/child/img/pager/page_l_2.png") no-repeat center;
}
.page_back5 {
    background: url("/child/img/pager/page_l.png") no-repeat center;
}
.page_5 {
    background: url("/child/img/pager/page_r.png") no-repeat center;
}
.page_forward {
    background: url("/child/img/pager/page_r_2.png") no-repeat center;
}

/* Table Responsive Cell */
.m_cell {
    display: none;
}

/* BBS Write */
#bbs_write_style {
    border-top: 2px solid #1e458f;
    border-bottom: 2px solid #1e458f;
}
#bbs_write_style tr th {
    padding: 10px;
    text-align: left;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
#bbs_write_style tr td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
#bbs_write_style tr td input[type="text"],
#bbs_write_style tr td input[type="password"] {
    max-width: 300px;
    width: 100%;
    height: 35px;
}
#bbs_write_style tr td input[type="file"] {
    max-width: 200px;
    width: 100%;
}
#bbs_write_style tr td img {
    display: inline-block;
}
.AWbbs_input_table tr td img {
    display: inline-block;
}

/* Form mail Style */
.input {
    height: 45px;
}

.formmail-table {
    display: table;
    margin-bottom: 50px;
    width: 100%;
    border-collapse: collapse;
}
.formmail-table .row {
    display: table-row;
    border-bottom: 1px solid #e5e5e5;
}
.formmail-table .th {
    display: table-cell;
    vertical-align: middle;
    padding: 28px 30px 30px;
    width: 250px;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    word-break: keep-all;
}
.formmail-table .td {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px 20px 0px;
    font-size: 15px;
    color: #555555;
}
.formmail-table .td textarea {
    padding: 20px;
    width: 100%;
    font-size: 15px;
    color: #555555;
    background: #fff;
}
.formmail-table .td input[type="text"],
.formmail-table .td select {
    max-width: 330px;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.formmail-table .td p {
    margin-top: 5px;
    color: #999999;
}
.formmail-table .td b {
    padding-left: 10px;
    font-weight: 500;
}
._w {
    max-width: 319px;
}
.txt1 {
    height: 130px;
}
.txt2 {
    height: 275px;
}
.radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.radio:last-child {
    margin-right: 0;
}
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.radio i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("/child/img/icon/radio.png") no-repeat center;
}
.radio span {
    display: inline-block;
    vertical-align: middle;
}
.radio-light i {
    background: url("/child/img/icon/radio-light.png");
}
.radio input:checked ~ i {
    background: url("/child/img/icon/radio-on.png") no-repeat center;
}
.radio input:checked ~ span {
    color: #ee741f;
}

.check {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.check:last-child {
    margin-right: 0;
}
.check input[type="text"]:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.check input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.check i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 21px;
    background: url("/child/img/icon/check.png") no-repeat left center;
}
.check span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.08em;
}
.check-light i {
    background: url("/child/img/icon/check-light.png") no-repeat left center;
}
.check input:checked ~ i {
    background: url("/child/img/icon/check-on.png") no-repeat left center;
}
.check input:checked ~ span {
    color: #ee741f;
}

.formmail-table .radio {
    margin-right: 50px;
}
.formmail-table .radio:last-child {
    margin-right: 0;
}
.formmail-table .check {
    margin-right: 50px;
}
.formmail-table .check:last-child {
    margin-right: 0;
}
.label-wrap {
    margin-top: -2px;
    margin-bottom: -2px;
}
.label-wrap label {
    margin-top: 2px;
    margin-bottom: 2px;
}

.formmail-table .td .input-file {
    position: relative;
    padding-right: 110px;
}
.formmail-table .td .input-file [type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}
.formmail-table .td .input-file .file-label {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 25px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #555555;
    border: 1px solid #222;
}
.formmail-table .td .input-file .file-name {
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 5px;
    border: 1px solid #ddd;
}
.formmail-table .td .file-focus {
    outline: 1px dotted #d2310e;
}

.tel-box {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.tel-box ~ span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
}
.email-box-wrap,
.birth-box-wrap,
.tel-box-wrap {
    font-size: 0;
}
.email-box {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.email-box ~ span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    width: 10%;
}
.email-box:last-child {
    padding-left: 5px;
}
.birth-box {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    width: 111px;
}

.addr-box {
    margin-top: 10px;
}
.addr1 {
    position: relative;
    margin-top: 0;
    padding-right: 110px;
    max-width: 330px;
}
.addr1 button {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #777777;
}
.center-form .addr-box input {
    max-width: 100%;
}

.form-title {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #aaaaaa;
}
.agree-title {
    border-bottom: none;
}
.agree-wrap .check {
    font-size: 16px;
    color: #ee741f;
    font-weight: 500;
}
.form-title .check {
    float: right;
}

.agree-wrap textarea,
.agree-wrap .textarea {
    overflow-y: auto;
    padding: 20px;
    width: 100%;
    height: 158px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #dddddd;
}

.agree-link-wrap {
    padding: 30px 15px;
    text-align: center;
    border: 5px solid #fceade;
}
.agree-link-wrap span {
    font-weight: 500;
}
.agree-link-wrap a {
    display: inline-block;
    margin-left: 20px;
}
.agree-link-wrap a i {
    display: inline-block;
    vertical-align: 0;
    margin-left: 10px;
    width: 7px;
    height: 13px;
    background: url("/child/img/icon/agree-link-arrow.png");
}

.form-btn-wrap {
    margin-top: 30px;
    text-align: center;
}
.form-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.form-btn button,
.form-btn a {
    width: 150px;
    font-size: 15px;
}

.form-caption {
    display: block;
    margin-top: 10px;
}

/* Scroll Top Button */
.scroll-top {
    z-index: 999;
    position: fixed;
    bottom: 60px;
    right: 60px;
}
.scroll-top-btn {
    width: 60px;
    height: 60px;
    background: #ee741f url("/child/img/icon/scroll-top.gif") no-repeat center / auto 70%;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}
[data-state="true"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}

/* Fade */
.fade {
    -webkit-animation: fade 1s ease-out;
    animation: fade 1s ease-out;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .input {
        height: 40px;
    }

    /* Button Style */
    .btn,
    a.btn {
        line-height: 45px;
        height: 45px;
        font-size: 15px !important;
    }

    /* Form Style */
    .formmail-table .th {
        display: block;
        padding: 15px 0 5px;
        width: 100%;
        font-size: 14px;
        border-right: none !important;
    }
    .formmail-table .td {
        display: block;
        padding: 5px 0 15px;
        width: 100%;
        font-size: 14px;
    }
    .formmail-table .td input[type="text"],
    .formmail-table .td select {
        max-width: none;
        height: 40px;
        font-size: 14px;
    }
    .email-box ~ span {
        width: 10%;
        text-align: center;
    }
    .email-box,
    .tel-box {
        width: 30%;
    }
    .tel-box ~ span {
        width: 5%;
        text-align: center;
    }
    .birth-box {
        width: 33.33333%;
    }
    .email-box:last-child {
        padding-left: 5px;
    }
    .addr1 button {
        height: 40px;
        font-size: 14px;
    }

    .check i {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .m-scroll {
        display: block;
    }
    .mo_br,
    .mo-br {
        display: block;
    }

    /* Button Style */
    .btn,
    a.btn {
        line-height: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    /* Scroll Top Button */
    .scroll-top {
        right: 15px;
        bottom: 15px;
    }
    .scroll-top-btn {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 600px) {
    /* Form Style */
    .form-btn {
        width: 50%;
    }
    .form-btn button,
    .form-btn a {
        width: 100%;
    }
    .form-btn-full .form-btn {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .email-box {
        width: 45%;
    }
    .email-box:last-child {
        padding: 5px 0 0;
        width: 100%;
    }
    .label-wrap label {
        display: block;
        width: 100%;
    }
}

.modal-container {
    z-index: 99999;
    display: table;
    table-layout: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-background {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    width: 100%;
    height: 100%;
}
.modal {
    margin: auto;
    padding: 50px 40px 30px;
    max-width: 800px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
.modal input {
    height: 55px;
    font-size: inherit;
    background: #f2f2f2;
    border: none;
}
.modal input:not([type="radio"]),
.modalinput:not([type="checkbox"]) {
    width: 100%;
}
.modal__head {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #926d49;
}
.modal__close {
    z-index: 10;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 60px;
    height: 60px;
    background: url("/child/img/icon/modal-close.png") no-repeat center;
}
.modal__title {
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    color: #926d49;
}
.modal-table {
    width: 100%;
}
.modal-table tr {
    border-bottom: 1px solid #e5e5e5;
}
.modal-table tr th {
    padding: 10px;
    width: 120px;
    text-align: left;
    font-size: 18px;
    color: #555555;
    font-weight: 300;
}
.modal-table tr td {
    padding: 10px 0;
    font-size: 16px;
    color: #555555;
    font-weight: 300;
}
.modal-button-wrap {
    margin-top: 40px;
    text-align: center;
}
.modal-button-wrap .button {
    padding: 0 10px;
    max-width: 200px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
}
.modal-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-search__title {
    margin-right: 20px;
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}
.modal-search {
    position: relative;
    max-width: 500px;
    width: 100%;
}
.modal-search input {
    padding-right: 90px;
}
.modal-search .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: #926d49 url("/child/img/icon/modal-search.png") no-repeat center;
}

.search-board-list {
    margin: 25px 0 0;
}
.search-board-list__title {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #999999;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .modal {
        padding: 30px 25px 25px;
    }
    .modal input {
        height: 40px;
    }
    .modal__close {
        top: -20px;
        right: -20px;
    }
    .modal__title {
        font-size: 18px;
    }
    .modal-table tr th {
        width: 80px;
        font-size: 14px;
    }
    .modal-table tr td {
        font-size: 13px;
    }
    .modal-button-wrap {
        margin-top: 25px;
    }
    .modal-button-wrap .button {
        height: 40px;
        font-size: 15px;
    }
    .modal-search input {
        padding-right: 70px;
    }
    .modal-search .button {
        width: 60px;
        background-size: auto 20px;
    }
    .modal-search__title {
        font-size: 14px;
    }
    .search-board-list__title {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .modal {
        overflow: auto;
        height: 100%;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slideFade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideFade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slideFade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideFade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes slideFade-leftIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideFade-leftIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideFade-leftOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes slideFade-leftOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes slideFade-rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideFade-rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideFade-downIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideFade-downIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideFade-upOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@keyframes slideFade-upOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@-webkit-keyframes slideFade-downOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}
@keyframes slideFade-downOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}
@-webkit-keyframes slideFade-upIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideFade-upIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideFade-zoomInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes slideFade-zoomInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-webkit-keyframes slideFade-zoomOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@keyframes slideFade-zoomOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

/* 아카이브 */
.archive-title {
    text-align: center;
    background: url("/child/img/sub/archive/archive-title-bg.png") center / cover no-repeat;
    margin-bottom: 80px;
    color: #fff;
    padding: 40px 15px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
@media (max-width: 768px) {
    .archive-title {
        font-size: 24px;
        padding: 20px 15px;
        margin-bottom: 40px;
    }
}

/* __line-brown2 short */
.__line-brown2.short:before {
    width: 140px;
    left: -100px;
}

/* d-flex */
.d-flex {
    display: flex;
}
.d-flex.justify-space-between {
    justify-content: space-between;
}
.d-flex.align-center {
    align-items: center;
}

.menu-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}
.menu-sns > li {
    padding: 0 !important;
    margin: 10px;
}

.header-wrap {
    padding: 0 160px 0 100px !important;
}
.gnb {
    right: 160px !important;
}
.header-sns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 438px !important;
    display: flex;
}
.header-sns > li {
    margin: 4px;
}
@media (max-width: 1900px) {
    .header-sns {
        display: flex !important;
    }
}
@media (max-width: 1840px) {
    .header-sns {
        display: none !important;
    }
}
@media (max-width: 1280px) {
    .gnb {
        right: 150px !important;
    }
}

.text-center {
    text-align: center;
}

.img-top__text {
    padding-top: 12px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .img-top__text {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .img-top__text {
        font-size: 16px;
    }
}

.img-top-gap img {
    margin: 0 auto;
}

/* category_pd */
.container {
    max-width: 1050px;
    margin: 0 auto;
}
.category_pd {
    display: flex;
    list-style: none;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.category_pd > li {
    flex-grow: 1;
    text-align: center;
    color: #999;
    font-size: 18px;
    height: 60px;
    font-weight: 700;
    border-top: 1px solid #999;
    border-bottom: 1px solid #111;
    position: relative;
}
.category_pd > li::before,
.category_pd > li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
}
.category_pd > li::before {
    left: -1px;
    background-color: #999;
}
.category_pd > li::after {
    right: 0;
}
.category_pd > li:last-child::after {
    background-color: #999;
}
.category_pd > li.active {
    color: #111;
    border-top-color: #111;
    border-bottom-color: transparent;
}
.category_pd > li.active::before,
.category_pd > li.active::after {
    background-color: #111;
    z-index: 1;
}

/* logo */
@media (max-width: 1320px) {
    .logo {
        width: 200px !important;
    }
    .logo a {
        background-size: contain !important;
    }
}
@media (max-width: 1200px) {
    .logo {
        width: 140px !important;
    }
}

/* sub */
.block-wrap + .block-wrap {
    margin-top: 24px;
}
.top-15 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.bottom-85 {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}
.grey-card {
    background-color: #FAFAFA;
    padding: 40px;
}
.vision-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.vision-list > li {
    width: calc(50% - 16px);
    display: inherit;
    align-items: center;
    margin: 8px;
    min-height: 164px;
}
.vision-icon {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}
.sub-divider {
    margin: 50px 0;
    border: 0;
    height: 1px;
    background: #ececec;
}
.mt-10px {
    margin-top: 10px;
}
.mt-34px {
    margin-top: 34px;
}
@media (max-width: 768px) {
    .top-15 {
        width: 100%;
        margin-bottom: 16px;
    }
    .bottom-85 {
        width: 100%;
    }
    .grey-card {
        padding: 20px;
    }
    .vision-list > li {
        width: 100%;
    }
}
