@charset "utf-8";

/*about.html 시작*/
.wrap {
    width: 100%;
}

.wrap .con_wrap .sub_title {
    height: 120px;
    line-height: 120px;
}

.wrap .con_wrap .sub_title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -1px;
}

.wrap .con_wrap .sub_title h2 span {
    font-size: 1.1rem;
    font-weight: 300;
    color: #999;
    padding-left: 10px;
}

.wrap .about_wrap {
    max-width: 1280px;
    margin: 0 auto 70px;
    padding: 60px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #e9e9e9;
}

.wrap .about_wrap .tab_box {
    width: 80%;
    margin: 0 auto 60px;
}

.wrap .about_wrap .tab:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .about_wrap .tab li {
    width: 33.1%;
    float: left;
    background: #fff;
    border: 1px solid #DDD;
    text-align: center;
    margin-right: 2px;
}

.wrap .about_wrap .tab li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
    color: #777;
    font-size: 1rem;
}

.wrap .about_wrap .tab .on {
    background: #D2A754;
    border-color: #D2A754;
}

.wrap .about_wrap .tab .on a {
    color: #fff;
}

.wrap .about_wrap .about:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .about_wrap .about .about_img {
    width: 370px;
    float: left;
}

.wrap .about_wrap .about .about_img img {
    width: 100%;
}

.wrap .about_wrap .about .about_img_m {
    display: none;
}

.wrap .about_wrap .about .txt_box {
    float: right;
    width: 63%;
}

.wrap .about_wrap .about h3 {
    font-size: 2rem;
    color: #434343;
    font-weight: 300;
    padding: 20px 0 50px;
    letter-spacing: -1px;
}

.wrap .about_wrap .about .txt_box h3 span {
    color: #4f3a88;
    font-weight: 600;
}

.wrap .about_wrap .about .txt_box p {
    font-size: 1.1rem;
    padding-bottom: 38px;
    line-height: 1.8rem;
    font-weight: 300;
    word-break: break-all;
}

/*about.html 끝*/

/*service.html 시작*/
.wrap .service .rev_01:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .service .rev_01 h3 {
    text-align: center;
    color: #222;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 60px;
}

.wrap .service .rev_01 h3 span:nth-child(1) {
    color: #537bc6;
    font-weight: 700;
}

.wrap .service .rev_01 h3 span:nth-child(2) {
    font-weight: 700;
}

.wrap .service .rev_01 ul {
    text-align: center;
}

.wrap .service .rev_01 ul li {
    position: relative;
    float: left;
    width: 32%;
}

.wrap .service .rev_01 ul li div {
    text-align: center;
}

.wrap .service .rev_01 ul li div p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #434343;
    text-align: center;
    word-break: break-all;
}

.wrap .service .rev_01 .r_title01 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_01 .r_title01 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_01 .r_title01 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.55rem;
    letter-spacing: -1px;
}

.wrap .service .rev_01 ul li .r_txt {
    margin-top: 30px;
}

.wrap .service .rev_01 ul li .r_txt .m_title {
    display: none;
}

.wrap .service .rev_01 ul .next {
    float: left;
    width: 2%;
}

.wrap .service .rev_01 .r_title02 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_01 .r_title02 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_01 .r_title02 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.55rem;
    letter-spacing: -1px;
}

.wrap .service .rev_01 .r_title03 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_01 .r_title03 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_01 .r_title03 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.55rem;
    letter-spacing: -1px;
}

.wrap .service .t_wrap {
    display: none;
}

.wrap .service .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 80px 0;
}

.wrap .service .rev_02:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .service .rev_02 h3 {
    text-align: center;
    color: #222;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 60px;
}

.wrap .service .rev_02 h3 span:nth-child(1) {
    color: #537bc6;
    font-weight: 700;
}

.wrap .service .rev_02 h3 span:nth-child(2) {
    font-weight: 700;
}

.wrap .service .rev_02 ul {
    text-align: center;
}

.wrap .service .rev_02 ul li {
    float: left;
    position: relative;
    width: 32%;
}

.wrap .service .rev_02 ul li div {
    text-align: center;
}

.wrap .service .rev_02 ul li div p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #434343;
    text-align: center;
    word-break: break-all;
}

.wrap .service .rev_02 .r_title01 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_02 .r_title01 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_02 .r_title01 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.42rem;
    letter-spacing: -1px;
}

.wrap .service .rev_02 ul li .r_txt {
    margin-top: 30px;
}

.wrap .service .rev_02 ul .next {
    float: left;
    width: 2%;
}

.wrap .service .rev_02 ul .next img {
    width: 100%;
}

.wrap .service .rev_02 .r_title02 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_02 .r_title02 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_02 .r_title02 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.42rem;
    letter-spacing: -1px;
}

.wrap .service .rev_02 .r_title03 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.wrap .service .rev_02 .r_title03 p {
    color: #bcbcbc;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.wrap .service .rev_02 .r_title03 h4 {
    color: #3a3d8b;
    font-weight: 400;
    font-size: 1.42rem;
    letter-spacing: -1px;
}

.wrap .service > p {
    text-align: center;
    margin: 70px 0 0;
    font-weight: 600;
    color: #434343;
    font-size: 1.2rem;
    letter-spacing: -1px;
}

.wrap .service > p span {
    color: #e12f5d;
}

.wrap .about_wrap .w_point h3 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 300;
    color: #222;
    margin-bottom: 60px;
}

.wrap .about_wrap .w_point h3 span {
    font-weight: 700;
}

.wrap .about_wrap .w_point ul li {
    margin-bottom: 11px;
}

.wrap .about_wrap .w_point ul li:after {
    display: block;
    content: '';
    clear: both;
}

.wrap .about_wrap .w_point ul li .box01 {
    width: 115px;
    height: 105px;
    background: url(/img/service_v.png) #91a7d0 30px -45px no-repeat;
    border-radius: 7px;
    float: left;
}

.wrap .about_wrap .w_point ul li h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 73px 0 0 15px;
}

.wrap .about_wrap .w_point ul li .box_txt {
    width: 89%;
    height: 105px;
    box-sizing: border-box;
    float: right;
    padding: 30px 25px 0;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
}

.wrap .about_wrap .w_point ul li .abox_txt {
    padding: 16px 25px 0;
}

.wrap .about_wrap .w_point ul li .box_txt:after {
    display: block;
    content: '';
    clear: both;
}

.wrap .about_wrap .w_point ul li p {
    width: 100%;
    float: right;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: #333;
}

.wrap .about_wrap .w_point ul li .box {
    width: 115px;
    height: 105px;
    border-radius: 7px;
    float: left;
}

.wrap .about_wrap .w_point ul li .box02 {
    background: url(/img/service_v.png) #91a7d0 30px -45px no-repeat;
}

.wrap .about_wrap .w_point ul li .box02 {
    background: url(/img/service_v.png) #ef9832 30px -45px no-repeat;
}

.wrap .about_wrap .w_point ul li .box03 {
    background: url(/img/service_v.png) #ed726f 30px -45px no-repeat;
}

.wrap .about_wrap .service .ad h3 {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 60px;
    color: #222;
    font-weight: 300;
}

.wrap .about_wrap .service .ad h3 span {
    font-weight: 700;
}

.wrap .about_wrap .service .ad div img:nth-child(1) {
    width: 45.5%;
    padding-right: 2%;
}

.wrap .about_wrap .service .ad div img:nth-child(2) {
    width: 54%;
}

/*service.html 끝*/

/*location.html 시작*/
.wrap .con_wrap .about_wrap .location {
    width: 100%;
}

.wrap .con_wrap .about_wrap .location > div {
    width: 97%;
    height: 350px;
    margin: 0 auto;
}

.wrap .con_wrap .about_wrap .location p {
    text-align: center;
}

.wrap .con_wrap .about_wrap .location p:nth-of-type(1) {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    line-height: 1.9rem;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.wrap .con_wrap .about_wrap .location p:nth-of-type(2) {
    font-size: .95rem;
    color: #aaa;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 1.4rem;
    letter-spacing: -1px;
}

/*location.html 끝*/

/*shop.html 시작*/
form:after {
    clear: both;
    display: block;
    content: '';
}

form .sch legend {
    text-indent: -999999px;
    font-size: 0;
    overflow: hidden;
}

form select {
    border: none;
    margin: 9px 5px;
    height: 20px;
    float: left;
    border-right: 1px solid #ddd;
}

.shop_wrap form .sch {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    width: 350px;
    margin: 20px auto 0;
}

form .sch:after {
    display: block;
    content: '';
    clear: both;
}

.shop_wrap form .s_btn {
    float: left;
    width: 305px;
    height: 38px;
    border: none;
    padding: 0 0 0 10px;
    background-color: transparent;
    font-size: .95rem;
    letter-spacing: -1px;
}

form .sch_btn {
    float: right;
    width: 40px;
    height: 38px;
    background: url(../img/sch_btn.png) no-repeat center;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.wrap .con_wrap .about_wrap .shop .gall_con {
    margin-top: 50px;
}

.wrap .con_wrap .about_wrap .shop .gall_con ul:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .con_wrap .about_wrap .shop .gall_con li {
    float: left;
    width: 32.1%;
    margin: 0 20px 20px 0;
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.wrap .con_wrap .about_wrap .shop .gall_con ul li:nth-child(3n) {
    margin-right: 0;
}

.wrap .con_wrap .about_wrap .shop .gall_con li a img {
    width: 100%;
}

.wrap .con_wrap .about_wrap .shop .gall_con .gall_txt {
    text-align: center;
    margin: 20px 0 20px;
    height: 160px;
}

.wrap .con_wrap .about_wrap .shop .gall_con .gall_txt h3 {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -1px;
}

.wrap .con_wrap .about_wrap .shop .gall_con .gall_txt h3 a {
    color: #333;
}

.wrap .con_wrap .about_wrap .shop .gall_con .gall_txt p:nth-of-type(1) {
    padding: 20px 0;
    font-size: .93rem;
    line-height: 1.4rem;
    letter-spacing: -1px;
    color: #777;
}

.wrap .con_wrap .about_wrap .shop .gall_con .gall_txt p:nth-of-type(2) {
    color: #333;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: -1px;
    line-height: 1.2rem;
}

.wrap .con_wrap .about_wrap .shop .gall_con .shop_cs {
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

.wrap .con_wrap .about_wrap .shop .gall_con .shop_cs:after {
    display: block;
    content: '';
    clear: both;
}

.wrap .con_wrap .about_wrap .shop .gall_con .shop_cs p {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #c12620;
    letter-spacing: -1px;
}

.wrap .con_wrap .about_wrap .shop .gall_con .shop_cs span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 7px 15px;
    background: #333;
    border-radius: 7px;
    letter-spacing: -1px;
}

/*shop.html 끝*/

/*shop_board.html 시작*/
.wrap .con_wrap .about_wrap .bo_title {
    margin-bottom: 30px;
}

.wrap .con_wrap .about_wrap .bo_title h2 {
    font-size: 1.8rem;
    text-align: center;
    word-break: break-all;
    font-weight: 600;
    line-height: 2.2rem;
}

.s_table {
    width: 75%;
    margin: 0 auto;
}

.s_table th {
    background: #fff;
    border-bottom: 2px solid #a9342d;
    text-align: center;
    padding: 10px 0;
    line-height: 1.3rem;
    color: #5e4b3c;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -1px;
    vertical-align: middle;
}

.s_table tr td {
    border-bottom: 1px solid #ccc;
    border-left: 0px solid #e7e7e7;
    line-height: 1.3rem;
    padding: 10px 20px;
    word-break: break-all;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -1px;
}

.bo_img {
    margin-top: 30px;
    line-height: 1.6em;
}

.img_wrap {
    margin: 0 auto;
}

.img_wrap > div {
    text-align: center;
}

.img_wrap img {
    vertical-align: middle;
    margin-bottom: 20px;
}

.bo_btn {
    margin: 20px 0;
    border-bottom: 1px solid #ddd
}

.bo_btn .list {
    background: #D2A754;
    margin: 20px 0;
    float: right;
    padding: 10px 15px;
}

.bo_btn .list a {
    color: #fff;
}

.bo_btn .list .m_txt {
    display: none;
}

.bo_btn .pre_btn:hover {
    background: #f6f6f6;
}

.bo_btn .next_btn:hover {
    background: #f6f6f6;
}

.bo_btn div:nth-child(2) {
    border-top: 1px solid #ddd;
}

.bo_btn div:nth-child(3) {
    border-top: 1px solid #ddd;
}

.bo_btn .pre_btn {
    width: 100%;
    height: auto;
    padding: 13px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    clear: both;
}

.bo_btn .next_btn {
    width: 100%;
    height: auto;
    padding: 13px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    clear: both;
}

.bo_btn .pre_btn span:nth-of-type(1) {
    padding-right: 20px;
    color: #e7151d;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.bo_btn .pre_btn .t_color {
    color: #D2A754 !important;
}

.bo_btn .next_btn span:nth-of-type(1) {
    padding-right: 20px;
    color: #e7151d;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.bo_btn .next_btn .t_color {
    color: #D2A754 !important;
}

.bo_btn .pre_btn a {
    font-size: 1rem;
    color: #333;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.bo_btn .next_btn a {
    font-size: 1rem;
    color: #333;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.bo_btn .pre_btn span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7.5%;
    color: #888;
    font-weight: 300;
}

.bo_btn .next_btn span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7.5%;
    color: #888;
    font-weight: 300;
}

/*shop_board.html 끝*/

/*evet.html 시작*/
.wrap .con_wrap .about_wrap .event_box {
    padding: 7px;
    margin: 10px 0;
    border: 1px solid #e7e7e7;
}

.wrap .con_wrap .about_wrap .event_box .event_tab {
    text-align: center;
}

.wrap .con_wrap .about_wrap .event_box .event_tab li {
    display: inline-block;
    padding: 2px;
}

.wrap .con_wrap .about_wrap .event_box .event_tab li a {
    color: #333;
    display: block;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 7px;
    letter-spacing: -1px;
    font-size: .95rem;
}

.wrap .con_wrap .about_wrap .event_box .event_tab li a:hover {
    background: #91a7d0;
    color: #fff;
}

.wrap .con_wrap .about_wrap .event_box .event_tab .on {
    background: #504d9e;
    color: #fff;
}

.wrap .con_wrap .about_wrap .event_box .event_tab li:hover .on {
    background: #504d9e;
}

.total {
    margin: 10px 0;
}

.total span {
    line-height: 1.5rem;
    font-size: .9rem;
    color: #4e546f;
    letter-spacing: -1px;
    font-weight: 300;
}

.no_data {
    text-align: center;
    padding: 20px;
}

.no_data p {
    color: #666;
    font-size: .95rem;
    font-weight: 300;
}

.wrap .con_wrap .about_wrap .event_con ul:after {
    clear: both;
    display: block;
    content: '';
}

.wrap .con_wrap .about_wrap .event_con li {
    float: left;
    width: 23%;
    height: 360px;
    margin: 0 2.6% 2.6% 0;
}

.wrap .con_wrap .about_wrap .event_con li:nth-child(4n) {
    margin-right: 0;
}

.wrap .con_wrap .about_wrap .event_con li a img {
    width: 100%;
}

.wrap .con_wrap .about_wrap .event_con li .event_txt {
    text-align: center;
    padding: 10px;
}

.wrap .con_wrap .about_wrap .event_con li .event_txt div:nth-child(1) a {
    display: inline-block;
    line-height: 1.8rem;
    padding: 0 20px;
    font-size: .9rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 13px;
    letter-spacing: -1px;
}

.wrap .con_wrap .about_wrap .event_con li .event_txt a {
    font-weight: 500;
    color: #000;
    font-size: 1.1rem;
}

.a_color {
    background: #1785ca;
}

.b_color {
    background: #aaa;
}

.c_color {
    background: #434343;
}

.d_color {
    background: #f9a19f;
}

form .sch {
    width: 390px;
    margin: 0;
    border: 1px solid #ccc;
}

form .s_btn {
    float: left;
    width: 250px;
    height: 38px;
    border: none;
    padding: 0 0 0 10px;
    background-color: transparent;
    font-size: .95rem;
    letter-spacing: -1px;
}

/*evet.html 끝*/

/*evet_board.html 시작*/
.wrap .con_wrap .about_wrap .board_tit {
    text-align: center;
}

.wrap .con_wrap .about_wrap .board_tit h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 15px;
    word-break: break-all;
    line-height: 2.8rem;
}

.wrap .con_wrap .about_wrap .board_tit a {
    display: inline-block;
    line-height: 2.1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
}

.wrap .con_wrap .about_wrap .board_tit .c_color {
    background: #434343;
}

.wrap .con_wrap .about_wrap .m_info {
    display: none;
}

.wrap .con_wrap .about_wrap .e_info {
    padding: 10px 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

.wrap .con_wrap .about_wrap .e_info:after {
    display: block;
    content: '';
    clear: both;
}

.wrap .con_wrap .about_wrap .e_info span:first-child {
    padding-right: 10px;
}

.wrap .con_wrap .about_wrap .e_info span:not(:last-child) {
    float: left;
    color: #666;
}

.wrap .con_wrap .about_wrap .e_info span:last-child {
    float: right;
    color: #888;
}

.comment {
    margin-top: 30px;
}

.comment span:nth-child(1) {
    color: #ed6478;
    font-weight: 500;
    font-size: 1.25rem;
    cursor: pointer;
}

.comment span:nth-child(2) {
    font-size: .9rem;
    color: #777;
}

.comment p {
    text-align: center;
    padding: 80px 0;
    color: #777;
    letter-spacing: -1px;
    font-weight: 300;
}

/*evet_board.html 끝*/

/*faq.html 시작*/
.wrap .con_wrap .about_wrap .faq_wrap .h_txt {
    display: none;
}

.wrap .con_wrap .about_wrap .faq_wrap li:first-child .h_txt {
    display: block;
}

.wrap .con_wrap .about_wrap .faq_wrap {
    border-top: 2px solid #F5CB79;
}

.wrap .con_wrap .about_wrap .faq_wrap li {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 20px;
}

.wrap .con_wrap .about_wrap .faq_wrap li:last-child {
    border-bottom: none;
}

.wrap .con_wrap .about_wrap .faq_wrap li span:nth-child(1) {
    font-size: 1.3rem;
    color: #D2A754;
    cursor: pointer;
    font-weight: 500;
}

.wrap .con_wrap .about_wrap .faq_wrap li span:nth-child(2) {
    background: url(../img/faq_img.png) no-repeat center;
    width: 15px;
    height: 11px;
    background-size: 90%;
    display: inline-block;
    margin-left: 5px;
    background-position: center;
}

.wrap .con_wrap .about_wrap .faq_wrap li .h_txt {
    padding-top: 20px;
}

.wrap .con_wrap .about_wrap .faq_wrap li .h_txt p {
    line-height: 1.6rem;
    font-size: 1rem;
    color: #333;
}

/*faq.html 끝*/

/*review.html 시작*/
.wrap .con_wrap .about_wrap .review_con ul:after {
    display: block;
    content: '';
    clear: both;
}

.wrap .con_wrap .about_wrap .review_con ul li {
    float: left;
    width: 32%;
    margin: 0 20px 20px 0;
}

.wrap .con_wrap .about_wrap .review_con ul li:nth-child(3n) {
    margin-right: 0;
}

.wrap .con_wrap .about_wrap .review_con ul li img {
    width: 100%;
    max-width: 370px;
    max-height: 300px;
}

/*review.html 끝*/

/*review_board.html 시작*/
.img_wrap p {
    padding: 0;
    line-height: 1.6em;
}

/*notice.html 시작*/
.wrap .con_wrap .about_wrap .tb_wrap table {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.wrap .con_wrap .about_wrap .tb_wrap table th {
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    height: 40px;
    color: #000;
    font-size: .95rem;
}

.wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(1) {
    width: 8%;
    min-width: 95px;
}

.wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(3) {
    width: 8%;
    min-width: 95px;
}

.wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(4) {
    width: 7%;
    min-width: 80px;
}

.wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(5) {
    width: 7%;
    min-width: 80px;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr:hover {
    border-left: 2px solid #253dbe;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr .n_txt {
    background: #e76e15;
    color: #fff;
    padding: 0 8px;
    border-radius: 5px;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr td {
    color: #666;
    height: 60px;
    vertical-align: middle;
    font-size: .95rem;
    font-weight: 300;
    border-top: 1px solid #ecf0f1;
    text-align: center;
    border-bottom: none;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(2) {
    text-align: left;
    line-height: 1.3rem;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(2) a {
    color: #000;
    font-weight: 500;
}

.wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(3) {
    color: #333;
}

/* 12-11 page 시작*/
.wrap .con_wrap .about_wrap .page {
    text-align: center;
    padding-top: 10px;
}

.wrap .con_wrap .about_wrap .page a span {
    display: inline-block;
    line-height: 21px;
    font-size: .9rem;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 2px;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #dadada;
    padding: 2px 9px;
    border-radius: 5px;
}

.wrap .con_wrap .about_wrap .page a span.color {
    color: #fff;
    background: #666;
    border: none;
}

/* 12-11 page 끝*/
/*notice.html 끝*/

/*news.html 시작*/
.wrap .con_wrap .about_wrap .tb_wrap table tbody .n_bg:hover {
    background: #fafafa;
}

/*news.html 끝*/

/*invest.html 시작*/
/*** search_form ***/
#container .search_form {
    margin-top: 50px;
    font-size: 1.4rem;
    text-align: center
}

#container .search_form > ul > li {
    display: inline-block;
    margin: 0 10px;
}

/* condition */
#container .search_form .condition {
    position: relative;
}

#container .search_form .condition .title {
    font-size: 1.6rem !important;
    cursor: pointer;
    padding: 0 5px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box
}

#container .search_form .condition .title img {
    vertical-align: top;
    margin-top: 6px;
    padding: 0 7px;
    transition: all 0.3s
}

#container .search_form .condition .title.on img {
    transform: rotate(-180deg);
}

#container .search_form .condition .slide_box {
    text-align: left;
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    position: absolute;
    width: 115px;
    top: 25px;
    left: -15px;
    z-index: 10;
    display: none
}

#container .search_form .condition .slide_box li {
    line-height: 2
}

#container .search_form .condition .slide_box li img {
    padding-right: 5px;
    vertical-align: middle
}

/* search_box */
#container .search_form .search_box {
    position: relative
}

#container .search_form .search_box .text {
    width: 360px;
    height: 40px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#container .search_form .search_box .search_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0 none;
    background: none;
    cursor: pointer;
    transition: all 0.3s
}

#container .search_form .search_box .search_btn:hover {
    transform: rotate(-15deg)
}

/* search_info_bar */
#container .search_info_bar {
    text-align: center;
    font-size: 1rem;
    margin-top: 40px
}

#container .search_info_bar span {
    color: #3672b0;
    font-weight: 700
}

/*** list ***/
#container .list {
    font-size: 0;
    margin-top: 40px;
    font-size: 0
}

#container .list > li {
    display: inline-block;
    width: 31.93%;
    height: 570px;
    font-size: 14px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0.7% 1.4%;
    position: relative
}

#container .list .item_label {
    position: absolute;
    top: 200px;
    left: 10px;
    background: rgba(54, 114, 176, 0.7);
    padding: 5px 0;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 10px
}

#container .list .con_box {
    padding: 20px
}

#container .list .con_box .title {
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #444;
}

#container .list .con_box h4 p {
    font-size: 1rem;
    color: #666;
    letter-spacing: -1px;
    line-height: 1.2rem;
}

#container .list .con_box .term {
    margin-bottom: 18px;
}

#container .list .con_box .box {
    background: #f7f7f7;
    font-size: 0;
    text-align: center;
    padding: 15px 0
}

#container .list .con_box .box li {
    display: inline-block;
    margin: 0 2%;
}

#container .list .con_box .box li.color .circle {
    background: #494a9c;
}

#container .list .con_box .box .circle {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #bbb;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700
}

#container .list .con_box .box .circle span {
    font-size: 1rem;
}

#container .list .con_box .box .s_title {
    font-size: .9rem;
    color: #666;
    margin-top: 8px;
    letter-spacing: -1px;
}

#container .list .con_box .value {
    margin-top: 20px;
}

#container .list .con_box .value .value_text .value_text_left {
    float: left;
    color: #444;
}

#container .list .con_box .value .value_text .value_text_right {
    float: right;
    color: #4c73bc;
    font-weight: 700
}

#container .list .con_box .value .percent {
    background: #ddd;
    height: 14px;
    margin-top: 8px
}

#container .list .con_box .value .percent .percent_bar {
    width: 90%;
    height: 14px;
    background: #3672b0;
}

#container .list .con_box .value .bottom {
    margin-top: 10px;
}

#container .list .con_box .value .bottom .left {
    float: left;
    color: #444;
    letter-spacing: -1px;
}

#container .list .con_box .value .bottom .left span {
    color: #3672b0
}

#container .list .con_box .value .bottom .right {
    float: right;
    color: #444;
}

#container .list .con_box .value .bottom .right img {
    vertical-align: top;
    padding-right: 3px
}

/* 펀드가 완료됬을때 */
#container .list .complete .value .value_text {
    font-size: 2rem;
    margin-top: 30px
}

#container .list .complete .value .value_text .value_text_left {
    font-weight: 700
}

#container .list .complete .value .value_text .value_text_right {
    font-weight: normal;
}

#container .list .complete .value .bottom {
    margin-top: 18px
}

/* more_btn */
#container .more_btn {
    background: url(../../images/invest/more_btn.png) no-repeat center top;
    display: inline-block;
    padding-top: 35px;
    margin-top: 30px;
    color: #3672b0;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    transition: all 0.3s
}

#container .more_btn:hover {
    top: 15px
}

/* con_btn */
#container .con_btn {
    margin: 40px 0 100px 0;
    position: relative;
    text-align: center
}

#container .con_btn .page {
    padding-top: 10px
}

#container .con_btn .page span {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 19px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 3px;
}

#container .con_btn .page .color {
    background: #3672b0;
    border-color: #3672b0;
    color: #fff
}

#container .con_btn .page .arrow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat
}

#container .con_btn .page .arrow:hover {
    border-color: #3672b0;
}

#container .con_btn .page span.prev {
    background-image: url(../../images/border/prev.png)
}

#container .con_btn .page span.next {
    background-image: url(../../images/border/next.png)
}

/*invest.html 끝*/

/* 12.23 수정 */
.file {
    border: 1px solid #d4d4d4;
    margin-top: 30px;
}

.file h4 {
    font-size: .95rem;
    background: #f3f3f3;
    padding: 10px;
    font-weight: 500;
}

.file > div {
    padding: 10px 10px;
}

.file > div:after {
    display: block;
    clear: both;
    content: '';
}

.file a {
    font-size: .9rem;
    color: #3497d9;
    text-decoration: underline;
    font-weight: 500;
    padding-right: 5px;
    float: left;
}

.file a:hover, a:link, a:visited {
    color: #000;
    text-decoration: none;
}

.file span {
    font-size: .9rem;
    color: #888;
}

.file span:nth-child(2) {
    color: #333;
    float: left;
}

.file span:nth-child(3) {
    letter-spacing: -1px;
    float: right;
}

/* 12.23 수정 */

@media screen and (max-width: 1280px) {
    /*about.html 시작*/
    .wrap .about_wrap {
        padding: 50px;
    }

    .wrap .about_wrap .tab_box {
        width: 100%;
    }

    .wrap .about_wrap .tab li a {
        font-size: .93rem;
    }

    .wrap .about_wrap .about .about_img {
        width: 33%;
        padding-right: 0;
    }

    .wrap .about_wrap .about .txt_box {
        width: 63%;
    }

    .wrap .about_wrap .about .txt_box h3 {
        line-height: 2.3rem;
        font-size: 1.5rem;
        padding: 0 0 33px;
    }

    .wrap .about_wrap .about .txt_box p {
        font-size: .93rem;
        padding-bottom: 20px;
        line-height: 1.5rem;
    }

    /*about.html 끝*/
    /*service.html 시작*/
    .wrap .service .rev_01 ul li {
        height: 250px;
    }

    .wrap .service .rev_02 ul li {
        height: 250px;
    }

    .wrap .service .rev_02 ul li div p {
        word-break: keep-all;
    }

    .wrap .service > p {
        font-size: 1.1rem;
    }

    .wrap .about_wrap .w_point ul li {
        margin-bottom: 21px;
    }

    .wrap .about_wrap .w_point ul li .box_txt {
        width: 86%;
        padding: 2% 2% 0;
    }

    .wrap .about_wrap .w_point ul li .abox_txt {
        padding: 1.8% 2% 0;
    }

    .wrap .about_wrap .service .ad div img:nth-child(1) {
        padding-right: 3%;
    }

    .wrap .about_wrap .service .ad div img:nth-child(2) {
        width: 53%;
    }

    /*service.html 끝*/
    /*shop.html 시작*/
    .wrap .con_wrap .about_wrap .shop .gall_con li {
        width: 31.7%;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .gall_txt p:nth-of-type(1) {
        word-break: keep-all;
    }

    /*shop.html 끝*/
    /*shop_board.html 시작*/
    .bo_btn .pre_btn a {
        width: 75%;
    }

    .bo_btn .pre_btn {
        position: relative;
    }

    .bo_btn .pre_btn span:nth-of-type(2) {
        position: absolute;
        right: 15px;
    }

    .bo_btn .next_btn a {
        width: 75%;
    }

    .bo_btn .next_btn {
        position: relative;
    }

    .bo_btn .next_btn span:nth-of-type(2) {
        position: absolute;
        right: 15px;
    }

    /*shop_board.html 끝*/
    /*event.html 시작*/
    .wrap .con_wrap .about_wrap .event_con li {
        height: auto;
    }

    .wrap .con_wrap .about_wrap .event_con li .event_txt a {
        font-size: .9rem;
        line-height: 1.2rem;
    }

    /*event.html 끝*/
    /*faq.html 시작*/
    .wrap .con_wrap .about_wrap .faq_wrap li span:nth-child(1) {
        font-size: 1.1rem;
    }

    .wrap .con_wrap .about_wrap .faq_wrap li .h_txt p {
        font-size: .95rem;
        line-height: 1.3rem;
    }

    /*faq.html 끝*/
    /*review.html 시작*/
    .wrap .con_wrap .about_wrap .review_con ul li {
        width: 31.8%;
    }

    /*review.html 끝*/
    /*notice.html 시작*/
    .wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(1) {
        width: 13%;
        min-width: 95px;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(3) {
        width: 14%;
        min-width: 95px;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(4) {
        width: 10%;
        min-width: 80px;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table th:nth-child(5) {
        width: 11%;
        min-width: 80px;
    }

    /*notice.html 끝*/
    /*invest.html 시작*/
    #container.wrapper {
        width: 95%
    }

    #container .list > li {
        height: 540px;
    }

    #container .list .con_box .title {
        font-size: 1rem;
    }

    #container .list .con_box .term {
        font-size: .9rem;
    }

    #container .list .con_box .box .circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 1.2rem;
    }

    #container .list .con_box .box .s_title {
        font-size: .9rem;
    }

    #container .list .con_box .box .circle span {
        font-size: .9rem;
    }

    #container .list .complete .value .value_text {
        font-size: 1.8rem;
    }

    #container .list .con_box .value .bottom {
        font-size: .83rem;
    }

    #container .list .con_box .value .bottom .right img {
        width: 16px
    }

    #container .more_btn {
        font-size: 1.6rem
    }

    /*invest.html 끝*/
}

@media screen and (max-width: 1023px) {
    /*about.html 시작*/
    .wrap .about_wrap .tab_box {
        width: 90%;
        margin-bottom: 50px;
    }

    .wrap .about_wrap .tab li {
        width: 32.9%;
    }

    .wrap .about {
        position: relative;
    }

    .wrap .about_wrap .about .about_img {
        width: 100%;
        margin-top: 60px;
    }

    .wrap .about_wrap .about .about_img img {
        width: 100%;
        overflow: hidden;
    }

    .wrap .about_wrap .about .about_img_pc {
        display: none;
    }

    .wrap .about_wrap .about .about_img_m {
        display: block;
    }

    .wrap .about_wrap .about .txt_box {
        width: 100%;
    }

    .wrap .about_wrap .about .txt_box h3 {
        position: absolute;
        top: 0;
        font-size: 1.6rem;
    }

    .wrap .about_wrap .about .txt_box p:nth-of-type(1) {
        padding-top: 30px;
    }

    /*about.html 끝*/
    /*service.html 시작*/
    .wrap .service .rev_01 h3 {
        font-size: 1.5rem;
    }

    .wrap .service .rev_01 .r_title01 h4 {
        font-size: 1.42rem;
    }

    .wrap .service .rev_02 h3 {
        font-size: 1.5rem;
    }

    .wrap .service .rev_01 .r_title02 h4 {
        font-size: 1.42rem;
    }

    .wrap .service .rev_01 .r_title03 h4 {
        font-size: 1.42rem;
    }

    .wrap .service > p {
        line-height: 1.8rem;
    }

    .wrap .about_wrap .w_point h3 {
        font-size: 1.5rem;
    }

    .wrap .about_wrap .w_point ul li .box_txt {
        width: 80%;
    }

    .wrap .about_wrap .w_point ul li p {
        font-size: .95rem;
        line-height: 1.4rem;
        word-break: break-all;
    }

    .wrap .about_wrap .service .ad {
        padding-bottom: 30px;
    }

    .wrap .about_wrap .service .ad h3 {
        font-size: 1.5rem;
    }

    .wrap .about_wrap .service .ad div {
        width: 100%;
        margin: 0 auto;
    }

    .wrap .about_wrap .service .ad div img:nth-child(1) {
        width: 44.7%;
        padding-right: 1.5%;
    }

    .wrap .about_wrap .service .ad div img:nth-child(2) {
        width: 53.4%;
    }

    /*service.html 끝*/
    /*shop.html 시작*/
    .shop_wrap form .sch {
        width: 300px;
    }

    .shop_wrap form .s_btn {
        width: 255px;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con li {
        padding: 0;
        border: none;
        width: 31%;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .gall_txt {
        height: 120px;
    }

    /*shop.html 끝*/
    /*shop_board.html 끝*/
    .img_wrap img {
        width: 60%;
    }

    /*shop_board.html 끝*/
    /*event.html 시작*/
    .wrap .con_wrap .about_wrap .event_con li {
        width: 31.6%;
        height: auto;
    }

    .wrap .con_wrap .about_wrap .event_con li:nth-child(4n) {
        margin-right: 2.6%;
    }

    .wrap .con_wrap .about_wrap .event_con li:nth-child(3n) {
        margin-right: 0;
    }

    form .s_btn {
        width: 210px;
    }

    form .sch {
        width: 350px;
    }

    /*event.html 끝*/
    /*faq.thml 시작*/
    .wrap .con_wrap .about_wrap .faq_wrap li span:nth-child(1) {
        font-size: 1rem;
    }

    .wrap .con_wrap .about_wrap .faq_wrap li .h_txt {
        padding-top: 15px;
    }

    .wrap .con_wrap .about_wrap .faq_wrap li .h_txt p {
        font-size: .9rem;
        line-height: 1.2rem;
    }

    /*faq.thml 끝*/
    /*review.html 시작*/
    .wrap .con_wrap .about_wrap .review_con ul li {
        width: 31.2%;
    }

    /*review.html 끝*/
    /*notice.html 시작*/
    .wrap .con_wrap .about_wrap .tb_wrap table th {
        font-size: .9rem;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td {
        font-size: .9rem;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr .n_txt {
        font-size: .9rem;
    }

    /*notice.html 끝*/
    /*invest.html 시작*/
    #container .list {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px
    }

    #container .list > li {
        width: 46%;
        margin: 0 2% 4%
    }

    /*invest.html 끝*/
}

@media screen and (max-width: 768px) {
    /*about.html 시작*/
    .wrap .con_wrap .sub_title {
        width: 95%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }

    .wrap .con_wrap .sub_title {
        box-shadow: 0px 5px 5px #e9e9e9;
    }

    .wrap .con_wrap .sub_title h2 {
        font-size: 1.05rem;
    }

    .wrap .con_wrap .sub_title h2 span {
        font-size: .93rem;
    }

    .wrap .about_wrap {
        padding: 20px 10px 10px;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
    }

    .wrap .s_wrap {
        padding: 20px 30px 70px;
    }

    .wrap .about_wrap .tab_box {
        margin-bottom: 40px;
    }

    .wrap .about_wrap .tab li {
        width: 34.3%;
    }

    .wrap .about_wrap .tab li:nth-child(2) {
        width: 29%;
    }

    .wrap .about_wrap .tab li a {
        font-size: .82rem;
    }

    .wrap .about_wrap .about .txt_box h3 {
        font-size: 1.3rem;
        line-height: 1.9rem;
        word-break: keep-all;
    }

    .wrap .about_wrap .about .txt_box p {
        font-size: .9rem;
        font-weight: 300;
    }

    /*about.html 끝*/
    /*service.html 시작*/
    .wrap .service .rev_01 h3 {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

    .wrap .service .rev_01 ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .wrap .service .rev_01 ul {
        width: 90%;
        margin: 0 auto;
    }

    .wrap .service .rev_01 ul li {
        width: 22.6%;
        margin: 0 4.2%;
        height: auto;
    }

    .wrap .service .rev_01 ul li .r_txt p {
        display: none;
    }

    .wrap .service .rev_01 ul li img {
        width: 100%;
    }

    .wrap .service .rev_01 .r_title01 {
        top: 50%;
        margin-top: -25px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_01 .r_title01 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_01 .r_title01 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_01 .r_title02 {
        top: 50%;
        margin-top: -25px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_01 .r_title02 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_01 .r_title02 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_01 .r_title03 {
        top: 50%;
        margin-top: -25px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_01 .r_title03 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_01 .r_title03 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_01 ul .next {
        width: 3.5%;
    }

    .wrap .service .rev_01 ul .next img {
        width: 100%;
    }

    .wrap .service .t_wrap {
        display: block;
        width: 100%;
        height: auto;
    }

    .wrap .service .t_wrap > div span:nth-of-type(odd) {
        color: #bcbcbc;
        font-weight: 700;
        font-size: 1.1rem;
    }

    .wrap .service .t_wrap > div span:nth-of-type(even) {
        color: #3a3d8b;
        font-weight: 400;
        font-size: 1.1rem;
    }

    .wrap .service .t_wrap > div p {
        padding: 5px 0 20px 0;
        font-size: .85rem;
        font-weight: 300;
        line-height: 1.2rem;
    }

    .wrap .service .line {
        margin: 30px 0 40px;
    }

    .wrap .service .rev_02 h3 {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

    .wrap .service .rev_02 ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .wrap .service .rev_02 ul {
        width: 90%;
        margin: 0 auto 30px;
    }

    .wrap .service .rev_02 ul li {
        width: 22.6%;
        height: auto;
        margin: 0 4.2%;
    }

    .wrap .service .rev_02 ul li .r_txt {
        display: none;
    }

    .wrap .service .rev_02 ul li img {
        width: 100%;
    }

    .wrap .service .rev_02 .r_title01 {
        top: 50%;
        margin-top: -10px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_02 .r_title01 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_02 .r_title01 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_02 .r_title02 {
        top: 50%;
        margin-top: -10px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_02 .r_title02 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_02 .r_title02 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_02 .r_title03 {
        top: 50%;
        margin-top: -10px;
        width: 100%;
        height: 30px;
    }

    .wrap .service .rev_02 .r_title03 p {
        font-size: .95rem;
        line-height: 0;
    }

    .wrap .service .rev_02 .r_title03 h4 {
        font-size: .8rem;
    }

    .wrap .service .rev_02 ul .next {
        width: 3.5%;
    }

    .wrap .service .rev_02 ul .next img {
        width: 100%;
    }

    .wrap .service > p {
        font-size: .9rem;
        line-height: 1.4rem;
        word-break: normal;
        margin: 0;
        text-align: left;
        font-weight: 500;
    }

    .wrap .about_wrap .w_point h3 {
        margin-bottom: 25px;
        font-size: 1.25rem;
    }

    .wrap .about_wrap .w_point ul li {
        margin-bottom: 21px;
    }

    .wrap .about_wrap .w_point ul li p {
        font-size: .82rem;
        font-weight: 300;
        line-height: 1.3rem;
        word-break: normal;
    }

    .wrap .about_wrap .w_point ul li .box01 {
        width: 100%;
        height: 35px;
        margin-bottom: 12px;
    }

    .wrap .about_wrap .w_point ul li .box02 {
        width: 100%;
        height: 35px;
        margin-bottom: 12px;
    }

    .wrap .about_wrap .w_point ul li .box03 {
        width: 100%;
        height: 35px;
        margin-bottom: 12px;
    }

    .wrap .about_wrap .w_point ul li .box_txt {
        border: none;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .wrap .about_wrap .w_point ul li h4 {
        text-align: center;
        font-size: 1rem;
        padding: 10px 0;
    }

    .wrap .about_wrap .service .ad h3 {
        margin-bottom: 25px;
        font-size: 1.25rem;
        letter-spacing: -1px;
    }

    .wrap .about_wrap .service .ad div {
        width: 85%;
    }

    .wrap .about_wrap .service .ad div img:nth-child(1) {
        width: 100%;
        padding: 0 0 7%;
    }

    .wrap .about_wrap .service .ad div img:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    /*service.html 끝*/
    /*location.html 시작*/
    .wrap .con_wrap .about_wrap .location {
        padding-bottom: 40px;
    }

    .wrap .con_wrap .about_wrap .location p:nth-of-type(1) {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .wrap .con_wrap .about_wrap .location p:nth-of-type(2) {
        font-size: .9rem;
        line-height: 1.3rem;
    }

    .wrap .con_wrap .about_wrap .location > div {
        width: 93%;
    }

    /*location.html 끝*/
    /*shop.html 끝*/
    .shop_wrap form .sch {
        width: 220px;
    }

    .shop_wrap form .s_btn {
        width: 180px;
    }

    form .sch_btn {
        width: 38px;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con {
        margin-top: 20px;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con ul li:nth-child(3n) {
        margin: 0 2%;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con ul li {
        width: 46%;
        margin: 0 3% 0 1%;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .gall_txt h3 {
        font-size: .9rem;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .gall_txt p:nth-of-type(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .86rem;
        line-height: 1.2rem;
        padding-bottom: 0;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .gall_txt p:nth-of-type(2) {
        color: #777;
        font-weight: 400;
        font-size: .86rem;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .shop_cs p {
        margin: 0 0 15px;
        font-size: 1.2rem;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .shop_cs span {
        display: block;
        width: 80%;
        margin: 0 auto;
        font-size: .95rem;
    }

    .wrap .con_wrap .about_wrap .shop .gall_con .shop_cs span:nth-of-type(1) {
        margin-bottom: 5px;
    }

    /*shop.html 끝*/
    /*shop_board.html 시작*/
    .wrap .con_wrap .about_wrap .bo_title {
        margin-bottom: 10px;
    }

    .wrap .con_wrap .about_wrap .bo_title h2 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    table {
        width: 95%;
        margin-bottom: 25px;
    }

    table th {
        font-size: .9rem;
        line-height: 1.2rem;
    }

    table td {
        font-size: .9rem;
        line-height: 1.2rem;
    }

    .img_wrap {
        width: 95%;
    }

    .img_wrap img {
        width: 100%;
    }

    .img_wrap p {
        padding: 20px 0;
    }

    .wrap .con_wrap .about_wrap .txt_box p {
        font-size: .9rem;
        line-height: 1.4rem;
    }

    .bo_btn {
        position: relative;
    }

    .bo_btn .list {
        width: 100%;
        float: none;
        text-align: center;
        line-height: 2.7rem;
        margin: 0;
        padding: 0;
        background: none;
        z-index: 9999;
        border-top: 1px solid #ddd;
    }

    .bo_btn .list a {
        color: #434343;
        display: inline-block;
        font-size: .9rem;
        font-weight: 300;
    }

    .bo_btn .list a:nth-child(1) {
        float: left;
    }

    .bo_btn .list a:last-child {
        float: right;
    }

    .bo_btn .list .m_txt {
        display: inline-block;
    }

    .bo_btn .pre_btn {
        display: none;
    }

    .bo_btn .next_btn {
        display: none;
    }

    /*shop_board.html 끝*/
    /*event.html 시작*/
    .wrap .con_wrap .e_wrap {
        padding: 25px;
    }

    .wrap .con_wrap .about_wrap .event_box {
        border: none;
        padding: 0;
    }

    .wrap .con_wrap .about_wrap .event_box .event_tab li {
        padding: 0 2px;
    }

    .wrap .con_wrap .about_wrap .event_box .event_tab li a {
        font-size: .9rem;
        padding: 0 9px;
    }

    .wrap .con_wrap .about_wrap .event_con li {
        width: 48%;
        margin: 0 0 20px 0;
    }

    .wrap .con_wrap .about_wrap .event_con li .event_txt a {
        word-break: keep-all;
    }

    .wrap .con_wrap .about_wrap .event_con li:nth-child(odd) {
        margin-right: 4%;
    }

    .wrap .con_wrap .about_wrap .event_con li:nth-child(even) {
        margin-right: 0;
    }

    .total {
        display: none;
    }

    .no_data p {
        font-size: .92rem;
    }

    .event_con {
        padding: 20px;
    }

    form .sch {
        width: 100%; /* 원래 300px */
        margin: 0 auto 40px;
    }

    form .s_btn {
        width: 164px;
        font-size: .82rem;
    }

    /*event.html 끝*/
    /*event_board.html 시작*/
    .wrap .con_wrap .about_wrap .board_tit a {
        font-size: .9rem;
        line-height: 1.9rem;
        padding: 0 15px;
    }

    .wrap .con_wrap .about_wrap .board_tit h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        line-height: 1.8rem;
    }

    .wrap .con_wrap .about_wrap .m_info {
        display: block;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .wrap .con_wrap .about_wrap .m_info p {
        text-align: center;
        font-size: .9rem;
    }

    .wrap .con_wrap .about_wrap .m_info p:nth-child(1) {
        font-weight: 300;
        padding-bottom: 20px;
        color: #777
    }

    .wrap .con_wrap .about_wrap .m_info p:nth-child(2) {
        font-weight: 400;
        color: #555;
    }

    .wrap .con_wrap .about_wrap .e_info {
        display: none;
    }

    .bo_img {
        margin-top: 0;
    }

    .comment span {
        padding-bottom: 15px;
        display: inline-block;
    }

    .comment span:nth-child(1) {
        font-size: .9rem;
    }

    .comment p {
        border-top: 1px solid #eee;
        font-size: .9rem;
        padding: 30px 0;
    }

    /*event_board.html 끝*/
    /*faq.html 시작*/
    .wrap .con_wrap .about_wrap .faq_wrap {
        padding-bottom: 30px;
    }

    .wrap .con_wrap .about_wrap .faq_wrap li .h_txt {
        padding-top: 10px;
    }

    .wrap .con_wrap .about_wrap .faq_wrap li span:nth-child(1) {
        line-height: 1.4rem;
        font-size: .95rem;
    }

    /*faq.html 끝*/
    /*review.html 끝*/
    .wrap .con_wrap .about_wrap .review_con {
        padding: 20px;
    }

    .wrap .con_wrap .about_wrap .review_con ul li {
        width: 48.5%;
    }

    .wrap .con_wrap .about_wrap .review_con ul li:nth-child(even) {
        margin-right: 0;
    }

    .wrap .con_wrap .about_wrap .review_con ul li:nth-child(odd) {
        margin-right: 3%;
    }

    /*review.html 끝*/
    /*notice.html 시작*/
    .wrap .con_wrap .about_wrap .tb_wrap table {
        border: none;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table thead {
        display: none;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr {
        border-bottom: 1px solid #ccc;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr .h_number {
        display: none;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td {
        display: inline-block;
        border-top: none;
        border-bottom: none;
        height: auto;
        padding: 0;
        margin: 7px 0;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(1) {
        text-align: left;
        padding-right: 7px;
        margin-top: 14px;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(2) {
        width: 81%;
        margin-top: 14px;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(3) {
        width: 50%;
        border-top: 1px solid #eee;
        text-align: left;
        padding: 7px 0;
        font-weight: 500;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(4) {
        display: none;
    }

    .wrap .con_wrap .about_wrap .tb_wrap table tbody tr td:nth-child(5) {
        width: 50%;
        border-top: 1px solid #eee;
        text-align: right;
        padding: 7px 5px;
    }

    /*notice.html 끝*/
    /*invest.html 시작*/
    #container .search_form > ul {
        font-size: 0
    }

    #container .search_form > ul > li {
        width: 49%;
        margin: 0;
        margin-right: 2%;
        font-size: 1.4rem
    }

    #container .search_form > ul > li:last-child {
        margin: 0
    }

    #container .search_form .condition .title {
        margin-bottom: 15px;
    }

    #container .search_form .condition .title img {
        vertical-align: middle;
        margin: 0
    }

    #container .search_form .search_box .text {
        width: 100%
    }

    #container .search_form .search_box .search_btn {
        right: 10px
    }

    #container .list {
        width: 100%
    }

    #container .list > li {
        width: 49%;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 15px
    }

    #container .list > li:nth-child(2n) {
        margin-right: 0
    }

    /*invest.html 끝*/
}

@media screen and (max-width: 640px) {
    /*invest.html 시작*/
    #container .search_form > ul > li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
        width: 100%
    }

    #container .list > li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px
    }

    /*invest.html 끝*/
}
