@charset "utf-8";
*{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Pretendard", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000; }
select::-ms-expand{ display: none;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #FFF;}
body{ overflow: hidden; padding-top: 140px; background: #FFF; -webkit-text-size-adjust: none; line-height: 1.5; font-weight: 400; letter-spacing: -0.5px; color: #000;}
@media(max-width: 1024px){
    body{ padding-top: 80px;}
}
@media(max-width: 768px){
    html{ font-size: calc(100vw / 30);}
    body{ padding-top: 5rem;}
}


body::-moz-scrollbar{ width: 4px; background: #f0f0f0;}
body::-moz-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
body::-ms-scrollbar{ width: 4px; background: #f0f0f0;}
body::-ms-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
body::-webkit-scrollbar{ width: 4px; background: #f0f0f0;}
body::-webkit-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}


.popup{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 200; top: 100%; right: 0; bottom: -100%; left: 0; padding: 0 30px; background: rgba(0 0 0/70%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: opacity .5s;}
.popup > .row{ position: relative; z-index: 10; margin-top: 200px; max-width: 450px; width: 100%; border-radius: 8px; background: #f5f8fa; opacity: 0; transition: all .5s;}
.popup > .row > .head{ display: flex; justify-content: space-between; align-items: center; padding: 0 30px; height: 70px; border-radius: 8px 8px 0 0; border-bottom: 1px solid rgba(0 0 0/10%); background: #FFF;}
.popup > .row > .head p{ font-size: 20px; font-weight: 600; color: #000;}
.popup > .row > .head i{ font-size: 24px; color: #000; cursor: pointer;}
.popup > .row > .body{ padding: 30px; line-height: 1.8; font-size: 16px; font-weight: 400; color: #000;}

.popup > .row > .body::-moz-scrollbar{ width: 4px; background: #f0f0f0;}
.popup > .row > .body::-moz-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
.popup > .row > .body::-ms-scrollbar{ width: 4px; background: #f0f0f0;}
.popup > .row > .body::-ms-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
.popup > .row > .body::-webkit-scrollbar{ width: 4px; background: #f0f0f0;}
.popup > .row > .body::-webkit-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}

.popup > .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.00001%);}
.popup.on{ top: 0; bottom: 0; opacity: 1;}
.popup.on > .row{ margin: 0; opacity: 1;}
@media(max-width: 768px){
    .popup > .row{}
    .popup > .row > .head{ padding: 0 20px; height: 60px;}
    .popup > .row > .body{ padding: 20px;}
}


.popup_login .row{ padding: 50px;}
.popup_login .row .logo{ display: block; margin: 0 auto 30px auto; height: 33px;}
@media(max-width: 768px){
    .popup_login .row{ padding: 30px;}
}


.popup_write{}
.popup_write .in{ margin: 10px 0 0 0;}
.popup_write .in .tit{ display: none; padding: 20px 0 5px 0; font-size: 14px; color: rgba(0 0 0/60%);}
.popup_write .in:first-child .tit{ padding-top: 0;}
.popup_write .in .input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 8px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 16px; font-weight: 500; color: #000; outline: none; -webkit-appearance: none;}
.popup_write .in .input:focus{ border-color: #afd486;}
.popup_write .login_check{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0 0 0;}
.popup_write .login_check .check{ display: flex; align-items: center; cursor: pointer;}
.popup_write .login_check .check i{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 12px; color: #FFF;}
.popup_write .login_check .check p{ margin: 0 0 0 5px; font-size: 14px; color: #000;}
.popup_write .login_check .check.on i{ border-color: #afd486; background: #afd486; color: #FFF;}
.popup_write .login_check .check.on p{ font-weight: 600;}
.popup_write .login_check .fr{ display: flex; align-items: center;}
.popup_write .login_check .fr span{ display: block; margin: 0 15px; width: 1px; height: 12px; background: rgba(0 0 0/10%);}
.popup_write .login_check a{ display: flex; align-items: center;}
.popup_write .login_check a p{ font-size: 14px; color: #000;}
.popup_write .login_check a i{ margin: 0 0 0 5px; font-size: 12px; color: #000;}
.popup_write .btn_login{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; height: 60px; border-radius: 8px; background: #000; font-size: 18px; font-weight: 600; color: #FFF; cursor: pointer;}
.popup_write .btn_rs{ display: flex; justify-content: center; align-items: center; margin: 10px 0 0 0; height: 50px; border-radius: 8px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 16px; font-weight: 500; color: #000; cursor: pointer;}
.popup_write .btn_join{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0;}
.popup_write .btn_join p{ font-size: 14px; color: #000;}
.popup_write .btn_join a{ display: flex; align-items: center; margin: 0 0 0 10px;}
.popup_write .btn_join a span{ font-size: 14px; font-weight: 600; color: #afd486;}
.popup_write .btn_join a i{ margin: 0 0 0 5px; font-size: 14px; color: #afd486;}

.popup_write .sns{ display: grid; grid-gap: 10px; margin: 2rem 0 0 0;}
.popup_write .sns a{ display: flex; align-items: center; grid-gap: 30px; padding: 0 30px; height: 50px; border-radius: 10px; border: 1px solid #DDD; cursor: pointer;}
.popup_write .sns a img{ display: block; width: 40px;}
.popup_write .sns a p{ font-size: 14px; font-weight: 600; color: #000;}
.popup_write .sns a.kakao{ border-color: #fee500; background: #fee500;}
.popup_write .sns a.naver{ border-color: #03c75a; background: #03c75a;}
.popup_write .sns a.naver p{ color: #FFF;}


@media(max-width: 768px){
    .popup_write .in .input{ padding: 0 15px;}
    .popup_write .login_check{ padding: 15px 0 0 0;}
    .popup_write .login_check .fr span{ margin: 0 10px;}
}


.popup_calendar .calendar{ padding: 0 30px 30px 30px; border-radius: 20px; background: #FFF;}
.popup_calendar .calendar .top{ display: flex; justify-content: space-between; align-items: center; margin: 0 -15px; padding: 0 15px; border-radius: 5px 5px 0 0; height: 50px; border-bottom: 1px solid rgba(0 0 0/5%); background: #f6fafc;}
.popup_calendar .calendar .top a{ display: flex; align-items: center; height: 50px; font-size: 12px; color: #000; cursor: pointer;}
.popup_calendar .calendar .top a.on{ font-size: 13px; font-weight: 500; color: #afd486;}
.popup_calendar .calendar .menu{ display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
.popup_calendar .calendar .menu .btn{}
.popup_calendar .calendar .menu .btn i{ font-size: 14px; color: #666; cursor: pointer;}
.popup_calendar .calendar .menu p{ font-size: 16px; font-weight: 300; color: #000;}
.popup_calendar .calendar .head{ display: flex; align-items: center; padding: 10px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.popup_calendar .calendar .head p{ width: 14.285%; text-align: center; font-size: 14px; color: #666;}
.popup_calendar .calendar .head p.zr{ color: #F00;}
.popup_calendar .calendar .head p.zl{ color: #46a2f2;}
.popup_calendar .calendar .body{ display: flex; flex-wrap: wrap; margin: 10px 0 0 0;}
.popup_calendar .calendar .body p{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; margin: 1px 0; width: 14.285%; height: 35px; font-size: 12px; cursor: pointer;}
.popup_calendar .calendar .body p.on{ background: none; color: #000;}
.popup_calendar .calendar .body p.on.click{ font-weight: 500; color: #FFF;}
.popup_calendar .calendar .body p.on.click:after{ content: ""; display: block; position: absolute; z-index: -1; top: 0; left: 50%; transform: translate(-50%,0); width: 35px; height: 35px; border-radius: 50%; background: #afd486;}
.popup_calendar .calendar .body p.zr{ color: #F00;}
.popup_calendar .calendar .body p.zl{ color: #46a2f2;}
@media(max-width: 768px){
    .popup_calendar .calendar{ padding: 0 20px 20px 20px;}
}


.popup_img{ display: flex; justify-content: center; align-items: center; padding: 50px;}
.popup_img img{ display: block; position: relative; z-index: 10; max-width: 90%; max-height: 90%; border-radius: 10px;}
@media(max-width: 768px){
    .popup_img{ padding: 20px;}
    .popup_img img{ max-width: 100%; max-height: 100%;}
}


.popup_terms{}
.popup_terms .row{ overflow: hidden; border-radius: 16px;}
.popup_terms .body{ overflow: auto; padding: 30px; max-height: 500px; border-radius: 0 0 16px 16px; line-height: 1.8px; font-size: 16px; color: #000;}
.popup_terms .body *{ line-height: 24px; font-size: 14px; color: #666;}
.popup_terms .body strong{ display: block; font-weight: 700; color: #000;}
.popup_terms .table{ margin: 30px 0 0 0; border-top: 1px solid #000;}
.popup_terms table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.popup_terms table tbody{}
.popup_terms table tbody tr{}
.popup_terms table tr th{ padding: 10px; border-bottom: 1px solid #DDD; line-height: 16px !important; font-size: 14px;}
.popup_terms table tr td{ padding: 10px; border-bottom: 1px solid #DDD; border-left: 1px solid #DDD; text-align: center; font-size: 14px;}
.popup_terms table tr td:first-child{ border-left: 0;}
@media(max-width: 1301px){
}
@media(max-width: 768px){
    .popup_terms .body{ padding: 20px !important; max-height: 400px; font-size: 12px;}
    .popup_terms .body *{ font-size: 12px;}
    .popup_terms .btn{ padding: 20px 25px; height: 85px;}
    .popup_terms .btn a{ height: 45px; font-size: 14px;}
    .popup_terms table tr th{ padding: 10px 5px; font-size: 13px;}
    .popup_terms table tr td{ padding: 10px 5px; font-size: 10px;}
}


.all_menu{ position: fixed; z-index: 130; top: 0; right: 100%; bottom: 0; left: -100%; background: rgba(0 0 0/50%); opacity: 0; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: opacity .3s;}
.all_menu .close{ display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.00001%);}
.all_menu .close i{ display: block; position: absolute; top: 20px; right: 20px; font-size: 24px; color: #FFF;}
.all_menu .wrap{ overflow: auto; position: fixed; z-index: 10; top: 0; right: 100%; bottom: 0; left: -100%; width: 500px; padding: 50px; background: #FFF; opacity: 0; transition: all .5s;}
.all_menu .wrap .head{ display: flex; justify-content: space-between; align-items: flex-end;}
.all_menu .wrap .btn{ display: flex; grid-gap: 10px; margin: 50px 0 0 0;}
.all_menu .logo{ display: block; height: 35px;}
.all_menu .logo img{ display: block; width: auto; height: 100%;}
.all_menu .btn_shop{ position: relative;}
.all_menu .btn_shop > a{ display: flex; align-items: center; grid-gap: 5px; height: 25px; cursor: pointer;}
.all_menu .btn_shop > a i:first-child{ font-size: 18px; color: #005745; transition: all .2s;}
.all_menu .btn_shop > a p{ font-size: 14px; color: #666;}
.all_menu .btn_shop > a i:last-child{ font-size: 12px; color: #999; transition: all .2s;}
.all_menu .btn_shop ul{ overflow: hidden; position: absolute; top: 20px; right: 0; padding: 0; height: 0; border-radius: 15px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.all_menu .btn_shop ul li{}
.all_menu .btn_shop ul li a{ display: block; padding: 0 20px; font-size: 14px; color: #666; white-space: nowrap; transition: all .2s;}
.all_menu .btn_shop ul li a:hover{ background: rgba(0 0 0/5%);}
.all_menu .btn_shop ul li.on a{ font-weight: 600; color: #005745;}
.all_menu .btn_shop:hover > a i:last-child{ transform: rotate(180deg);}
.all_menu .btn_shop:hover ul{ top: 25px; right: 0; padding: 10px 0; height: auto; opacity: 1;}
.all_menu .btn_shop:hover ul li a{ padding: 10px 20px;}
.all_menu .topmenu{ flex: 1; display: flex; justify-content: center; align-items: center; height: 45px; border-radius: 30px; border: 1px solid rgba(0 0 0/15%);}
.all_menu .topmenu a{ display: flex; justify-content: center; align-items: center; padding: 0 20px; cursor: pointer;}
.all_menu .topmenu a p{ font-size: 16px; font-weight: 500; color: #333;}
.all_menu .btn_check{ display: flex; justify-content: center; align-items: center; padding: 0 25px 0 15px; height: 45px; border-radius: 30px; background: #005745; cursor: pointer;}
.all_menu .btn_check i{ margin: 0 5px 0 0; font-size: 24px; color: #FFF;}
.all_menu .btn_check p{ font-size: 16px; color: #FFF;}
.all_menu .menu{ margin: 30px 0 0 0; width: 100%;}
.all_menu .menu > ul{}
.all_menu .menu > ul > li{ padding: 20px 0; cursor: pointer;}
.all_menu .menu > ul > li > a{ display: flex; justify-content: space-between; align-items: center;}
.all_menu .menu > ul > li > a p{ font-size: 24px; font-weight: 500; color: #333;}
.all_menu .menu > ul > li > a i{ font-size: 14px; color: #999; transition: all .5s;}
.all_menu .menu > ul > li > ul{ display: none; margin: 10px 0 0 0; padding: 20px 0; border-radius: 15px; background: #fafafa;}
.all_menu .menu > ul > li > ul li{}
.all_menu .menu > ul > li > ul li a{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 15px 30px; font-size: 18px; font-weight: 500; color: rgba(0 0 0/70%); cursor: pointer;}
.all_menu .menu > ul > li.on > a p{ font-weight: 700; color: #005745;}
.all_menu .menu > ul > li.on > a i{ color: #005745; transform: rotate(180deg);}
.all_menu .menu > ul > li > ul li.on a{ font-weight: 700; color: #005745;}

.all_menu.on{ right: 0; left: 0; opacity: 1;}
.all_menu.on .close{ display: block;}
.all_menu.on .wrap{ left: 0; opacity: 1;}
@media(max-width: 768px){
    .all_menu .close i{ top: 1.4rem; right: 1.2rem; font-size: 2rem;}
    .all_menu .wrap{ width: 24rem; padding: 2rem;}
    .all_menu .wrap .btn{ grid-gap: 0.6rem; margin: 2rem 0 0 0;}
    .all_menu .logo{ height: 1.8rem;}
    .all_menu .btn_shop > a{ grid-gap: 0.4rem; height: 1.2rem;}
    .all_menu .btn_shop > a i:first-child{ font-size: 1.2rem;}
    .all_menu .btn_shop > a p{ font-size: 1rem;}
    .all_menu .btn_shop > a i:last-child{ font-size: 1rem;}
    .all_menu .btn_shop ul{ top: 1rem; border-radius: 1rem;}
    .all_menu .btn_shop ul li a{ padding: 0 1.4rem; font-size: 1rem}
    .all_menu .btn_shop:hover ul{ top: 1.4rem; padding: 0.4rem 0;}
    .all_menu .btn_shop:hover ul li a{ padding: 0.6rem 1.4rem;}
    .all_menu .topmenu{ height: 2.6rem; border-radius: 3rem;}
    .all_menu .topmenu a{ padding: 0 0.6rem;}
    .all_menu .topmenu a p{ font-size: 1rem;}
    .all_menu .btn_check{ padding: 0 1.2rem 0 0.8rem; height: 2.6rem; border-radius: 3rem;}
    .all_menu .btn_check i{ margin: 0 0.4rem 0 0; font-size: 1.4rem;}
    .all_menu .btn_check p{ font-size: 1rem;}
    .all_menu .menu{ margin: 2rem 0 0 0;}
    .all_menu .menu > ul > li{ padding: 1.2rem 0;}
    .all_menu .menu > ul > li > a p{ font-size: 1.6rem;}
    .all_menu .menu > ul > li > a i{ font-size: 1rem;}
    .all_menu .menu > ul > li > ul{ margin: 0.6rem 0 0 0; padding: 1rem 0; border-radius: 1rem;}
    .all_menu .menu > ul > li > ul li a{ padding: 1rem 2rem; font-size: 1.2rem;}
}



.header{ position: fixed; z-index: 100; top: 0; right: 0; left: 0; padding-top: 80px; background: rgba(255 255 255/95%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: all .2s;}
.header:before{ content: ""; position: fixed; top: 0; right: 0; left: 0; height: 3px; background: #005745;}
.header .logo{ display: block; position: absolute; z-index: 10; top: 20px; left: calc(50% - 72px); height: 43px; transition: all .2s;}
.header .logo img{ display: block; width: auto; height: 100%; transition: all .5s;}

.header .btn_shop{ display: flex; align-items: center; position: absolute; z-index: 10; top: 30px; left: 50px; transition: all .2s;}
.header .btn_shop > a{ display: flex; align-items: center; grid-gap: 5px; height: 40px; cursor: pointer;}
.header .btn_shop > a i:first-child{ font-size: 24px; color: #005745; transition: all .2s;}
.header .btn_shop > a p{ font-size: 14px; color: #666;}
.header .btn_shop > a i:last-child{ font-size: 12px; color: #999; transition: all .2s;}
.header .btn_shop ul{ overflow: hidden; position: absolute; top: 30px; right: 0; left: 0; padding: 0; height: 0; border-radius: 15px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.header .btn_shop ul li{}
.header .btn_shop ul li a{ display: block; padding: 0 20px; font-size: 14px; color: #666; transition: all .2s;}
.header .btn_shop ul li a:hover{ background: rgba(0 0 0/5%);}
.header .btn_shop ul li.on a{ font-weight: 600; color: #005745;}
.header .btn_shop:hover > a i:last-child{ transform: rotate(180deg);}
.header .btn_shop:hover ul{ top: 40px; right: 0; padding: 10px 0; height: auto; opacity: 1;}
.header .btn_shop:hover ul li a{ padding: 10px 20px;}

.header .topmenu{ display: flex; align-items: center; grid-gap: 20px; position: absolute; top: 30px; right: 50px; transition: all .2s;}
.header .topmenu a{ display: flex; cursor: pointer;}
.header .topmenu a p{ font-size: 14px; color: #333;}
.header .topmenu .btn_check{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; padding: 0 15px 0 10px; height: 40px; border-radius: 20px; background: #005745; cursor: pointer;}
.header .topmenu .btn_check i{ font-size: 24px; color: #FFF;}
.header .topmenu .btn_check p{ font-size: 14px; font-weight: 500; color: #FFF;}
.header .topmenu .btn_all_menu{ display: none;}
.header .topmenu .btn_all_menu i{ font-size: 30px; color: #000;}

.header .menu{}
.header .menu > ul{ display: flex; justify-content: center; grid-gap: 60px;}
.header .menu > ul > li{ display: flex; align-items: center; position: relative;}
.header .menu > ul > li > a{ display: flex; align-items: center; position: relative; z-index: 10; height: 60px; cursor: pointer; transition: all .2s;}
.header .menu > ul > li > a p{ font-size: 18px; font-weight: 600; color: #000; white-space: nowrap;}
.header .menu > ul > li > a i{ margin: 0 0 0 5px; font-size: 12px; color: #999; transition: all .2s;}
.header .menu > ul > li > ul{ overflow: hidden; position: absolute; top: 40px; right: -30px; left: -30px; padding: 0; height: 0; border-radius: 15px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.header .menu > ul > li > ul li{}
.header .menu > ul > li > ul li a{ display: block; padding: 0 30px; line-height: 2.5; font-size: 16px; font-weight: 500; color: #333; white-space: nowrap; transition: all .3s;}
.header .menu > ul > li > ul li a:hover{ background: rgba(0 0 0/5%); color: #000;}
.header .menu > ul > li:hover > ul{ top: 50px; padding: 15px 0; height: auto; opacity: 1;}
.header .menu > ul > li:hover > a i{ transform: rotate(180deg);}
.header .menu > ul > li:hover .menu_guide{ top: 50px; right: -45px; padding: 30px 40px; height: auto; opacity: 1;}
.header .menu > ul > li.on:before{ content: ""; display: block; position: absolute; bottom: -2px; left: 50%; transform: translate(-50%,0); width: 10px; height: 4px; border-radius: 10px; background: #005745;}
.header .menu > ul > li.on > a p{ font-weight: 700; color: #005745;}
.header .menu > ul > li.on > a i{ color: #005745;}
.header .menu > ul > li.on ul li.on a{ font-weight: 600; color: #005745;}

.header.on{ padding-top: 0;}
.header.on .logo{ top: -100px;}
.header.on .btn_shop{ top: 20px;}
.header.on .topmenu{ top: 20px;}
.header.on .menu > ul > li > a{ height: 80px;}
@media(max-width: 1400px){
    .header .menu > ul{ grid-gap: 40px;}
}
@media(max-width: 1024px){
    .header .logo{ top: 20px; left: 50px; height: 40px;}
    .header .btn_shop{ display: none;}
    .header .topmenu{ top: 20px;}
    .header .topmenu a{ display: none;}
    .header .topmenu .btn_check{ display: flex;}
    .header .topmenu .btn_all_menu{ display: flex;}
    .header .menu{ display: none;}
    .header .menu > ul{ justify-content: left;}
    .header.on{ padding-top: 80px;}
    .header.on .logo{ top: 20px;}
}
@media(max-width: 768px){
    .header{ padding-top: 5rem;}
    .header:before{ height: 2px;}
    .header .logo{ top: 1.4rem; left: 1.2rem; height: 2.2rem;}
    .header .topmenu{ grid-gap: 1rem; top: 1.3rem; right: 1.2rem; height: 2.4rem;}
    .header .topmenu .btn_check{ grid-gap: 0.4rem; padding: 0 1rem 0 0.8rem; height: 2.4rem; border-radius: 2rem;}
    .header .topmenu .btn_check i{ font-size: 1.2rem;}
    .header .topmenu .btn_check p{ font-size: 1rem;}
    .header .topmenu .btn_all_menu i{ font-size: 2rem;}
    .header.on{ padding-top: 5rem;}
    .header.on .logo{ top: 1.4rem;}
    .header.on .topmenu{ top: 1.3rem;}
}


.gnb{ display: none; position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/5%);}
.gnb ul{ display: flex;}
.gnb ul li{ width: 25%;}
.gnb ul li a{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 70px;}
.gnb ul li a i{ font-size: 2rem; color: #000;}
.gnb ul li a p{ margin: 0.6em 0 0 0; font-size: 0.8rem; color: #666; letter-spacing: 0;}
@media(max-width: 768px){
    .gnb{ display: block;}
}


.footer{ margin: 120px 0 0 0; background: #FFF;}
.footer .top{ border-top: 1px solid #e5e5e5; border-bottom: 2px solid #005745;}
.footer .top .modle_min{ display: flex; grid-gap: 100px; padding: 120px 0;}
.footer .top .wrap{ width: 33.333%;}
.footer .top .wrap .head{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 10px 0;}
.footer .top .wrap .head p{ font-size: 24px; font-weight: 600; color: #000;}
.footer .top .wrap .head a{}
.footer .top .wrap .head a i{ font-size: 24px; color: #666;}

.footer .top .notice{}
.footer .top .notice .max{ display: flex; justify-content: space-between; align-items: center; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.footer .top .notice .max .date{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin-right: 20px;}
.footer .top .notice .max .date b{ font-size: 40px; font-weight: 700; color: #000;}
.footer .top .notice .max .date span{ padding-top: 2px; font-size: 12px; color: #666;}
.footer .top .notice .max p{ flex: 1; line-height: 1.3; font-size: 20px; font-weight: 700; color: #000;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.footer .top .notice .max p span{ display: inline-block; margin: 0 5px 0 0; transform: translate(0,-3px); padding: 0 6px; border-radius: 15px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 12px; color: #FFF; letter-spacing: 0;}
.footer .top .notice .list{ margin-top: 20px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.footer .top .notice .list li{ display: flex; align-items: center;}
.footer .top .notice .list li a{ display: flex; align-items: center; position: relative; width: 70%; height: 30px; line-height: 30px; font-size: 16px; color: #000;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.footer .top .notice .list li p{ display: flex; justify-content: flex-end; align-items: center; width: 30%; height: 30px; font-size: 14px; color: #666;}

.footer .top .contact .tel{ margin-top: 30px;}
.footer .top .contact .tel .t1{ font-size: 50px; font-weight: 700; color: #000;}
.footer .top .contact .tel .t2{ margin-top: 5px; font-size: 16px; color: #333;}
.footer .top .contact .tel .t3{ display: flex; justify-content: center; align-items: center; margin-top: 20px; padding: 0 15px; height: 50px; border-radius: 30px; background: #f6f8fb; font-size: 16px; color: #333; cursor: pointer;}

.footer .top .btn{ display: flex; grid-gap: 10px; margin-top: 30px;}
.footer .top .btn a{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 33.333%; height: 140px; border-radius: 20px; background: #f6f8fb; cursor: pointer;}
.footer .top .btn a i{ font-size: 40px; color: #000;}
.footer .top .btn a img{ display: block; height: 50px;}
.footer .top .btn a p{ padding: 15px 0 0 0; font-size: 16px; color: #333;}

.footer .middle{ border-bottom: 1px solid rgba(255 255 255/10%); background: #212927;}
.footer .middle .modle_min{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 50px 0;}
.footer .middle .fl{ display: flex; flex-direction: column; align-items: flex-start;}
.footer .middle .logo{ display: block; height: 40px; opacity: 0.8;}
.footer .middle .logo img{ display: block; width: auto; height: 100%;}
.footer .middle .info{ display: flex; flex-wrap: wrap; grid-gap: 15px 30px; max-width: 800px; margin: 40px 0 0 0;}
.footer .middle .info p{ font-size: 14px; color: rgba(255 255 255/60%);}
.footer .middle select{ display: flex; align-items: center; position: absolute; top: 50px; right: 0; margin: 0; padding: 0 40px 0 20px; width: 220px; height: 45px; border-radius: 30px; border: 0; background: url(/images/modle_select_down.svg) no-repeat center right 20px rgba(255 255 255/10%); background-size: 12px auto; font-size: 16px; color: #FFF; outline: none; -webkit-appearance: none;}
.footer .middle .sns{ display: flex; align-items: center; grid-gap: 10px; position: absolute; top: 120px; right: 0;}
.footer .middle .sns a{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 50%; background: rgba(255 255 255/10%); cursor: pointer;}
.footer .middle .sns a i{ font-size: 16px; color: #FFF; transition: all .2s;}

.footer .bottom{ background: #212927;}
.footer .bottom .modle_min{ display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
.footer .bottom .menu{ display: flex; align-items: center; grid-gap: 30px;}
.footer .bottom .menu a{}
.footer .bottom .menu a p{ font-size: 14px; color: rgba(255 255 255/80%);}
.footer .bottom .copy{ font-size: 14px; color: rgba(255 255 255/60%); text-transform: uppercase; letter-spacing: 0;}
@media(max-width: 1500px){
    .footer .top .modle_min{ grid-gap: 50px;}
}
@media(max-width: 1024px){
    .footer .top .modle_min{ display: grid;}
    .footer .top .wrap{ width: auto;}
}
@media(max-width: 767px){
    .footer{ margin: 5rem 0 0 0;}
    .footer .top .modle_min{ grid-gap: 3rem; padding: 3rem 0;}
    .footer .top .wrap .head{ padding: 0 0 1.2rem 0;}
    .footer .top .wrap .head p{ font-size: 1.8rem;}
    .footer .top .wrap .head a i{ font-size: 1.8rem;}

    .footer .top .notice .max{ padding: 0 0 1.2rem 0;}
    .footer .top .notice .max .date{ margin-right: 1.2rem;}
    .footer .top .notice .max .date b{ font-size: 2rem;}
    .footer .top .notice .max .date span{ padding-top: 0.2rem; font-size: 0.8rem;}
    .footer .top .notice .max p{ font-size: 1.2rem;}
    .footer .top .notice .max p span{ margin: 0 0.4rem 0 0; transform: translate(0,0); padding: 0 0.4rem; border-radius: 1rem; line-height: 1.2rem; font-size: 0.8rem;}
    .footer .top .notice .list{ display: grid; grid-gap: 1rem; margin-top: 0; padding: 2rem; border-radius: 1rem;}
    .footer .top .notice .list li a{ height: 1.2rem; line-height: 1.2rem; font-size: 1.1rem;}
    .footer .top .notice .list li p{ height: 1.2rem; font-size: 1.1rem;}

    .footer .top .contact .tel{ margin-top: 0;}
    .footer .top .contact .tel .t1{ font-size: 3rem;}
    .footer .top .contact .tel .t2{ margin-top: 0.4rem; font-size: 1.1rem;}
    .footer .top .contact .tel .t3{ margin-top: 1rem; padding: 0 1rem; height: 3rem; border-radius: 3rem; font-size: 1.1rem;}

    .footer .top .btn{ grid-gap: 1rem; margin-top: 0;}
    .footer .top .btn a{ padding: 1.4rem 0; height: auto; border-radius: 1rem;}
    .footer .top .btn a i{ font-size: 2.2rem;}
    .footer .top .btn a p{ padding: 0.8rem 0 0 0; font-size: 1.1rem;}

    .footer .middle .modle_min{ flex-direction: column; align-items: center; padding: 3rem 0;}
    .footer .middle .fl{ display: flex; flex-direction: column; align-items: center;}
    .footer .middle .logo{ height: 2.2rem;}
    .footer .middle .info{ justify-content: center; grid-gap: 0.8rem 2rem; margin: 2rem 0 0 0;}
    .footer .middle .info p{ line-height: 1.4; font-size: 0.9rem;}
    .footer .middle select{ position: initial; margin: 2rem 0 0 0; padding: 0 3rem 0 1.5rem; width: 100%; height: 3rem; border-radius: 3rem; background: url(/images/modle_select_down.svg) no-repeat center right 1.5rem rgba(255 255 255/10%); background-size: 0.8rem auto; font-size: 1rem;}
    .footer .middle .sns{ grid-gap: 1rem; position: initial; margin-top: 1rem;}
    .footer .middle .sns a{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 50%; background: rgba(255 255 255/10%); cursor: pointer;}
    .footer .middle .sns a i{ font-size: 16px; color: #FFF; transition: all .2s;}

    .footer .bottom .modle_min{ flex-direction: column; align-items: center; padding: 3rem 0 10rem 0;}
    .footer .bottom .menu{ grid-gap: 2rem;}
    .footer .bottom .menu a p{ font-size: 1rem;}
    .footer .bottom .copy{ margin-top: 2rem; font-size: 0.9rem;}
}


.quick_top{ position: fixed; z-index: 120; right: 50px; bottom: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #005745; transform: translate(0,10px); opacity: 0; transition: all .3s; cursor: pointer;}
.quick_top i{ font-size: 20px; color: #FFF;}
.quick_top.on{ transform: translate(0,0); opacity: 1;}
@media(max-width: 768px){
    .quick_top{ right: 10px; bottom: 90px; width: 40px; height: 40px;}
    .quick_top i{ font-size: 15px;}
}


.visual{ position: relative; padding: 30px 50px 30px 50px;}
.visual .rolling{ position: relative; z-index: 10; margin: 0 auto; max-width: 1000px;}
.visual .rolling .slick-list{ overflow: visible;}
.visual .rolling .slide{ padding: 0 20px;}
.visual .rolling .slide .wrap{ display: flex; align-items: center; position: relative;}
.visual .rolling .slide .wrap .text{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: absolute; z-index: 20; top: 100px; left: 80px; bottom: 50px; opacity: 0; transition: all .8s;}
.visual .rolling .slide .wrap .text .tip{ display: flex; align-items: center; padding: 0 15px; height: 25px; border-radius: 30px; background: #F00; font-size: 14px; color: #FFF;}
.visual .rolling .slide .wrap .text .tit{ margin-top: 20px; line-height: 1; font-size: 50px; font-weight: 700; color: #FFF;}
.visual .rolling .slide .wrap .text .txt{ margin-top: 30px; line-height: 1.2; font-size: 18px; color: #FFF;}
.visual .rolling .slide .wrap .img{ position: relative;}
.visual .rolling .slide .wrap .img .bg{ overflow: hidden; display: flex; align-items: center; position: absolute; top: 80px; right: 0; bottom: 80px; left: 0; border-radius: 20px; transition: all .5s;}
.visual .rolling .slide .wrap .img .bg:before{ content: ""; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(-90deg, rgba(0 0 0/10%), rgba(0 0 0/50%)); transition: all .2s;}
.visual .rolling .slide .wrap .img .bg img{ display: block; width: 100%;}
.visual .rolling .slide .wrap .img > img{ display: block; width: 100%; height: auto; opacity: 0;}

.visual .rolling .slide.slick-center .wrap .text{ top: 0; opacity: 1;}
.visual .rolling .slide.slick-center .wrap .img .bg{ top: 0; bottom: 0;}
.visual .rolling .slide.slick-center .wrap .img .bg:before{ background: linear-gradient(-90deg, rgba(0 0 0/10%), rgba(0 0 0/50%));}

.visual .rolling .btn_prev{ display: flex; justify-content: center; align-items: center; position: absolute; top: calc(50% - 30px); left: -30px;  width: 60px; height: 60px; border-radius: 50%; background: #005745; cursor: pointer; opacity: 0; transition: all .2s;}
.visual .rolling .btn_prev i{ font-size: 20px; color: #FFF;}
.visual .rolling .btn_next{ display: flex; justify-content: center; align-items: center; position: absolute; top: calc(50% - 30px); right: -30px;  width: 60px; height: 60px; border-radius: 50%; background: #005745; cursor: pointer; opacity: 0; transition: all .2s;}
.visual .rolling .btn_next i{ font-size: 20px; color: #FFF;}

.visual .rolling .slick-dots{ display: flex; justify-content: center; align-items: center; bottom: -30px;}
.visual .rolling .slick-dots li{ margin: 0 5px; width: auto; height: auto; transition: all .3s;}
.visual .rolling .slick-dots li button{ padding: 0; width: 10px; height: 6px; border-radius: 5px; background: rgba(0 0 0/20%); transition: all .3s;}
.visual .rolling .slick-dots li button:before{ display: none;}
.visual .rolling .slick-dots li.slick-active button{ width: 20px; background: #005745;}

.visual:hover .rolling .btn_prev{ opacity: 1;}
.visual:hover .rolling .btn_next{ opacity: 1;}
@media(max-width: 1024px){
    .visual .rolling .slide{ padding: 0 10px;}
    .visual .rolling .slide .wrap .text{ left: 50px; bottom: 20px;}
    .visual .rolling .slide .wrap .text .tit{ margin-top: 15px; font-size: 40px;}
    .visual .rolling .slide .wrap .text .txt{ margin-top: 20px; font-size: 16px;}
    .visual .rolling .slide .wrap .img .bg{ top: 40px; bottom: 40px;}
    .visual .rolling .btn_prev{ display: none;}
    .visual .rolling .btn_next{ display: none;}
}
@media(max-width: 767px){
    .visual{ padding: 2rem 0;}
    .visual .rolling .slide{ padding: 0 1rem;}
    .visual .rolling .slide .wrap .text{ top: 3rem; left: 2rem; bottom: 0.8rem;}
    .visual .rolling .slide .wrap .text .tip{ padding: 0 0.8rem; height: 1.4rem; border-radius: 1.8rem; font-size: 0.8rem;}
    .visual .rolling .slide .wrap .text .tit{ margin-top: 0.8rem; font-size: 1.8rem;}
    .visual .rolling .slide .wrap .text .txt{ margin-top: 0.6rem; font-size: 0.8rem;}
    .visual .rolling .slide .wrap .img{ position: relative;}
    .visual .rolling .slide .wrap .img .bg{ top: 1.5rem; bottom: 1.5rem; border-radius: 1rem;}

    .visual .rolling .slick-dots{ bottom: -2rem;}
    .visual .rolling .slick-dots li{ margin: 0 0.2rem;}
    .visual .rolling .slick-dots li button{  width: 0.8rem; height: 0.3rem; border-radius: 1rem;}
    .visual .rolling .slick-dots li.slick-active button{ width: 1.2rem;}
}


.home_event{ margin-top: 120px;}
.home_event .modle_min{}
.home_event .head{ text-align: center;}
.home_event .head .t1{ font-size: 20px; font-weight: 400; color: #000;}
.home_event .head .t2{ margin-top: 20px; font-size: 60px; font-weight: 900; color: #000;}
.home_event .head .t3{ margin-top: 20px; font-size: 24px; color: #666;}
.home_event .list{ display: flex; grid-gap: 30px; margin-top: 60px;}
.home_event .list a{ display: block;}
.home_event .list a:nth-child(2){ margin-top: 80px;}
.home_event .list a:nth-child(4){ margin-top: 80px;}
.home_event .list a .img{ position: relative;}
.home_event .list a .img .tip{ display: flex; align-items: center; position: absolute; z-index: 10; bottom: 20px; left: 20px; padding: 0 15px; height: 30px; border-radius: 20px; background: #333; font-size: 14px; color: #FFF;}
.home_event .list a .img .tip.on{ background: #F00;}
.home_event .list a .img img{ display: block; width: 100%; height: auto; border-radius: 20px 20px 0 0;}
.home_event .list a .info{ padding: 30px 40px; border-radius: 0 0 20px 20px; background: #f6f8fb;}
.home_event .list a .info .date{ display: flex; justify-content: center; align-items: center;}
.home_event .list a .info .date i{ margin: 0 3px 0 0; font-size: 18px; color: #333;}
.home_event .list a .info .date p{ font-size: 16px; color: #333;}
.home_event .list a .info .tit{ margin-top: 15px; text-align: center; line-height: 1.2; font-size: 18px; font-weight: 500; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
@media(max-width: 1024px){
    .home_event .list{ display: grid; grid-template-columns: repeat(2,1fr);}
    .home_event .list a:nth-child(3){ margin-top: -80px;}
    .home_event .list a:nth-child(4){ margin-top: 0;}
}
@media(max-width: 768px){
    .home_event{ margin-top: 3rem;}
    .home_event .head .t1{ font-size: 1.2rem;}
    .home_event .head .t2{ margin-top: 1rem; font-size: 2rem;}
    .home_event .head .t3{ margin-top: 1rem; font-size: 1.2rem;}
    .home_event .list{ grid-gap: 1rem; margin-top: 2rem;}
    .home_event .list a:nth-child(1){ margin-top: 0;}
    .home_event .list a:nth-child(2){ margin-top: 3rem;}
    .home_event .list a:nth-child(3){ margin-top: -3rem;}
    .home_event .list a:nth-child(4){ margin-top: 0;}
    .home_event .list a .img .tip{ bottom: 1.2rem; left: 1.2rem; padding: 0 1rem; height: 2rem; border-radius: 2rem; font-size: 1rem;}
    .home_event .list a .img img{ border-radius: 1rem 1rem 0 0;}
    .home_event .list a .info{ padding: 1.5rem 1rem; border-radius: 0 0 1rem 1rem;}
    .home_event .list a .info .date i{ margin: 0 0.2rem 0 0; font-size: 1rem;}
    .home_event .list a .info .date p{ font-size: 0.8rem;}
    .home_event .list a .info .tit{ margin-top: 0.4rem; font-size: 1.2rem;}
}


.home_img{ margin-top: 160px;}
.home_img .modle_min{}
.home_img .head{}
.home_img .head .t1{ font-size: 20px; font-weight: 400; color: #000;}
.home_img .head .t2{ margin-top: 20px; font-size: 60px; font-weight: 900; color: #000;}
.home_img .head .t3{ margin-top: 20px; font-size: 24px; color: #666;}
.home_img .rolling{ margin: 60px -10px 0 -10px;}
.home_img .rolling .slick-list{ overflow: visible;}
.home_img .rolling .slide{ padding: 0 10px;}
.home_img .rolling .slide .wrap{ overflow: hidden; position: relative; border-radius: 20px;}
.home_img .rolling .slide .wrap .text{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; z-index: 10; top: 100%; right: 0; bottom: -100%; left: 0; padding: 50px 40px; background: rgba(0 0 0/50%); opacity: 0; transition: all .2s;}
.home_img .rolling .slide .wrap .text .tip{ text-align: center; font-size: 16px; color: #FFF;}
.home_img .rolling .slide .wrap .text .tit{ text-align: center; line-height: 1.2; font-size: 20px; color: #FFF;}
.home_img .rolling .slide .wrap .text .btn{ display: flex; justify-content: center; align-items: center; width: 120px; height: 40px; border-radius: 20px; border: 1px solid #FFF; font-size: 14px; color: #FFF; transition: all .2s;}
.home_img .rolling .slide .wrap .text .btn:hover{ border-color: #005745; background: #005745;}
.home_img .rolling .slide .wrap .img{ position: relative;}
.home_img .rolling .slide .wrap .img:before{ content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0 0 0/10%), rgba(0 0 0/60%));}
.home_img .rolling .slide .wrap .img:after{ content: ""; display: block; padding-top: 65%;}
.home_img .rolling .slide .wrap .img .date{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: absolute; z-index: 2; right: 0; bottom: 30px; left: 0; transition: all .2s;}
.home_img .rolling .slide .wrap .img .date span{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; background: #F00; font-size: 14px; color: #FFF; letter-spacing: 0;}
.home_img .rolling .slide .wrap .img .date i{ font-size: 24px; color: #FFF;}
.home_img .rolling .slide .wrap .img .date p{ font-size: 18px; color: #FFF;}
.home_img .rolling .slide .wrap:hover .text{ top: 0; bottom: 0; opacity: 1;}
.home_img .rolling .slide .wrap:hover .date{ opacity: 0;}
.home_img .rolling .btn_prev{ display: flex; align-items: center; position: absolute; top: -100px; right: 60px; height: 40px; cursor: pointer; transition: all .2s;}
.home_img .rolling .btn_prev i{ font-size: 40px; color: #000;}
.home_img .rolling .btn_next{ display: flex; align-items: center; position: absolute; top: -100px; right: 0; height: 40px; cursor: pointer; transition: all .2s;}
.home_img .rolling .btn_next i{ font-size: 40px; color: #000;}
@media(max-width: 1024px){
    .home_img .rolling .slide .wrap .text{ padding: 30px 20px;}
}
@media(max-width: 768px){
    .home_img{ margin-top: 3rem;}
    .home_img .head .t1{ font-size: 1.2rem;}
    .home_img .head .t2{ margin-top: 1rem; font-size: 2rem;}
    .home_img .head .t3{ margin-top: 1rem; font-size: 1.2rem;}
    .home_img .rolling{ margin: 2rem -0.4rem 0 -0.4rem;}
    .home_img .rolling .slide{ padding: 0 0.4rem;}
    .home_img .rolling .slide .wrap{ border-radius: 1rem;}
    .home_img .rolling .slide .wrap .text{ padding: 1.5rem 2rem;}
    .home_img .rolling .slide .wrap .text .tip{ font-size: 1rem;}
    .home_img .rolling .slide .wrap .text .tit{ font-size: 1.2rem;}
    .home_img .rolling .slide .wrap .text .btn{ width: 6rem; height: 1.8rem; border-radius: 2rem; font-size: 0.8rem; border-color: #005745; background: #005745;}
    .home_img .rolling .slide .wrap .img .date{ grid-gap: 0.6rem; bottom: 1.2rem;}
    .home_img .rolling .slide .wrap .img .date span{ padding: 0 0.8rem; height: 1.8rem; border-radius: 2rem; font-size: 0.8rem;}
    .home_img .rolling .slide .wrap .img .date i{ font-size: 1.2rem;}
    .home_img .rolling .slide .wrap .img .date p{ font-size: 1rem;}
    .home_img .rolling .btn_prev{ top: -4rem; right: 4rem; height: 2rem;}
    .home_img .rolling .btn_prev i{ font-size: 2rem;}
    .home_img .rolling .btn_next{ top: -4rem; height: 2rem;}
    .home_img .rolling .btn_next i{ font-size: 2rem;}
}


.home_banner{ margin-top: 160px;}
.home_banner .modle_min{ display: flex; grid-gap: 100px;}
.home_banner a{ display: flex; justify-content: space-between; align-items: center; position: relative; width: 50%;}
.home_banner a .text{ flex: 0 0 300px;}
.home_banner a .text .t1{ font-size: 20px; font-weight: 400; color: #000;}
.home_banner a .text .t2{ margin-top: 15px; font-size: 45px; font-weight: 900; color: #000;}
.home_banner a .text .t3{ margin-top: 20px; font-size: 20px; color: #666;}
.home_banner a .text i{ margin-top: 40px; font-size: 30px; color: #000;}
.home_banner a .img{ flex: 1; display: flex; justify-content: center; align-items: center; height: 500px; border-radius: 20px; background: #f6f8fb;}
.home_banner a .img img{ display: block; max-width: 60%;}
.home_banner a:nth-child(1) .img{ background: url(/images/hb01.jpg) center/cover;}
.home_banner a:nth-child(2) .img{ background: url(/images/hb02.jpg) center/cover;}
@media(max-width: 1500px){
    .home_banner a .text{ flex: 0 0 220px;}
    .home_banner a .text .t2{ font-size: 40px;}
}
@media(max-width: 1024px){
    .home_banner .modle_min{ grid-gap: 50px;}
    .home_banner a{ display: block;}
    .home_banner a .text i{ margin-top: 20px;}
    .home_banner a .img{ margin-top: 40px;}
}
@media(max-width: 768px){
    .home_banner{ margin-top: 5rem;}
    .home_banner .modle_min{ grid-gap: 1rem;}
    .home_banner a .text{ flex: initial;}
    .home_banner a .text .t1{ font-size: 1.2rem;}
    .home_banner a .text .t2{ margin-top: 1rem; font-size: 2rem;}
    .home_banner a .text .t3{ margin-top: 1rem; font-size: 1.2rem;}
    .home_banner a .text i{ margin-top: 1rem; font-size: 2rem;}
    .home_banner a .img{ margin-top: 1rem; height: 20rem; border-radius: 1rem;}
}








.type_full{ padding-right: 50px !important; padding-left: 50px !important;}
.type_row{ margin: 0 auto; max-width: 1400px; width: 100%;}
.type_sub{ margin: 0 auto; padding: 0 0 0 300px; max-width: 1400px; width: 100%;}
.type_sub_right{ width: 100%;}
.type_cb{ clear: both;}
@media(max-width: 1400px){
    .type_sub{ padding: 0 0 0 250px;}
}
@media(max-width: 1025px){
    .type_sub{ padding: 0;}
}
@media(max-width: 768px){
    .type_full{ padding-right: 15px !important; padding-left: 15px !important;}
}




.type_left_menu{ overflow: hidden; margin: 0 0 20px 0; border-radius: 15px; border: 1px solid rgba(0 0 0/10%); background: #f1f9fc;}
.type_left_menu .my{ display: flex; justify-content: center; align-items: center; padding: 30px 30px; border-bottom: 1px solid #e5e5e5; background: #FFF;}
.type_left_menu .my i{ display: block; margin: 0 5px 0 0; font-size: 46px; color: #afd486;}
.type_left_menu .my p{ font-size: 26px; font-weight: 300; color: #000;}
.type_left_menu ul{ display: flex; justify-content: center;}
.type_left_menu ul li{}
.type_left_menu ul li a{ display: flex; justify-content: space-between; align-items: center; padding: 30px;}
.type_left_menu ul li a p{ font-size: 16px; font-weight: 300; color: #000;}
.type_left_menu ul li.on a p{ font-weight: 500; color: #afd486;}
@media(max-width: 768px){
    .type_left_menu .my{ padding: 20px;}
    .type_left_menu .my i{ font-size: 36px;}
    .type_left_menu .my p{ font-size: 20px;}
    .type_left_menu ul > li a{ padding: 20px;}
    .type_left_menu ul > li a p{ font-size: 14px;}
}



.guide_basic{ position: relative; z-index: 20;}
.guide_basic .type_row{ display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; height: 80px;}
.guide_basic .fl{ display: flex; align-items: center;}
.guide_basic .fl li{}
.guide_basic .fl li i{ margin: 0 10px; font-size: 14px; color: rgba(0 0 0/20%);}
.guide_basic .fl li:first-child i{ margin: 0; font-size: 24px; color: #000;}
.guide_basic .fl li p{ font-size: 16px; color: rgba(0 0 0/80%);}
.guide_basic .fr{ display: flex; align-items: center;}
.guide_basic .fr span{ font-size: 14px; font-weight: 500; color: #afd486;}
.guide_basic .fr p{ font-size: 14px; color: rgba(0 0 0/80%);}
@media(max-width: 768px){
    .guide_basic .type_row{ height: 60px;}
    .guide_basic .fl li i{ margin: 0 5px 4px 5px; font-size: 10px;}
    .guide_basic .fl li:first-child i{ margin: 2px 0 0 0; font-size: 16px;}
    .guide_basic .fl li p{ font-size: 12px;}
}



.sub_visual{ display: flex; justify-content: center; align-items: center; position: relative; margin: 30px 0 50px 0; height: 300px; background: #000;}
.sub_visual .modle_min{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 10;}
.sub_visual .tit{ font-size: 50px; font-weight: 700; color: #FFF;}
.sub_visual .guide{ display: flex; align-items: center; grid-gap: 15px; margin-top: 30px;}
.sub_visual .guide i.xi-home{ font-size: 16px; color: rgba(255 255 255/80%);}
.sub_visual .guide i.xi-angle-right{ font-size: 12px; color: rgba(255 255 255/40%);}
.sub_visual .guide p{ font-size: 14px; color: rgba(255 255 255/100%);}
.sub_visual .bg{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.sub_visual .bg.sv_r{ background: url(/images/sv_r.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_ca{ background: url(/images/sv_ca.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_gf{ background: url(/images/sv_gf.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_cn{ background: url(/images/sv_cn.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_my{ background: url(/images/sv_my.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_mj{ background: url(/images/sv_mj.png) center/cover; opacity: 0.4;}
.sub_visual .bg.sv_a{ background: url(/images/sv_a.jpg) center/cover; opacity: 0.4;}
@media(max-width: 768px){
    .sub_visual{ margin: 1rem 0 3rem 0; height: 10rem;}
    .sub_visual .tit{ font-size: 2rem;}
    .sub_visual .guide{ grid-gap: 0.6rem; margin-top: 1rem;}
    .sub_visual .guide i.xi-home{ font-size: 1rem;}
    .sub_visual .guide i.xi-angle-right{ font-size: 0.6rem;}
    .sub_visual .guide p{ font-size: 0.9rem;}
}





.type_sub_menu{ position: relative; z-index: 20; margin: -70px 0 80px 0;}
.type_sub_menu ul{ display: flex; align-items: flex-end; position: relative; height: 70px; border-radius: 16px 16px 0 0; border: 1px solid rgba(0 0 0/0%); border-bottom: 0; background: rgba(255 255 255/100%);}
.type_sub_menu ul:after{ content: ""; position: absolute; right: -2px; bottom: 0; left: -2px; height: 2px; background: #000;}
.type_sub_menu ul li{ width: 50%; height: 100%;}
.type_sub_menu ul li a{ display: flex; justify-content: center; align-items: center; height: 100%; cursor: pointer;}
.type_sub_menu ul li a p{ font-size: 20px; font-weight: 500; color: #000;}
.type_sub_menu ul li.on a{ position: relative; z-index: 10; margin: -10px -1px 0 -1px; padding: 10px 0 0 0; height: 79px; border-radius: 16px 16px 0 0; border: 2px solid #000; background: #FFF;}
.type_sub_menu ul li.on a:before{ content: ""; position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; background: #FFF;}
.type_sub_menu ul li.on a p{ font-size: 20px; font-weight: 700; color: #000;}
.type_sub_menu.res{ margin: -70px 0 10px 0; height: 70px; border-top: 2px solid #000; background: #FFF;}
.type_sub_menu.res ul{ display: none;}
@media(max-width: 1025px){
}
@media(max-width: 768px){
    .type_sub_menu{ margin: -50px 0 40px 0;}
    .type_sub_menu ul{ height: 50px;}
    .type_sub_menu ul li a p{ font-size: 16px;}
    .type_sub_menu ul li.on a{ height: 59px;}
    .type_sub_menu ul li.on a p{ font-size: 16px;}
    .type_sub_menu.res{ margin: -50px 0 -10px 0; height: 50px;}
}


.type_right{ width: 100%; padding: 50px; border-radius: 15px; border: 1px solid #e5e5e5;}
.type_right_max{ width: 100%;}
@media(max-width: 768px){
    .type_right{ padding: 30px 15px;}
}



.home_img_sub{ margin: 60px 0 0 0;}
.home_img_sub .list{}
.home_img_sub .list ul{ display: flex; flex-wrap: wrap; margin: -30px -15px 0 -15px;}
.home_img_sub .list ul li{ margin: 30px 0 0 0; width: 33.333%;}
.home_img_sub .list ul li a{ display: block; margin: 0 15px; transition: all .2s;}
.home_img_sub .list ul li a .img{ border-radius: 16px;}
.home_img_sub .list ul li a .img img{ display: block; width: 100%;}
.home_img_sub .list ul li a .tit{ margin: 20px 0 0 0; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.home_img_sub .list ul li a .date{ display: flex; align-items: center; margin: 5px 0 0 0;}
.home_img_sub .list ul li a .date i{ margin: 0 5px 0 0; font-size: 16px; color: #999;}
.home_img_sub .list ul li a .date span{ font-size: 16px; color: #999;}
.home_img_sub .list ul li a:hover{ transform: scale(.95);}
@media(max-width: 1025px){
    .home_img_sub .list ul li{ width: 50%;}
}
@media(max-width: 768px){
    .home_img_sub{ margin: 40px 0 0 0;}
    .home_img_sub .list ul{ margin: -30px -7.5px 0 -7.5px;}
    .home_img_sub .list ul li{ margin: 30px 0 0 0; width: 100%;}
    .home_img_sub .list ul li a{ margin: 0 7.5px;}
    .home_img_sub .list ul li a .tit{ margin: 10px 0 0 0; font-size: 16px;}
    .home_img_sub .list ul li a .date{ margin: 5px 0 0 0;}
    .home_img_sub .list ul li a .date i{ font-size: 14px;}
    .home_img_sub .list ul li a .date span{ font-size: 14px;}
}




.company_about{ padding: 50px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.company_about .a01 .logo{ display: block; margin: 0 auto; width: auto; height: 43px;}
.company_about .a01 .t1{ margin-top: 50px; text-align: center; font-size: 40px; font-weight: 900; color: #000;}
.company_about .a01 .t2{ margin-top: 20px; text-align: center; line-height: 1.6; font-size: 18px; color: #666;}
.company_about .a01 .t2 b{ font-weight: 600; color: #005745;}
.company_about .a01 img{ display: block; margin: 50px 0 0 0; width: 100%; border-radius: 20px;}
.company_about .txt{ display: grid; grid-gap: 15px; margin-top: 50px;}
.company_about .txt li{ display: flex;}
.company_about .txt li .t1{ flex: 0 0 60px; line-height: 1.4; font-size: 18px; font-weight: 600; color: #000;}
.company_about .txt li .t2{ line-height: 1.4; font-size: 18px; color: #333;}
.company_about .txt li .t3{ display: grid; grid-gap: 8px;}
.company_about .txt li .t3 p{ position: relative; padding-left: 15px; line-height: 1.4; font-size: 18px; color: #333;}
.company_about .txt li .t3 p:before{ content: "-"; position: absolute; top: 0; left: 0; color: #999;}
.company_about .txt li .t4{ line-height: 1.4; font-size: 18px; font-weight: 600; color: #000;}
@media(max-width: 768px){
    .company_about{ padding: 2rem; border-radius: 1rem;}
    .company_about .a01 .logo{ height: 2rem;}
    .company_about .a01 .t1{ margin-top: 2rem; font-size: 1.6rem;}
    .company_about .a01 .t2{ margin-top: 1rem; font-size: 1.2rem;}
    .company_about .a01 img{ margin: 2rem 0 0 0; border-radius: 1rem;}
    .company_about .txt{ grid-gap: 1rem; margin-top: 2rem;}
    .company_about .txt li .t1{ flex: 0 0 4rem; font-size: 1.2rem;}
    .company_about .txt li .t2{ font-size: 1.2rem;}
    .company_about .txt li .t3{ grid-gap: 0.8rem;}
    .company_about .txt li .t3 p{ padding-left: 1rem; font-size: 1.2rem;}
    .company_about .txt li .t4{ font-size: 1.2rem;}
}





.sub_location{ padding: 50px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.sub_location .head{ text-align: center;}
.sub_location .head .t1{ font-size: 40px; font-weight: 700; color: #000;}
.sub_location .head .t2{ margin: 20px 0 0 0; font-size: 20px; color: #000;}
.sub_location .head .t2 span{ color: #999;}
.sub_location .head .t3{ display: flex; justify-content: center; margin: 30px 0 0 0;}
.sub_location .head .t3 p{ display: flex; align-items: center; margin: 0 30px; font-size: 18px; color: #666; letter-spacing: 0;}
.sub_location .head .t3 p span{ display: block; margin: 0 5px 0 0; font-size: 18px; font-weight: 400; color: #000;}
.sub_location > .map{ margin: 50px 0 0 0;}
.root_daum_roughmap .cont{ display: none;}
.sub_location .foot{ margin: 50px 0 0 0; text-align: center;}
.sub_location .foot .link{ display: flex; margin: 0 -5px;}
.sub_location .foot .link a{ display: flex; justify-content: center; align-items: center; margin: 0 5px; width: 33.333%; height: 60px; border-radius: 15px; border: 1px solid rgba(0 0 0/10%); background: #FFF; transition: all .3s; cursor: pointer;}
.sub_location .foot .link a img{ display: block; margin: 0 10px 0 0;}
.sub_location .foot .link a p{ font-size: 16px; color: #000; transition: all .3s;}
.sub_location .foot .txt{ margin: 30px 0 0 0; font-size: 16px; color: #666;}
@media(max-width: 768px){
    .sub_location{ padding: 2rem; border-radius: 1rem;}
    .sub_location .head .t1{ font-size: 1.6rem;}
    .sub_location .head .t2{ margin: 1rem 0 0 0; font-size: 1.2rem;}
    .sub_location .head .t3{ margin: 1.5rem 0 0 0;}
    .sub_location .head .t3 p{ margin: 0 0.5rem; font-size: 1.1rem;}
    .sub_location .head .t3 p span{ margin: 0 0.4rem 0 0; font-size: 1.1rem;}
    .sub_location > .map{ margin: 2rem 0 0 0;}
    .sub_location .foot{ margin: 2rem 0 0 0;}
    .sub_location .foot .link{ display: grid; grid-gap: 1rem; margin: 0;}
    .sub_location .foot .link a{ margin: 0; width: 100%; height: 3.5rem; border-radius: 3rem;}
    .sub_location .foot .link a img{ margin: 0 1rem 0 0; height: 2rem;}
    .sub_location .foot .link a p{ width: 6rem; text-align: left; font-size: 1.1rem;}
    .sub_location .foot .txt{ margin: 2rem 0 0 0; line-height: 1.2; font-size: 1.1rem;}
}





.guide_facility{ padding: 50px; border-radius: 20px; border: 1px solid #DDD;}













.shopping_option{ position: relative; z-index: 30; margin: 0 0 30px 0;}
.shopping_option .type_row{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 20px 30px; border-radius: 15px; border: 1px solid rgba(0 0 0/2%); background: #f1f9fc;}
.shopping_option .type_row .fl{ display: flex; align-items: center;}
.shopping_option .type_row .fl .btn_01{ min-width: 160px;}
.shopping_option .type_row .fl .btn_01 .head{ justify-content: space-between !important;}
.shopping_option .type_row .fr{ display: flex; align-items: center;}
.shopping_option .type_row .fr .btn_01{ margin: 0 0 0 10px !important;}

.shopping_option .type_row .btn_01{ position: relative; z-index: 30; margin: 0 10px 0 0;}
.shopping_option .type_row .btn_01 .head{ display: flex; align-items: center; position: relative; height: 40px; padding: 0 15px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background: #FFF; cursor: default;}
.shopping_option .type_row .btn_01 .head p{ font-size: 14px; font-weight: 300; color: #000;}
.shopping_option .type_row .btn_01 .head i:first-child{ margin: 0 5px 0 0; font-size: 20px; color: #333;}
.shopping_option .type_row .btn_01 .head i:last-child{ margin: 0 0 0 20px; font-size: 12px; color: #999; transition: all .2s;}
.shopping_option .type_row .btn_01 .body{ overflow: hidden; position: absolute; top: 45px; right: 0; left: 0; padding: 0 25px; border-radius: 15px; height: 0; background: #FFF; border: 1px solid rgba(0 0 0/15%); opacity: 0; transition: all .2s;}
.shopping_option .type_row .btn_01 .body div{}
.shopping_option .type_row .btn_01 .body div a{ display: block; line-height: 2.5; font-size: 14px; color: #333; cursor: pointer;}
.shopping_option .type_row .btn_01 .body div.on a{ font-weight: 400; color: #afd486;}
.shopping_option .type_row .btn_01:hover .head i:last-child{ transform: rotate(180deg);}
.shopping_option .type_row .btn_01:hover .body{ top: 35px; padding: 10px 25px; height: auto; opacity: 1;}
@media(max-width: 768px){
    .shopping_option{ margin: 0 0 20px 0;}
    .shopping_option .type_row{ padding: 15px 15px;}
    .shopping_option .type_row .fl .btn_01{ min-width: 100px !important;}
    .shopping_option .type_row .fr{ justify-content: flex-end;}
    .shopping_option .type_row .fr .btn_01{ margin: 0 0 0 5px !important;}

    .shopping_option .type_row .btn_01{ margin: 0 5px 0 0;}
    .shopping_option .type_row .btn_01 .head{ height: 35px;}
    .shopping_option .type_row .btn_01 .head p{ font-size: 12px;}
    .shopping_option .type_row .btn_01 .head i:first-child{ margin: 0 3px 0 0; font-size: 16px;}
    .shopping_option .type_row .btn_01 .head i:last-child{ margin: 0 0 0 10px; font-size: 10px;}
    .shopping_option .type_row .btn_01 .body div a{ font-size: 12px;}
    .shopping_option .type_row .btn_01:hover .body{ top: 30px; padding: 10px 15px;}
}




.shopping_search_head{}
.shopping_search_head .type_row{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 40; margin: 0 auto 30px auto; padding: 30px; border-radius: 15px; border: 1px solid #e5e5e5; background: #f5f5f5;}
.shopping_search_head .type_row img{ display: block; margin: 0 20px 0 0; width: auto; height: 40px;}
.shopping_search_head .type_row .search{ display: flex; align-items: center; position: relative; width: 400px;}
.shopping_search_head .type_row .search input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 25px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; font-weight: 300; color: #000; outline: none; -webkit-appearance: none;}
.shopping_search_head .type_row i{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 10px; width: 50px; height: 50px; border-radius: 50%; background: #afd486; font-size: 25px; color: #FFF; cursor: pointer;}
@media(max-width: 768px){
    .shopping_search_head{}
    .shopping_search_head .type_row{ margin: 0 auto 20px auto; padding: 20px 15px;}
    .shopping_search_head .type_row .search{ width: 100%; height: 40px;}
    .shopping_search_head .type_row .search input{ height: 40px; font-size: 13px;}
    .shopping_search_head .type_row i{ margin: 0 0 0 5px; flex: 0 0 40px; width: 40px; height: 40px; font-size: 18px;}
}





.reservation_layout{}
.reservation_layout .modle_min{ display: flex;}
@media(max-width: 1024px){
    .reservation_layout .modle_min{ display: block;}
}


.shopping_list_calendar{ position: relative; z-index: 30; width: 400px;}
.shopping_list_calendar .ft{}
.shopping_list_calendar .ft .in{ display: flex; align-items: center; padding: 0 0 20px 0;}
.shopping_list_calendar .ft .in p{ line-height: 30px; font-size: 24px; font-weight: 600; color: #333;}
.shopping_list_calendar .ft .in p b{ margin: 0 0 0 5px; font-weight: 600; color: #005745;}
.shopping_list_calendar .ft .in .btn{ display: none;}
.shopping_list_calendar .ft .in .btn i{ font-size: 24px; color: #000;}
.shopping_list_calendar .fb{ border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_list_calendar .fb .head{ display: flex; justify-content: space-between; align-items: center; padding: 20px 30px;}
.shopping_list_calendar .fb .head i{ font-size: 20px; color: #000; cursor: pointer;}
.shopping_list_calendar .fb .head .center{ display: flex; align-items: center;}
.shopping_list_calendar .fb .head .center p{ padding: 0 20px 0 0; font-size: 20px; font-weight: 600; color: #000;}
.shopping_list_calendar .fb .head .center select{ display: flex; align-items: center; margin: 0; padding: 0 10px 0 0; width: auto; height: 30px; border-radius: 0; border: none; background:url(/images/modle_select_down.svg) no-repeat center right 0; background-size: 12px auto; font-size: 20px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.shopping_list_calendar .fb .date{ display: flex; padding: 0 16px; background: #f5f8fa;}
.shopping_list_calendar .fb .date p{ display: flex; justify-content: center; align-items: center; width: 14.285%; height: 50px; font-size: 16px; font-weight: 600; color: #000;}
.shopping_list_calendar .fb .date p:first-child{ color: #F00;}
.shopping_list_calendar .fb .date p:last-child{ color: #13bafb;}
.shopping_list_calendar .fb .list{}
.shopping_list_calendar .fb .list ul{ display: flex; flex-wrap: wrap; padding: 20px 15px;}
.shopping_list_calendar .fb .list ul li{ padding: 4px 1px; width: 14.285%;}
.shopping_list_calendar .fb .list ul li a{ display: flex; justify-content: center; align-items: center;}
.shopping_list_calendar .fb .list ul li a p{ display: none;}
.shopping_list_calendar .fb .list ul li a span{ display: flex; justify-content: center; align-items: center; max-width: 40px; width: 100%; height: 40px; border-radius: 20px; font-size: 16px; color: #666; cursor: pointer; transition: all .2s;}
.shopping_list_calendar .fb .list ul li a:hover span{ background: rgba(0 0 0/5%);}
.shopping_list_calendar .fb .list ul li.on a span{ background: #005745; color: #FFF;}
@media(max-width: 1024px){
    .shopping_list_calendar{ width: auto;}
}
@media(max-width: 768px){
    .shopping_list_calendar .ft .in{ padding: 0 0 1rem 0;}
    .shopping_list_calendar .ft .in p{ font-size: 1.6rem;}

    .shopping_list_calendar .fb{ border-radius: 1rem;}
    .shopping_list_calendar .fb .head{ padding: 1.5rem 2rem;}
    .shopping_list_calendar .fb .head i{ font-size: 1.2rem;}
    .shopping_list_calendar .fb .head .center p{ padding: 0 1rem 0 0; font-size: 1.6rem;}
    .shopping_list_calendar .fb .head .center select{ padding: 0 0.6rem 0 0; height: 1.6rem; font-size: 1.4rem;}
    .shopping_list_calendar .fb .date{ padding: 0 1rem;}
    .shopping_list_calendar .fb .date p{ height: 4rem; font-size: 1.1rem;}
    .shopping_list_calendar .fb .list ul{ padding: 1rem;}
    .shopping_list_calendar .fb .list ul li{ padding: 0.2rem 0;}
    .shopping_list_calendar .fb .list ul li a span{ max-width: 3rem; height: 3rem; border-radius: 3rem; font-size: 1.1rem;}
}


.shopping_list{ flex: 1; padding: 0 0 0 80px; width: 100%;}
.shopping_list .head{ display: flex; align-items: center; padding: 0 0 20px 0;}
.shopping_list .head p{ line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.shopping_list ul{ display: grid; grid-gap: 20px;}
.shopping_list ul li{}
.shopping_list ul li .row{ display: flex; align-items: center; padding: 40px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_list ul li .row .img{ position: relative; width: 240px;}
.shopping_list ul li .row .img .time{ display: flex !important; align-items: center; position: absolute; z-index: 4; top: 20px; left: 20px; padding: 0 15px; height: 36px; border-radius: 20px; background: #F00; font-size: 16px; font-weight: 500; color: #FFF;}
.shopping_list ul li .row .img .bg{ border-radius: 10px;}
.shopping_list ul li .row .img .bg:before{ content: ""; display: block; padding-top: 100%;}
.shopping_list ul li .row .img > img{ display: none;}
.shopping_list ul li .row .info{ flex: 1; position: relative; padding: 0 0 0 50px; width: 100%;}
.shopping_list ul li .row .info .t1{ display: flex; align-items: center;}
.shopping_list ul li .row .info .t1 p{ line-height: 1; font-size: 16px; color: #666;}
.shopping_list ul li .row .info .t1 span{ display: block; margin: 0 15px 2px 15px; width: 1px; height: 14px; background: #DDD;}
.shopping_list ul li .row .info .t2{ margin: 20px 0 0 0; line-height: 1.2; font-size: 30px; font-weight: 700; color: #000;}
.shopping_list ul li .row .info .price{ margin: 40px 0 0 0; font-size: 18px; font-weight: 500; color: #F00;}
@media(max-width: 1500px){
    .shopping_list{ padding: 0 0 0 50px;}
}
@media(max-width: 1024px){
    .shopping_list{ margin: 50px 0 0 0; padding: 0;}
}
@media(max-width: 768px){
    .shopping_list{ margin: 3rem 0 0 0;}
    .shopping_list .option{ padding: 0 0 1rem 0;}
    .shopping_list .option p{ font-size: 1.6rem;}
    .shopping_list .option span{ margin: 0 20px; height: 20px;}

    .shopping_list .head{ padding: 0 0 1rem 0;}
    .shopping_list .head p{ font-size: 1.6rem;}

    .shopping_list ul{ grid-gap: 1rem;}
    .shopping_list ul li .row{ padding: 1.5rem; border-radius: 1rem;}
    .shopping_list ul li .row .img{ width: 10rem; border-radius: 1rem;}
    .shopping_list ul li .row .img .time{ top: 0.8rem; left: 0.8rem; padding: 0 1rem; height: 2rem; font-size: 1rem;}
    .shopping_list ul li .row .info{ padding: 0 0 0 1.5rem;}
    .shopping_list ul li .row .info .t1 p{ font-size: 1rem;}
    .shopping_list ul li .row .info .t1 p:first-child:before{ font-size: 1rem;}
    .shopping_list ul li .row .info .t1 p:last-child:before{ font-size: 1rem;}
    .shopping_list ul li .row .info .t1 span{ margin: 0 1rem; height: 1rem;}
    .shopping_list ul li .row .info .t2{ margin: 1rem 0 0 0; font-size: 1.6rem;}
    .shopping_list ul li .row .info .price{ margin: 1rem 0 0 0; font-size: 1.1rem;}
}


.shopping_detail{}
.shopping_detail .modle_min{ position: relative; padding-left: 680px;}
.shopping_detail .modle_min .fr{}
@media(max-width: 1500px){
    .shopping_detail .modle_min{ padding-left: 450px;}
}
@media(max-width: 1024px){
    .shopping_detail .modle_min{ padding-left: 0;}
}
@media(max-width: 767px){
}


.shopping_detail_img{ position: absolute; top: 0; left: 0; width: 600px;}
.shopping_detail_img .title{ padding: 0 0 20px 0; line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.shopping_detail_img .img{ position: relative; border-radius: 20px;}
.shopping_detail_img .img:before{ content: ""; display: block; padding-top: 100%;}
.shopping_detail_img .img .time{ display: flex !important; align-items: center; position: absolute; z-index: 4; top: 20px; left: 20px; padding: 0 15px; height: 36px; border-radius: 20px; background: #F00; font-size: 16px; font-weight: 500; color: #FFF;}
.shopping_detail_img .info{ margin-top: 20px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_detail_img .info .t1{ display: flex; align-items: center;}
.shopping_detail_img .info .t1 p{ line-height: 1; font-size: 16px; color: #666;}
.shopping_detail_img .info .t1 span{ display: block; margin: 0 20px; width: 1px; height: 14px; background: #DDD;}
.shopping_detail_img .info .t2{ margin: 15px 0 0 0; line-height: 1.2; font-size: 24px; font-weight: 600; color: #000;}
.shopping_detail_img .info .t3{ margin: 20px 0 0 0; padding: 20px 0 0 0; border-top: 1px solid #e5e5e5;}
.shopping_detail_img .info .t3 ul{ display: grid; grid-gap: 20px;}
.shopping_detail_img .info .t3 ul li{ display: flex; align-items: center;}
.shopping_detail_img .info .t3 ul li span{ display: block; width: 80px; font-size: 16px; font-weight: 300; color: #666;}
.shopping_detail_img .info .t3 ul li p{ font-size: 16px; font-weight: 500; color: #000;}
@media(max-width: 1500px){
    .shopping_detail_img{ width: 400px;}
}
@media(max-width: 1024px){
    .shopping_detail_img{ position: initial; width: auto;}
}
@media(max-width: 768px){
    .shopping_detail_img .title{ padding: 0 0 1rem 0; font-size: 1.6rem;}
    .shopping_detail_img .img{ border-radius: 1rem;}
    .shopping_detail_img .img .time{ top: 1.5rem; left: 1.5rem; padding: 0 1rem; height: 2.5rem; font-size: 1.2rem;}
    .shopping_detail_img .info{ padding: 2rem; border-radius: 1rem;}
    .shopping_detail_img .info .t1 p{ font-size: 1.1rem;}
    .shopping_detail_img .info .t1 span{ margin: 0 1rem; height: 1rem;}
    .shopping_detail_img .info .t2{ margin: 1rem 0 0 0; font-size: 1.6rem;}
    .shopping_detail_img .info .t3{ margin: 1.5rem 0 0 0; padding: 1.5rem 0 0 0;}
    .shopping_detail_img .info .t3 ul{ grid-gap: 1rem;}
    .shopping_detail_img .info .t3 ul li span{ width: 6rem; font-size: 1.1rem;}
    .shopping_detail_img .info .t3 ul li p{ font-size: 1.1rem;}
}


.shopping_calendar{}
.shopping_calendar .ft{}
.shopping_calendar .ft .in{ display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 20px 0;}
.shopping_calendar .ft .in p{ line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.shopping_calendar .ft .in p b{ margin: 0 0 0 10px; font-weight: 600; color: #005745;}
.shopping_calendar .ft .in .btn{ display: none; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 20px; border: 1px solid #DDD; cursor: pointer; transition: all .2s;}
.shopping_calendar .ft .in .btn i{ font-size: 18px; color: #000;}
.shopping_calendar .ft .in .btn:hover{ transform: scale(1.1);}
.shopping_calendar .fb{ overflow: hidden; max-width: 100%; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_calendar .fb ul{ overflow: auto; display: flex; position: relative; padding: 20px;}
.shopping_calendar .fb ul li a{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 70px; height: 70px; border-radius: 40px; transition: all .2s; cursor: pointer;}
.shopping_calendar .fb ul li a p{ line-height: 1; font-size: 14px; color: #999;}
.shopping_calendar .fb ul li a span{ padding-top: 5px; font-size: 16px; font-weight: 600; color: #000;}
.shopping_calendar .fb ul li a:hover{ background: rgba(0 0 0/5%);}
.shopping_calendar .fb ul li.on a{ background: #005745;}
.shopping_calendar .fb ul li.on a p{ color: #FFF;}
.shopping_calendar .fb ul li.on a span{ color: #FFF;}
.shopping_calendar .fb ul::-webkit-scrollbar{ height: 6px; background: rgba(0 0 0/0);}
.shopping_calendar .fb ul::-webkit-scrollbar-thumb{ background-color: rgba(0 0 0/5%); border-radius: 0;}
@media(max-width: 1024px){
    .shopping_calendar{ margin: 50px 0 0 0;}
}
@media(max-width: 768px){
    .shopping_calendar{ margin: 3rem 0 0 0;}
    .shopping_calendar .ft .in{ padding: 0 0 1rem 0;}
    .shopping_calendar .ft .in p{ font-size: 1.6rem;}
    .shopping_calendar .ft .in p b{ margin: 0 0 0 0.4rem;}

    .shopping_calendar .fb{ border-radius: 1rem;}
    .shopping_calendar .fb ul{ padding: 1rem;}
    .shopping_calendar .fb ul li a{ width: 4rem; height: 4rem; border-radius: 3rem;}
    .shopping_calendar .fb ul li a p{ font-size: 1rem;}
    .shopping_calendar .fb ul li a span{ padding-top: 0.2rem; font-size: 1.2rem;}
}


.shopping_detail .fr .sd_time{ margin: 50px 0 0 0;}
.shopping_detail .fr .sd_time .title{ padding: 0 0 20px 0; line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.shopping_detail .fr .sd_time .box{ display: flex; flex-direction: column; align-items: center; padding: 50px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_detail .fr .sd_time .img{ max-width: 100%;}
.shopping_detail .fr .sd_time .img img{ display: block; width: 100%; height: auto; border-radius: 16px; cursor: pointer;}
.shopping_detail .fr .sd_time .img .txt{ margin-top: 15px; font-size: 16px; color: #666;}
.shopping_detail .fr .sd_time .list{}
.shopping_detail .fr .sd_time .list ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: 30px -5px 0 -5px;}
.shopping_detail .fr .sd_time .list ul li{ margin: 10px 0 0 0; cursor: pointer;}
.shopping_detail .fr .sd_time .list ul li a{ display: flex; justify-content: center; align-items: center; margin: 0 5px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #DDD; transition: all .2s;}
.shopping_detail .fr .sd_time .list ul li a p{ font-size: 16px; font-weight: 500; color: #000;}
.shopping_detail .fr .sd_time .list ul li a:hover{ background: #f5f8fa;}
.shopping_detail .fr .sd_time .list ul li.on a{ border-color: #005745; background: #005745;}
.shopping_detail .fr .sd_time .list ul li.on a p{ font-weight: 600; color: #FFF;}
.shopping_detail .fr .sd_time .txt{ margin: 15px 0 0 0; text-align: center; line-height: 1.2; font-size: 16px; color: #F00;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .shopping_detail .fr .sd_time{ margin: 3rem 0 0 0;}
    .shopping_detail .fr .sd_time .title{ padding: 0 0 1rem 0; font-size: 1.6rem;}
    .shopping_detail .fr .sd_time .box{ padding: 2rem;}
    .shopping_detail .fr .sd_time .img img{ border-radius: 0.6rem;}
    .shopping_detail .fr .sd_time .img .txt{ margin-top: 1rem; font-size: 1rem;}
    .shopping_detail .fr .sd_time .list ul{ margin: 2rem 0 0 0;}
    .shopping_detail .fr .sd_time .list ul li{ margin: 0.4rem 0 0 0;}
    .shopping_detail .fr .sd_time .list ul li a{ margin: 0 0.2rem; width: 3rem; height: 3rem;}
    .shopping_detail .fr .sd_time .list ul li a p{ font-size: 1.1rem;}
    .shopping_detail .fr .sd_time .txt{ margin-top: 1rem; font-size: 1rem;}
}


.shopping_detail .fr .sd_option{ margin: 50px 0 0 0;}
.shopping_detail .fr .sd_option .title{ padding: 0 0 20px 0; line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.shopping_detail .fr .sd_option .box{ display: grid; grid-gap: 20px; padding: 40px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_detail .fr .sd_option .row{ display: flex; justify-content: space-between; align-items: flex-end;}
.shopping_detail .fr .sd_option .row .rl{}
.shopping_detail .fr .sd_option .row .rr{}
.shopping_detail .fr .sd_option .row .tit{ font-size: 16px; color: #666;}
.shopping_detail .fr .sd_option .row .btn{ display: flex; margin-top: 10px;}
.shopping_detail .fr .sd_option .row .btn i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border: 1px solid #DDD; background: #FFF; font-size: 16px; color: #000; cursor: pointer;}
.shopping_detail .fr .sd_option .row .btn i:nth-child(1){ border-radius: 8px 0 0 8px;}
.shopping_detail .fr .sd_option .row .btn i:nth-child(3){ border-radius: 0 8px 8px 0;}
.shopping_detail .fr .sd_option .row .btn i:hover{ background: #f0f0f0;}
.shopping_detail .fr .sd_option .row .btn input{ display: flex; align-items: center; margin: 0 -1px; padding: 0; width: 80px; height: 40px; border-radius: 0; border: 1px solid #DDD; background: #FFF; text-align: center; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.shopping_detail .fr .sd_option .row .price{ line-height: 40px; font-size: 18px; font-weight: 500; color: #F00; letter-spacing: 0;}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .shopping_detail .fr .sd_option{ margin: 3rem 0 0 0;}
    .shopping_detail .fr .sd_option .title{ padding: 0 0 1rem 0; line-height: 1; font-size: 1.6rem;}
    .shopping_detail .fr .sd_option .box{ grid-gap: 2rem; padding: 2rem; border-radius: 1rem;}
    .shopping_detail .fr .sd_option .row .tit{ font-size: 1rem;}
    .shopping_detail .fr .sd_option .row .btn{ margin-top: 0.6rem;}
    .shopping_detail .fr .sd_option .row .btn i{ width: 2.5rem; height: 2.5rem; font-size: 1rem;}
    .shopping_detail .fr .sd_option .row .btn i:nth-child(1){ border-radius: 0.4rem 0 0 0.4rem;}
    .shopping_detail .fr .sd_option .row .btn i:nth-child(3){ border-radius: 0 0.4rem 0.4rem 0;}
    .shopping_detail .fr .sd_option .row .btn input{ width: 6rem; height: 2.5rem; font-size: 1rem;}
    .shopping_detail .fr .sd_option .row .price{ line-height: 2.5rem; font-size: 1.2rem;}
}





.sd_price{ display: flex; justify-content: space-between; align-items: center; margin: 50px 0 0 0;}
.sd_price p{ font-size: 24px; font-weight: 600; color: #000;}
.sd_price span{ font-size: 24px; font-weight: 600; color: #F00; letter-spacing: 0;}
@media(max-width: 768px){
    .sd_price{ margin: 3rem 0 0 0;}
    .sd_price p{ font-size: 1.6rem;}
    .sd_price span{ font-size: 1.6rem;}
}


.sd_btn{ margin: 20px 0 0 0;}
.sd_btn ul{ display: flex; grid-gap: 10px;}
.sd_btn ul li{ width: 100%;}
.sd_btn ul li a{ display: flex; justify-content: center; align-items: center; height: 70px; border-radius: 40px; background: #005745; cursor: pointer;}
.sd_btn ul li a p{ font-size: 20px; font-weight: 700; color: #FFF;}
.sd_btn ul li a.on{ background: #005745;}
.sd_btn ul li a.on p{ color: #FFF;}
@media(max-width: 768px){
    .sd_btn{ margin: 1rem 0 0 0;}
    .sd_btn ul{ grid-gap: 0.4rem;}
    .sd_btn ul li a{ height: 4rem;}
    .sd_btn ul li a p{ font-size: 1.2rem;}
}





.shopping_detail_view{ margin: 100px 0 0 0;}
.shopping_detail_view .modle_min{ display: grid; grid-gap: 50px;}
.shopping_detail_view .row{ overflow: hidden; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.shopping_detail_view .shopping_detail_tab_menu{ margin: 0 50px;}
.shopping_detail_view .shopping_detail_tab_menu ul{ display: flex;}
.shopping_detail_view .shopping_detail_tab_menu ul li{ width: 50%;}
.shopping_detail_view .shopping_detail_tab_menu ul li a{ display: flex; justify-content: center; align-items: center; height: 80px; border-bottom: 1px solid #e5e5e5; cursor: pointer;}
.shopping_detail_view .shopping_detail_tab_menu ul li a p{ font-size: 18px; color: #333;}
.shopping_detail_view .shopping_detail_tab_menu ul li.on a{ border-bottom: 2px solid #005745; background: #FFF;}
.shopping_detail_view .shopping_detail_tab_menu ul li.on a p{ font-weight: 700; color: #005745;}
.shopping_detail_view .shopping_detail_tab{ padding: 50px;}
.shopping_detail_view .shopping_detail_tab .title{ padding: 0 0 30px 0; font-size: 24px; font-weight: 700; color: #005745;}
.shopping_detail_view .shopping_detail_tab .text{ padding: 0 0 30px 0; line-height: 1.6; font-size: 16px; color: #333;}
.shopping_detail_view .shopping_detail_tab .text:last-child{ padding: 0;}

.shopping_detail_view .shopping_detail_tab .t2{ padding: 0 0 10px 0; font-size: 20px; font-weight: 600; color: #333;}
.shopping_detail_view .shopping_detail_tab .t3{ padding: 0 0 30px 0;}
.shopping_detail_view .shopping_detail_tab .t3 p{ position: relative; padding: 5px 0 5px 15px; line-height: 20px; font-size: 16px; color: #666;}
.shopping_detail_view .shopping_detail_tab .t3 p:before{ content: ""; display: block; position: absolute; top: 14px; left: 0; width: 6px; height: 1px; background: #CCC;}
@media(max-width: 768px){
    .shopping_detail_view{ margin: 3rem 0 0 0;}
    .shopping_detail_view .modle_min{ grid-gap: 1rem;}
    .shopping_detail_view .row{ border-radius: 1rem;}

    .shopping_detail_view .shopping_detail_tab_menu{ margin: 0 2rem;}
    .shopping_detail_view .shopping_detail_tab_menu ul li a{ height: 4.5rem;}
    .shopping_detail_view .shopping_detail_tab_menu ul li a p{ font-size: 1.2rem;}
    .shopping_detail_view .shopping_detail_tab{ padding: 2rem;}
    .shopping_detail_view .shopping_detail_tab .title{ padding: 0 0 1rem 0; font-size: 1.4rem;}
    .shopping_detail_view .shopping_detail_tab .text{ padding: 0 0 2rem 0; font-size: 1.1rem;}

    .shopping_detail_view .shopping_detail_tab .t2{ font-size: 1.1rem;}
    .shopping_detail_view .shopping_detail_tab .t3{ padding: 0 0 1rem 0;}
    .shopping_detail_view .shopping_detail_tab .t3 p{ font-size: 1.1rem;}
}


.reservation_pay{}
.reservation_pay .modle_min{ position: relative; padding: 0 0 0 680px;}
@media(max-width: 1500px){
    .reservation_pay .modle_min{ padding: 0 0 0 450px;}
}
@media(max-width: 1024px){
    .reservation_pay .modle_min{ padding: 0;}
    .reservation_pay .fr{ margin-top: 50px;}
}
@media(max-width: 768px){
    .reservation_pay .fr{ margin-top: 3rem;}
}


.reservation_pay_ok .type_row{}
.reservation_pay_ok .ok{ padding: 0 0 40px 0; text-align: center;}
.reservation_pay_ok .ok i{ font-size: 80px; color: #005745;}
.reservation_pay_ok .ok .t1{ margin: 10px 0 0 0; font-size: 36px; font-weight: 400; color: #000;}
.reservation_pay_ok .ok .t2{ margin: 30px 0 0 0; font-size: 18px; font-weight: 400; color: #333;}
.reservation_pay_ok .ok .t2 span{ font-weight: 500; color: #005745;}
.reservation_pay_ok .ok .t3{ margin: 10px 0 0 0; font-size: 14px; font-weight: 200; color: #666;}
.reservation_pay_ok .ok .t4{ margin: 15px auto 0 auto; width: 140px; height: 40px; border-radius: 20px; background: #F00; line-height: 40px; font-size: 16px; color: #FFF;}
.reservation_pay_ok .ok .t4.on{ background: #005745;}
@media(max-width: 767px){
    .reservation_pay_ok .ok{ padding: 0 0 20px 0;}
    .reservation_pay_ok .ok i{ font-size: 60px;}
    .reservation_pay_ok .ok .t1{ font-size: 26px;}

}


.reservation_search > .type_row{ max-width: 500px;}
.reservation_search .search{ text-align: center;}
.reservation_search .search i{ font-size: 80px; color: #005745;}
.reservation_search .search .t1{ margin: 10px 0 0 0; font-size: 36px; font-weight: 400; color: #000;}
.reservation_search .search .in{ position: relative;}
.reservation_search .search .in input{ display: flex; align-items: center; margin: 30px 0 0 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #CCC; background: none; font-size: 16px; font-weight: 300; color: #000; outline: none; -webkit-appearance: none;}
.reservation_search .search .in .btn{ display: flex; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; padding: 0 30px; border-radius: 30px; background: #005745; font-size: 16px; font-weight: 400; color: #FFF; cursor: pointer;}
.reservation_search .search .t2 span{ font-weight: 500; color: #005745;}
.reservation_search .search .t3{ margin: 20px 0 0 0; font-size: 16px; font-weight: 200; color: #666;}
@media(max-width: 767px){
    .reservation_search .search i{ font-size: 60px;}
    .reservation_search .search .t1{ font-size: 26px;}
    .reservation_search .search .in input{ height: 45px; font-size: 14px;}
    .reservation_search .search .in .btn{ padding: 0 25px; font-size: 14px;}
    .reservation_search .search .t3{ margin: 15px 0 0 0; font-size: 14px;}
}


.mypage_option{ position: relative; z-index: 30; width: 100%;}
.mypage_option .type_row{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 0 0 20px 0; width: 100%; border-bottom: 2px solid #000;}
.mypage_option .type_row .fl{ display: flex; align-items: center; position: relative; z-index: 10;}
.mypage_option .type_row .fr{ display: flex; align-items: center; position: relative; z-index: 1;}

.mypage_option .type_row .btn_01{ position: relative;}
.mypage_option .type_row .btn_01 .head{ display: flex; align-items: center; position: relative; cursor: default;}
.mypage_option .type_row .btn_01 .head p{ font-size: 30px; font-weight: 700; color: #000;}
.mypage_option .type_row .btn_01 .head i{ margin: 0 0 0 15px; font-size: 18px; color: #000; transition: all .2s;}
.mypage_option .type_row .btn_01 .body{ overflow: hidden; position: absolute; top: 45px; left: 0; border-radius: 16px; height: 0; background: #FFF; border: 1px solid rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.mypage_option .type_row .btn_01 .body div{}
.mypage_option .type_row .btn_01 .body div a{ display: block; padding: 0 30px; line-height: 2.5; font-size: 18px; color: #000; white-space: nowrap; cursor: pointer;}
.mypage_option .type_row .btn_01 .body div a:hover{ background: #f5f5f5;}
.mypage_option .type_row .btn_01 .body div.on a{ font-weight: 600; color: #afd486;}
.mypage_option .type_row .btn_01:hover .head i{ transform: rotate(180deg);}
.mypage_option .type_row .btn_01:hover .body{ top: 45px; padding: 10px 0; height: auto; opacity: 1;}

.mypage_option .type_row .date{ position: relative; z-index: 10; margin: 0 10px 0 0;}
.mypage_option .type_row .date > .head{ display: flex; justify-content: space-between; align-items: center; position: relative; width: 160px;}
.mypage_option .type_row .date > .head i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 20px; bottom: 0; font-size: 12px; color: #999;}
.mypage_option .type_row .date > .head input{ display: flex; align-items: center; margin: 0; padding: 0 35px 1px 20px; width: 100%; height: 40px; border-radius: 20px; border: 1px solid #DDD; background: none; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}

.mypage_option .type_row .date .date_calendar{ display: none; position: absolute; top: 39px; left: 0; padding: 0 15px 15px 15px; width: 260px; border-radius: 20px; background: #FFF; border: 1px solid rgba(0 0 0/10%);}
.mypage_option .type_row .date .date_calendar .top{ display: flex; justify-content: space-between; align-items: center; margin: 0 -15px; padding: 0 15px; border-radius: 10px 10px 0 0; height: 0; border-bottom: 1px solid rgba(0 0 0/5%); background: #f6fafc;}
.mypage_option .type_row .date .date_calendar .top a{ display: flex; align-items: center; height: 50px; font-size: 12px; color: #000; cursor: pointer;}
.mypage_option .type_row .date .date_calendar .top a.on{ font-size: 13px; font-weight: 500; color: #afd486;}
.mypage_option .type_row .date .date_calendar .menu{ display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
.mypage_option .type_row .date .date_calendar .menu .btn{}
.mypage_option .type_row .date .date_calendar .menu .btn i{ font-size: 14px; color: #666; cursor: pointer;}
.mypage_option .type_row .date .date_calendar .menu p{ font-size: 16px; font-weight: 300; color: #000;}
.mypage_option .type_row .date .date_calendar .head{ display: flex; align-items: center; padding: 10px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.mypage_option .type_row .date .date_calendar .head p{ width: 14.285%; text-align: center; font-size: 14px; color: #666;}
.mypage_option .type_row .date .date_calendar .body{ display: flex; flex-wrap: wrap; margin: 10px 0 0 0; width: 240px;}
.mypage_option .type_row .date .date_calendar .body p{ display: flex; justify-content: center; align-items: center; margin: 1px 0; width: 14.285%; height: 34px; background: #f5f7fa; font-size: 12px; color: #999; cursor: pointer;}
.mypage_option .type_row .date .date_calendar .body p.on{ background: none; color: #000;}
.mypage_option .type_row .date .date_calendar .body p.on.click{ border-radius: 50%; background: #afd486; color: #FFF;}

.mypage_option .type_row .date .date_calendar .flatpickr-current-month{ display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; margin: -10px 0 0 0; padding: 0;}
.mypage_option .type_row .date .date_calendar .flatpickr-current-month input.cur-year{ padding: 0; width: 50px; text-align: center;}
.mypage_option .type_row .date .date_calendar .flatpickr-current-month .flatpickr-monthDropdown-months{ display: flex; align-items: center; margin: 0; padding: 0 20px 0 0; background: url(/images/basic_select_icon.png) no-repeat center right 0 #FFF; background-size: 8px auto; outline: none; -webkit-appearance: none;}
.mypage_option .type_row .date .date_calendar .flatpickr-current-month .flatpickr-monthDropdown-months option{ background: #FFF;}
.mypage_option .type_row .date .date_calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{ display: flex; align-items: center; margin: -10px 0 0 0; padding: 0;}
.mypage_option .type_row .date .date_calendar .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month{ display: flex; align-items: center; margin: -10px 0 0 0; padding: 0;}
.mypage_option .type_row .date.on .date_calendar{ display: block;}

.mypage_option .type_row .search{ display: flex; position: relative; width: 200px;}
.mypage_option .type_row .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 50px; font-size: 16px; color: #000; cursor: pointer;}
.mypage_option .type_row .search input{ display: flex; align-items: center; margin: 0; padding: 0 35px 1px 20px; width: 100%; height: 40px; border-radius: 20px; border: 1px solid #DDD; background: none; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
@media(max-width: 1025px){
}
@media(max-width: 768px){
    .mypage_option .type_row{ flex-direction: column; align-items: flex-start; padding: 0;}
    .mypage_option .type_row .fl{}
    .mypage_option .type_row .fr{ padding: 10px 0 15px 0;}

    .mypage_option .type_row .btn_01 .head i{ margin: 0 0 0 5px;}
    .mypage_option .type_row .btn_01 .head p{ font-size: 24px;}
    .mypage_option .type_row .btn_01 .body{ top: 35px;}
    .mypage_option .type_row .btn_01:hover .body{ top: 40px;}

    .mypage_option .type_row .date{ flex: 0 0 140px; margin: 0 5px 0 0;}
    .mypage_option .type_row .date > .head i{ right: 15px;}
    .mypage_option .type_row .date > .head input{ padding: 0 40px 0 15px; font-size: 15px;}

    .mypage_option .type_row .search{ flex: 1; width: 100%;}
    .mypage_option .type_row .search i{ width: 40px;}
    .mypage_option .type_row .search input{ padding: 0 30px 0 15px; font-size: 15px;}
}




.mypage_order_list{ margin: 20px 0 0 0;}
.mypage_order_list .type_row{ overflow: hidden; position: relative;}
.mypage_order_list .type_row .head{ display: flex; justify-content: space-between; align-items: center; padding: 30px; border-radius: 15px 15px 0 0; border: 1px solid rgba(0 0 0/10%); border-bottom: 0; background: #f1f9fc;}
.mypage_order_list .type_row .head .check{ display: flex; align-items: center; cursor: pointer;}
.mypage_order_list .type_row .head .check i{ display: flex;justify-content: center; align-items: center; margin: 0 10px 0 0; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #DDD; background: #FFF; font-size: 14px; color: #999;}
.mypage_order_list .type_row .head .check p{ font-size: 20px; font-weight: 400; color: #000;}
.mypage_order_list .type_row .head .check.on i{ border-color: #742790; background: #742790; color: #FFF;}
.mypage_order_list .type_row .head .fr{ display: flex; align-items: center;}
.mypage_order_list .type_row .head .fr .row{ display: flex; align-items: flex-end; margin: 0 0 0 30px;}
.mypage_order_list .type_row .head .fr .row p{ padding: 0 0 2px 0; font-size: 12px; font-weight: 200; color: #666;}
.mypage_order_list .type_row .head .fr .row span{ margin: 0 0 0 10px; font-size: 16px; font-weight: 500; color: #F00;}

.mypage_order_list{ margin: 40px 0 0 0;}
.mypage_order_list:first-child{ margin: 60px 0 0 0;}
.mypage_order_list .head{ display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-radius: 8px; background: #f5f8fa;}
.mypage_order_list .head .check{ display: flex; align-items: center; cursor: pointer;}
.mypage_order_list .head .check i{ display: flex;justify-content: center; align-items: center; margin: 0 10px 0 0; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #DDD; background: #FFF; font-size: 14px; color: #999;}
.mypage_order_list .head .check p{ font-size: 24px; font-weight: 600; color: #000;}
.mypage_order_list .head .check.on i{ border-color: #afd486; background: #afd486; color: #FFF;}
.mypage_order_list .head .fr{ display: flex; align-items: center;}
.mypage_order_list .head .fr .row{ display: flex; align-items: flex-end; margin: 0 !important;}
.mypage_order_list .head .fr .row p{ padding: 0 0 2px 0; font-size: 16px; font-weight: 300; color: #000;}
.mypage_order_list .head .fr .row span{ margin: 0 0 0 10px; font-size: 22px; font-weight: 600; color: #F00 !important;}

.mypage_order_list .body{ display: flex; align-items: center; padding: 30px; border-bottom: 1px solid #DDD;}
.mypage_order_list .body .img{ display: block; width: 240px; border-radius: 8px; background: url(/images/img6.jpg) center/cover;}
.mypage_order_list .body .img img{ display: block; width: 100%;}
.mypage_order_list .body .img img:last-child{ display: none;}
.mypage_order_list .body .info{ flex: 1; padding: 0 0 0 50px;}
.mypage_order_list .body .info .t1{ display: flex; align-items: center;}
.mypage_order_list .body .info .t1 a{ font-size: 16px; color: #000;}
.mypage_order_list .body .info .t1 a:before{ content: ""; font-size: 16px; color: #000;}
.mypage_order_list .body .info .t1 span{ display: block; margin: 0 20px; width: 1px; height: 12px; background: #DDD;}
.mypage_order_list .body .info .t1 p{ font-size: 16px; color: #000;}
.mypage_order_list .body .info .t1 p:before{ content: ""; font-size: 16px; color: #000;}
.mypage_order_list .body .info .t2{  margin: 20px 0 0 0; line-height: 1.2; font-size: 30px; font-weight: 600; color: #000;}
.mypage_order_list .body .info .t3{ display: flex; align-items: center; margin: 15px 0 0 0;}
.mypage_order_list .body .info .t3 ul{ padding: 0 50px 0 0;}
.mypage_order_list .body .info .t3 ul:last-child{ padding: 0;}
.mypage_order_list .body .info .t3 ul li{ display: flex; align-items: flex-start; padding: 10px 0 0 0;}
.mypage_order_list .body .info .t3 ul li p{ width: 80px; line-height: 1.4; font-size: 16px; font-weight: 300; color: #666;}
.mypage_order_list .body .info .t3 ul li span{ flex: 1; line-height: 1.4; font-size: 16px; font-weight: 500; color: #000;}

.mypage_order_list .type_row .body{ padding: 30px; border: 1px solid #e5e5e5;}
.mypage_order_list .type_row .list{ display: block; position: relative; margin: 20px 0 0 0;}
.mypage_order_list .type_row .list:first-child{ margin: 0;}
.mypage_order_list .type_row .list .row{ display: flex; align-items: flex-end; position: relative; z-index: 20;}
.mypage_order_list .type_row .list .row .img{ flex: 0 0 200px; display: block; margin: 0 30px 0 0; border-radius: 10px;}
.mypage_order_list .type_row .list .row .img img{ display: block; width: 100%;}
.mypage_order_list .type_row .list .row .img img:last-child{ display: none;}
.mypage_order_list .type_row .list .row .info{ padding: 0 0 20px 0; width: 100%;}
.mypage_order_list .type_row .list .row .info .t1{ display: flex; align-items: center;}
.mypage_order_list .type_row .list .row .info .t1 a{ line-height: 1; font-size: 14px; font-weight: 300; color: #333;}
.mypage_order_list .type_row .list .row .info .t1 span{ display: block; margin: 0 15px; width: 1px; height: 12px; background: rgba(0 0 0/15%);}
.mypage_order_list .type_row .list .row .info .t1 p{ line-height: 1; font-size: 14px; color: #333;}
.mypage_order_list .type_row .list .row .info .t2{ display: block; margin: 15px 0 0 0; line-height: 1.4; font-size: 26px; font-weight: 400; color: #000;}
.mypage_order_list .type_row .list .row .info ul{ margin: 10px 0 0 0;}
.mypage_order_list .type_row .list .row .info ul li{ display: flex; align-items: flex-start; padding: 10px 0 0 0;}
.mypage_order_list .type_row .list .row .info ul li i{ margin: 0 5px 0 0; font-size: 20px; color: rgba(0 0 0/50%);}
.mypage_order_list .type_row .list .row .info ul li p{ width: 80px; line-height: 1.4; font-size: 16px; font-weight:600; color: rgba(0 0 0/80%);}
.mypage_order_list .type_row .list .row .info ul li span{ line-height: 1.4; font-size: 16px; color: rgba(0 0 0/90%);}
.mypage_order_list .type_row .list .bg{ overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 15px;}
.mypage_order_list .type_row .list .bg:before{ content: ""; display: block; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(0 0 0/10%), rgba(0 0 0/80%)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);}


.mypage_order_list .type_row .foot{ display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-radius: 0 0 15px 15px; border: 1px solid #e5e5e5; border-top: 0;}
.mypage_order_list .type_row .foot .fl p{ display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight:600; color: #000;}
.mypage_order_list .type_row .foot .fl p span{ padding: 0 10px 0 0;}
.mypage_order_list .type_row .foot .fr{ display: flex;}
.mypage_order_list .type_row .foot .fr a{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 10px; width: 100px; height: 40px; border-radius: 20px; background: #ff2828; color:#fff; font-size: 14px; font-weight: 400;cursor: pointer;}
@media(max-width: 768px){
    .mypage_order_list .type_row .head{ padding: 20px;}
    .mypage_order_list .type_row .head .check i{ margin: 0 5px 0 0; width: 20px; height: 20px; font-size: 12px;}
    .mypage_order_list .type_row .head .check p{ font-size: 18px;}

    .mypage_order_list .type_row .body{ padding: 30px 20px;}
    .mypage_order_list .type_row .list{ margin: 10px 0 0 0;}
    .mypage_order_list .type_row .list .row{ display: block;}
    .mypage_order_list .type_row .list .row .img{ flex: initial; margin: 0 0 20px 0; width: auto;}
    .mypage_order_list .type_row .list .row .img img:first-child{ display: none;}
    .mypage_order_list .type_row .list .row .img img:last-child{ display: block;}
    .mypage_order_list .type_row .list .row .info{ padding: 0;}
    .mypage_order_list .type_row .list .row .info .t1 a{ font-size: 12px;}
    .mypage_order_list .type_row .list .row .info .t1 p{ font-size: 12px;}
    .mypage_order_list .type_row .list .row .info ul li i{ font-size: 18px;}
    .mypage_order_list .type_row .list .row .info ul li p{ font-size: 12px;}
    .mypage_order_list .type_row .list .row .info ul li span{ font-size: 12px;}
    .mypage_order_list .type_row .foot{ padding: 20px; flex-direction:column; width:100%}
	.mypage_order_list .type_row .foot .fl{width:100%}
    .mypage_order_list .type_row .foot .fl a{ padding: 0 20px;}
    .mypage_order_list .type_row .foot .fr a{ width: 90px; height: 30px; font-size: 12px; margin-left:0}
	.mypage_order_list .type_row .foot .fl p{flex-direction:column; align-items:flex-start; margin-bottom:10px; width:100%}
}




.mypage_order_foot{ margin: 20px 0 0 0;}
.mypage_order_foot .type_row{ overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-radius: 15px; border: 1px solid #e5e5e5;}
.mypage_order_foot .type_row .fl{ display: flex; align-items: center;}
.mypage_order_foot .type_row .fl .check{ display: flex; align-items: center; cursor: pointer;}
.mypage_order_foot .type_row .fl .check i{ display: flex;justify-content: center; align-items: center; margin: 0 5px 0 0; width: 18px; height: 18px; border-radius: 5px; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #999;}
.mypage_order_foot .type_row .fl .check p{ display: block; line-height: 2.5; font-size: 14px; color: #333;}
.mypage_order_foot .type_row .fl .check.on i{ border-color: #742790; background: #742790; color: #FFF;}
.mypage_order_foot .type_row .fl .check.on p{ font-weight: 400; color: #742790;}
.mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0 0 0 30px;}
.mypage_order_foot .type_row .fl .btn a{ font-size: 14px; color: #333; cursor: pointer;}
.mypage_order_foot .type_row .fl .btn span{ display: block; margin: 0 15px; width: 1px; height: 10px; background: #CCC;}
.mypage_order_foot .type_row .fr .btn p{ font-size: 16px; font-weight: 400; color: #FFF;}
@media(max-width: 1025px){
    .mypage_order_foot .type_row{ display: block;}
    .mypage_order_foot .type_row .fl{ justify-content: space-between;}
	.mypage_order_list .body .info{ padding: 0 0 30px 30px;}
    .mypage_order_list .body .info .t3 ul{ padding: 0 30px 0 0;}
    .mypage_order_list .body .info .t3 ul li p{ width: 70px;}
}
@media(max-width: 768px){
    .mypage_order_foot .type_row{ padding: 20px 15px;}
    .mypage_order_foot .type_row .fl{}
    .mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0;}
    .mypage_order_foot .type_row .fl .btn a{ margin: 0 0 0 20px;}
    .mypage_order_foot .type_row .fl .btn span{ display: none;}
	.mypage_order_list{ margin: 30px 0 0 0;}
    .mypage_order_list:first-child{ margin: 40px 0 0 0;}
    .mypage_order_list .head{ padding: 20px 15px;}
    .mypage_order_list .head .check p{ font-size: 20px;}
    .mypage_order_list .head .fr .row p{ padding: 0 0 1px 0; font-size: 16px;}
    .mypage_order_list .head .fr .row span{ font-size: 20px;}

    .mypage_order_list .body{ display: block; padding: 20px 15px;}
    .mypage_order_list .body .img{ width: auto;}
    .mypage_order_list .body .img img:first-child{ display: none;}
    .mypage_order_list .body .img img:last-child{ display: block;}
    .mypage_order_list .body .info{ padding: 20px 0 10px 0;}
    .mypage_order_list .body .info .t1 a{ font-size: 14px;}
    .mypage_order_list .body .info .t1 a:before{ font-size: 14px;}
    .mypage_order_list .body .info .t1 span{ margin: 0 15px;}
    .mypage_order_list .body .info .t1 p{ font-size: 14px;}
    .mypage_order_list .body .info .t1 p:before{ font-size: 14px;}
    .mypage_order_list .body .info .t2{ margin: 10px 0 0 0; font-size: 24px;}
    .mypage_order_list .body .info .t3{ display: block; margin: 10px 0 0 0;}
    .mypage_order_list .body .info .t3 ul{ padding: 0 30px 0 0;}
    .mypage_order_list .body .info .t3 ul li{ padding: 10px 0 0 0;}
    .mypage_order_list .body .info .t3 ul li p{ width: 70px; font-size: 15px;}
    .mypage_order_list .body .info .t3 ul li span{ font-size: 15px;}
}




.mypage_order_foot{ margin: 20px 0 0 0;}
.mypage_order_foot .type_row{ overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-radius: 15px; border: 1px solid #e5e5e5;}
.mypage_order_foot .type_row .fl{ display: flex; align-items: center;}
.mypage_order_foot .type_row .fl .check{ display: flex; align-items: center; cursor: pointer;}
.mypage_order_foot .type_row .fl .check i{ display: flex;justify-content: center; align-items: center; margin: 0 5px 0 0; width: 18px; height: 18px; border-radius: 5px; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #999;}
.mypage_order_foot .type_row .fl .check p{ display: block; line-height: 2.5; font-size: 14px; color: #333;}
.mypage_order_foot .type_row .fl .check.on i{ border-color: #afd486; background: #afd486; color: #FFF;}
.mypage_order_foot .type_row .fl .check.on p{ font-weight: 400; color: #afd486;}
.mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0 0 0 30px;}
.mypage_order_foot .type_row .fl .btn a{ font-size: 14px; color: #333; cursor: pointer;}
.mypage_order_foot .type_row .fl .btn span{ display: block; margin: 0 15px; width: 1px; height: 10px; background: #CCC;}
.mypage_order_foot .type_row .fr .btn p{ font-size: 16px; font-weight: 400; color: #FFF;}
@media(max-width: 1025px){
    .mypage_order_foot .type_row{ display: block;}
    .mypage_order_foot .type_row .fl{ justify-content: space-between;}
}
@media(max-width: 768px){
    .mypage_order_foot .type_row{ padding: 20px 15px;}
    .mypage_order_foot .type_row .fl{}
    .mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0;}
    .mypage_order_foot .type_row .fl .btn a{ margin: 0 0 0 20px;}
    .mypage_order_foot .type_row .fl .btn span{ display: none;}
}




.mypage_order_foot{ margin: 20px 0 0 0;}
.mypage_order_foot .type_row{ overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-radius: 15px; border: 1px solid #e5e5e5;}
.mypage_order_foot .type_row .fl{ display: flex; align-items: center;}
.mypage_order_foot .type_row .fl .check{ display: flex; align-items: center; cursor: pointer;}
.mypage_order_foot .type_row .fl .check i{ display: flex;justify-content: center; align-items: center; margin: 0 5px 0 0; width: 18px; height: 18px; border-radius: 5px; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #999;}
.mypage_order_foot .type_row .fl .check p{ display: block; line-height: 2.5; font-size: 14px; color: #333;}
.mypage_order_foot .type_row .fl .check.on i{ border-color: #afd486; background: #afd486; color: #FFF;}
.mypage_order_foot .type_row .fl .check.on p{ font-weight: 400; color: #afd486;}
.mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0 0 0 30px;}
.mypage_order_foot .type_row .fl .btn a{ font-size: 14px; color: #333; cursor: pointer;}
.mypage_order_foot .type_row .fl .btn span{ display: block; margin: 0 15px; width: 1px; height: 10px; background: #CCC;}
.mypage_order_foot .type_row .fr .btn p{ font-size: 16px; font-weight: 400; color: #FFF;}
@media(max-width: 1025px){
    .mypage_order_foot .type_row{ display: block;}
    .mypage_order_foot .type_row .fl{ justify-content: space-between;}
}
@media(max-width: 768px){
    .mypage_order_foot .type_row{ padding: 20px 15px;}
    .mypage_order_foot .type_row .fl{}
    .mypage_order_foot .type_row .fl .btn{ display: flex; align-items: center; margin: 0;}
    .mypage_order_foot .type_row .fl .btn a{ margin: 0 0 0 20px;}
    .mypage_order_foot .type_row .fl .btn span{ display: none;}
}




.mypage_profile{ margin: 0 0 80px 0;}
.mypage_profile .type_row{}
.mypage_profile .type_row .head{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 20px 0; border-bottom: 2px solid #000;}
.mypage_profile .type_row .head .tit{ font-size: 30px; font-weight: 700; color: #000;}
.mypage_profile .type_row .head .btn{ display: flex; align-items: center; padding: 0 30px; height: 40px; border-radius: 20px; border: 1px solid #DDD; background: #FFF; cursor: pointer;}
.mypage_profile .type_row .head .btn p{ font-size: 16px; color: #000;}
.mypage_profile .type_row .head .btn.on{ border-color: #afd486; background: #afd486;}
.mypage_profile .type_row .head .btn.on p{ color: #FFF;}
.mypage_profile .type_row .list{ padding: 20px 40px; border-bottom: 1px solid #DDD;}
.mypage_profile .type_row .list ul{}
.mypage_profile .type_row .list ul li{}
.mypage_profile .type_row .list ul li .box{ display: block; position: relative; padding: 20px 0 20px 120px;}
.mypage_profile .type_row .list ul li .box .title{ position: absolute; top: 50%; left: 0; transform: translate(0,-50%); font-size: 16px; color: #666;}
.mypage_profile .type_row .list ul li .box .row{}
.mypage_profile .type_row .list ul li .box .row .text{ font-weight: 600; font-size: 16px; color: #000;}
.mypage_profile .type_row .list ul li .box .row .btn{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 60px; border-radius: 8px; background: #333; text-align: center; cursor: pointer;}
.mypage_profile .type_row .list ul li .box .row .btn p{ font-size: 18px; font-weight: 600; color: #FFF;}
.mypage_profile .type_row .list ul li .box .row .in_pw{ position: relative;}
.mypage_profile .type_row .list ul li .box .row .in_pw i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; width: 50px; font-size: 24px; color: #000; cursor: pointer;}
.mypage_profile .type_row .list ul li .box .row .in_pw input{ display: flex; align-items: center; margin: 0; padding: 0 15px; width: 100%; height: 50px; border-radius: 8px; border: 1px solid #DDD; background: #FFF; font-size: 16px; font-weight: 500; color: #000; outline: none; -webkit-appearance: none;}
.mypage_profile .type_row .list ul li .box .row .in_pw.on i{ color: #afd486;}
.mypage_profile .type_row .list ul li .box .row input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 8px; border: 1px solid #DDD; background: #FFF; font-size: 16px; font-weight: 500; color: #000; outline: none; -webkit-appearance: none;}
.mypage_profile .type_row .list ul li .box .row textarea{ display: flex; align-items: center; margin: 0; padding: 20px 20px; width: 100%; height: 200px; border-radius: 8px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 16px; font-weight: 500; color: #000; outline: none; -webkit-appearance: none;}
.mypage_profile .type_row .list ul li .box .row select{ display: flex; align-items: center; margin: 0; padding: 0 35px 0 20px; width: 100%; height: 50px; border-radius: 8px; border:1px solid rgba(0 0 0/10%); background:url(/images/basic_select_icon.png) no-repeat center right 20px #FFF; background-size: 10px auto; font-size: 14px; font-weight: 200; color: #000; outline: none; -webkit-appearance: none;}
.mypage_profile .type_row .list ul li .box .row select::-ms-expand{ display: none;}
.mypage_profile .type_row .list ul li .box .row .in{ display: flex; margin: 0 -5px;}
.mypage_profile .type_row .list ul li .box .row .in input{ margin: 0 5px;}
.mypage_profile .type_row .list ul li .box .row .in select{ margin: 0 5px;}
@media(max-width: 768px){
    .mypage_profile .type_row .head{ padding: 0 0 15px 0;}
    .mypage_profile .type_row .head .tit{ font-size: 24px;}
    .mypage_profile .type_row .head .btn{ padding: 0 20px;}
    .mypage_profile .type_row .head .btn.on{ font-size: 14px;}
    .mypage_profile .type_row .list{ padding: 15px 15px;}
    .mypage_profile .type_row .list ul li{ width: 100%;}
    .mypage_profile .type_row .list ul li .box{ padding: 10px 0 10px 70px;}
    .mypage_profile .type_row .list ul li .box .row{ flex-wrap: wrap;}
    .mypage_profile .type_row .list ul li .box .row .in_pw{ width: 100%;}
    .mypage_profile .type_row .list ul li .box .row .btn{ height: 50px;}
    .mypage_profile .type_row .list ul li .box .row .btn p{ font-size: 16px;}
    .mypage_profile .type_row .list ul li .box .row input{ padding: 0 15px;}
    .mypage_profile .type_row .list ul li .box .row select{ padding: 0 30px 0 15px; background:url(/images/basic_select_icon.png) no-repeat center right 15px #FFF; background-size: 10px auto;}
    .mypage_profile .type_row .list ul li .box .row .in{ margin: 0 -2.5px;}
    .mypage_profile .type_row .list ul li .box .row .in input{ margin: 0 2.5px;}
    .mypage_profile .type_row .list ul li .box .row .in select{ margin: 0 2.5px;}
}

































.type_btn_more{ display: flex; justify-content: center; margin: 60px 0 0 0;}
.type_btn_more a{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 60px; border-radius: 30px; border: 1px solid rgba(0 0 0/100%); background: #FFF; cursor: pointer; transition: all .3s;}
.type_btn_more a p{ font-size: 18px; font-weight: 500; color: #000;}
.type_btn_more a i{ margin: 0 0 2px 10px; font-size: 16px; color: #000;}
.type_btn_more a:hover{ background: #f5f5f5;}
@media(max-width:767px){
    .type_btn_more{ margin: 30px 0 0 0;}
    .type_btn_more a{ width: 140px; height: 40px;}
    .type_btn_more a p{ font-size: 12px;}
    .type_btn_more a i{ font-size: 12px;}
}




.member_join{ padding: 0 50px;}
.member_join .row{ margin: 0 auto; padding: 50px; max-width: 600px; border-radius: 16px; border: 1px solid rgba(0 0 0/10%); background: #f5f8fa;}
.member_join .row .title{ text-align: center; font-size: 30px; font-weight: 700; color: #000;}

.member_join .row .menu{ display: flex; margin: 20px -5px 0 -5px;}
.member_join .row .menu:first-child{ margin-top: 0;}
.member_join .row .menu li{}
.member_join .row .menu li a{ display: flex; justify-content: center; align-items: center; margin: 0 5px; height: 60px; border-radius: 8px; border: 1px solid #000; background: #FFF; cursor: pointer;}
.member_join .row .menu li a p{ font-size: 18px; font-weight: 500; color: #000;}
.member_join .row .menu li.on a{ border: 1px solid #000; background: #000;}
.member_join .row .menu li.on a p{ font-weight: 700; color: #FFF;}

.member_join .row .menu.privacy{ margin: 40px -5px 0 -5px;}
.member_join .row .menu.privacy li a p{ font-size: 18px;}

.member_join .row .name{ display: flex; justify-content: center; align-items: center; position: relative; margin: 40px 0 0 0;}
.member_join .row .name:after{ content: ""; display: block; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: #DDD;}
.member_join .row .name p{ position: relative; z-index: 10; padding: 0 20px; background: #f5f8fa; font-size: 16px; font-weight: 500; color: #000;}

.member_join .row .write{ margin: 40px 0 0 0;}
.member_join .row .write .box{ margin: 20px 0 0 0;}
.member_join .row .write .box:first-child{ margin: 0;}
.member_join .row .write .box .tit{ padding: 0 0 10px 0; font-size: 14px; color: #333;}
.member_join .row .write .box .tit span{ padding: 0 5px 0 0; color: #F00;}
.member_join .row .write .box input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 8px; border: 1px solid rgba(0 0 0/15%); background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.member_join .row .write .box select{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 20px; width: 100%; height: 50px; border-radius: 8px; border:1px solid rgba(0 0 0/10%); background:url(/images/basic_select_icon.png) no-repeat center right 20px #FFF; background-size: 12px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.member_join .row .write .box select::-ms-expand{ display: none;}

.member_join .row .write .box .in_day{ display: flex; margin: 0 -5px;}
.member_join .row .write .box .in_day input{ width: 40%; margin: 0 5px;}
.member_join .row .write .box .in_day select{ width: 30%; margin: 0 5px;}

.member_join .row .write .box .in_sns{ display: flex;}
.member_join .row .write .box .in_sns select{ flex: 0 0 120px; margin: 0 5px 0 0;}

.member_join .row .write .box .in_code{ display: flex;}
.member_join .row .write .box .in_code .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; margin: 0 0 0 5px; height: 50px; border-radius: 8px; background: #000; cursor: pointer;}
.member_join .row .write .box .in_code .btn p{ font-size: 16px; font-weight: 500; color: #FFF;}

.member_join .row .write .box .in_pw{ position: relative;}
.member_join .row .write .box .in_pw i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; width: 50px; font-size: 24px; color: #000; cursor: pointer;}
.member_join .row .write .box .in_pw.on i{ color: #afd486;}

.member_join .row .write .box .in_file{}
.member_join .row .write .box .in_file ul{ display: flex; margin: 0 -2.5px;}
.member_join .row .write .box .in_file ul li{ width: 33.333%;}
.member_join .row .write .box .in_file ul li a{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; margin: 0 2.5px; height: 140px; border-radius: 5px; border: 1px solid rgba(0 0 0/10%); background: #FFF; cursor: pointer;}
.member_join .row .write .box .in_file ul li a .ok{ display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 5px; border: 2px solid #afd486;}
.member_join .row .write .box .in_file ul li a .ok .text{ display: flex; justify-content: center; align-items: center; position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 0; background: #afd486;}
.member_join .row .write .box .in_file ul li a .ok .text i{ font-size: 12px; color: #FFF;}
.member_join .row .write .box .in_file ul li a .ok .text p{ margin: 0 0 0 5px; font-size: 12px; color: #FFF;}
.member_join .row .write .box .in_file ul li a > i{ font-size: 3em; color: #000;}
.member_join .row .write .box .in_file ul li a > p{ margin: 10px 0 0 0; font-size: 14px; color: #000;}
.member_join .row .write .box .in_file ul li.on .ok{ display: block;}
.member_join .row .write .box .in_file > p{ margin: 10px 0 0 0; font-size: 12px; color: #F00;}

.member_join .row .terms{ overflow: hidden; margin: 40px 0 0 0; border-radius: 8px; border: 1px solid rgba(0 0 0/15%); background: #FFF;}
.member_join .row .terms .scroll{ overflow: auto; padding: 30px; height: 200px; line-height: 1.8 !important; font-size: 14px; color: #666;}
.member_join .row .terms .title{ font-size: 18px !important; color: #000;}

.member_join .row .terms .scroll::-moz-scrollbar{ width: 4px; background: #f0f0f0;}
.member_join .row .terms .scroll::-moz-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
.member_join .row .terms .scroll::-ms-scrollbar{ width: 4px; background: #f0f0f0;}
.member_join .row .terms .scroll::-ms-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}
.member_join .row .terms .scroll::-webkit-scrollbar{ width: 4px; background: #f0f0f0;}
.member_join .row .terms .scroll::-webkit-scrollbar-thumb{ background-color: #afd486; border-radius: 0;}

.member_join .row .join_check{ display: flex; align-items: center; margin: 20px 0 0 0;}
.member_join .row .join_check i{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #FFF; cursor: pointer;}
.member_join .row .join_check i.on{ border-color: #afd486; background: #afd486; color: #FFF;}
.member_join .row .join_check .txt{ display: flex; align-items: center; margin: 1px 0 0 5px;}
.member_join .row .join_check .txt a{ font-size: 16px; font-weight: 600; color: #000;}
.member_join .row .join_check .txt p{ font-size: 16px; color: #333;}

.member_join .row .join_ok{ margin: 50px 0 0 0; text-align: center;}
.member_join .row .join_ok i{ font-size: 80px; color: #afd486;}
.member_join .row .join_ok .t1{ margin: 20px 0 0 0; text-align: center; font-size: 26px; font-weight: 500; color: #000;}
.member_join .row .join_ok .t1 span{ font-weight: 700; color: #000;}
.member_join .row .join_ok .t2{ margin: 10px 0 0 0; text-align: center; font-size: 16px; font-weight: 400; color: #333;}
.member_join .row .join_ok .t2 span{ color: #F00;}

.member_join .row .btn_join{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; height: 60px; border-radius: 8px; background: #000; cursor: pointer;}
.member_join .row .btn_join p{ font-size: 18px !important; font-weight: 600; color: #FFF !important;}

.member_join .row .btn_login{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0;}
.member_join .row .btn_login p{ font-size: 14px; color: #666;}
.member_join .row .btn_login a{ display: flex; align-items: center; margin: 0 0 0 10px; cursor: pointer;}
.member_join .row .btn_login a span{ font-size: 14px; font-weight: 600; color: #afd486;}
.member_join .row .btn_login a i{ margin: 0 0 1px 5px; font-size: 12px; color: #afd486;}
@media(max-width:767px){
    .member_join{ padding: 0 15px;}
    .member_join .row{ padding: 30px 30px 40px 30px;}
    .member_join .row .title{ font-size: 24px;}

    .member_join .row .menu{ margin: 15px -2.5px 0 -2.5px;}
    .member_join .row .menu li a{ margin: 0 2.5px; height: 55px;}
    .member_join .row .menu li a p{ font-size: 16px;}

    .member_join .row .menu.privacy{ margin: 30px -2.5px 0 -2.5px;}
    .member_join .row .menu.privacy li a p{ font-size: 16px;}

    .member_join .row .write{ margin: 20px 0 0 0;}
    .member_join .row .write .box{ margin: 20px 0 0 0;}
    .member_join .row .write .box .tit{ padding: 0 0 6px 0;}
    .member_join .row .write .box input{ padding: 0 15px;}
    .member_join .row .write .box select{ padding: 0 30px 0 15px; background:url(/images/basic_select_icon.png) no-repeat center right 15px #FFF; background-size: 10px auto;}

    .member_join .row .write .box .in_sns select{ flex: 0 0 100px;}
    .member_join .row .write .box .in_code .btn{ flex: 0 0 100px;}
    .member_join .row .write .box .in_pw i{ width: 45px;}

    .member_join .row .write .box .in_file ul li a{ height: 120px;}
    .member_join .row .write .box .in_file > p{font-size: 10px;}

    .member_join .row .join_ok .t1{ font-size: 24px;}
    .member_join .row .join_ok .t2{ margin: 5px 0 0 0;}
}









.type_table_01 table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.type_table_01 table thead{}
.type_table_01 table thead tr{}
.type_table_01 table thead tr td{ padding: 15px 10px; border-top: 2px solid #afd486; border-bottom: 1px solid #CCC; background: #f5f5f5; text-align: center; font-size: 16px; color: #000;}
.type_table_01 table tbody{}
.type_table_01 table tbody tr{}
.type_table_01 table tbody tr th{ padding: 15px 10px; border: 1px solid #DDD; background: #f5f5f5; text-align: center; line-height: 1.6; font-size: 14px; font-weight: 300;}
.type_table_01 table tbody tr th:first-child{ border-left: 0;}
.type_table_01 table tbody tr th:last-child{ border-right: 0;}
.type_table_01 table tbody tr td{ padding: 15px 10px; border: 1px solid #DDD; text-align: center; line-height: 1.6; font-size: 14px; font-weight: 200;}
.type_table_01 table tbody tr td:first-child{ border-left: 0;}
.type_table_01 table tbody tr td:last-child{ border-right: 0;}


.type_btn_01{ display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0;}
.type_btn_01 p{ font-size: 16px; font-weight: 200;}
.type_btn_01 a{ display: flex; align-items: center; padding: 0 50px; border-radius: 30px; height: 50px; background: #afd486; font-size: 16px; color: #FFF; cursor: pointer;}
@media(max-width: 768px){
    .type_btn_01{ flex-wrap: wrap; margin: 30px 0 0 0;}
    .type_btn_01 a{ height: 40px;}
}


.type_btn_02{ display: flex; justify-content: center; margin: 50px 0 0 0;}
.type_btn_02 a{ display: flex; justify-content: center; align-items: center; margin: 0 5px; width: 180px; height: 50px; border-radius: 25px; background: #333;}
.type_btn_02 a p{ font-size: 16px; font-weight: 300; color: #FFF;}
.type_btn_02 a:nth-child(1){ background: #333;}
.type_btn_02 a:nth-child(2){ background: #afd486;}
@media(max-width: 768px){
    .type_btn_02{ margin: 30px -2.5px 0 -2.5px;}
    .type_btn_02 a{ margin: 0 2.5px; height: 45px;}
    .type_btn_02 a p{ font-size: 14px;}
}


.type_btn_03{ display: flex; justify-content: center; align-items: center; margin: 60px auto 0 auto; width: 200px; height: 60px; border-radius: 30px; border: 1px solid #000; background: #FFF; text-align: center; cursor: pointer;}
.type_btn_03 p{ font-size: 18px; font-weight: 500; color: #000;}
.type_btn_03:hover{ background: #f5f5f5;}
@media(max-width:767px){
    .type_btn_03{ margin: 30px auto 0 auto; width: auto; height: 50px;}
    .type_btn_03 p{ font-size: 16px;}
}








.type_search{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 20px 0; border-bottom: 2px solid #000;}
.type_search .fl{}
.type_search .fl p{ font-size: 30px; color: #000;}
.type_search .fl p span{ padding: 0 15px 0 0; font-weight: 700;}
.type_search .fl p font{ font-weight: 700; color: #afd486;}
.type_search .fr{ display:flex; align-items:center;}
.type_search .fr .search{ position: relative;}
.type_search .fr .search i{ display: block; position: absolute; top: 0; right: 0; width: 50px; text-align: center; line-height: 40px; font-size: 16px; color: #000; cursor: pointer;}
.type_search .fr .search input{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 20px; width: 200px; height: 40px; border-radius: 20px; border: 1px solid #DDD; background: #FFF; font-size: 16px; font-weight: 400; color:#000; outline:none; -webkit-appearance:none;}
@media(max-width:767px){
    .type_search{ padding: 0 0 15px 0;}
    .type_search .fl p{ font-size: 24px;}
    .type_search .fl p span{ padding: 0 10px 0 0;}
    .type_search .fr .search{}
    .type_search .fr .search i{ width: 40px; font-size: 15px;}
    .type_search .fr .search input{ padding: 0 40px 0 15px; width: 150px; font-size: 15px;}
}


.type_page{ display:flex; justify-content:center; align-items:center; margin: 60px 0 0 0;}
.type_page i{ display: flex; justify-content: center; align-items: center; margin: 0 2.5px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #DDD; font-size: 12px; color: #000; cursor: pointer;}
.type_page i:hover{ background: #f5f5f5;}
.type_page .page{ display: flex; align-items: center;}
.type_page .page p{ display: flex; justify-content: center; align-items: center; margin: 0 2.5px; padding: 0 10px; min-width: 40px; height: 40px; border-radius: 50%; border: 1px solid #DDD; font-size: 14px; font-weight: 400; color: #000; cursor: pointer;}
.type_page .page p.on{ position: relative; z-index: 1; border-color: #afd486; background: #afd486; color: #FFF;}
@media(max-width: 768px){
    .type_page{ margin: 30px 0 0 0;}
    .type_page i{ width: 35px; height: 35px; font-size: 12px;}
    .type_page .page p{ padding: 0 10px; min-width: 35px; height: 35px; font-size: 14px;}
}


.type_faq{ margin: 60px 0 0 0;}
.type_faq ul{ border-top: 1px solid #DDD;}
.type_faq ul li{ border-bottom: 1px solid #DDD; cursor: pointer;}
.type_faq ul li a{ display: block; position: relative; padding: 35px 100px 35px 30px;}
.type_faq ul li a .q{ position: relative; padding: 0 0 0 50px; line-height: 1.2; font-size: 18px; font-weight: 500; color: #000;}
.type_faq ul li a .q:before{ content: "Q"; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 50%; transform: translate(0,-50%); width: 35px; height: 35px; border-radius: 50%; background: #000; font-size: 18px; font-weight: 500; color: #FFF;}
.type_faq ul li a .a{ display: none; position: relative; margin: 30px 0 0 0; padding: 0 0 0 50px; line-height: 1.4; font-size: 17px; font-weight: 400; color: #333;}
.type_faq ul li a .a:before{ content: "A"; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: -2px; width: 35px; height: 35px; border-radius: 50%; background: #afd486; font-size: 18px; font-weight: 500; color: #FFF; opacity: 0; transition: all 1s;}
.type_faq ul li a i{ display: block; position: absolute; top: 50%; right: 20px; transform: translate(0,-50%); font-size: 16px; color: rgba(0 0 0/50%); transition: all .3s;}
.type_faq ul li.on a .a:before{ opacity: 1;}
.type_faq ul li.on a i{ transform: rotate(180deg);}
@media(max-width: 768px){
    .type_faq{ margin: 40px 0 0 0;}
    .type_faq ul li a{ padding: 20px 60px 20px 0;}
    .type_faq ul li a .q{ padding: 0 0 0 40px; font-size: 16px;}
    .type_faq ul li a .q:before{ width: 30px; height: 30px; font-size: 16px;}
    .type_faq ul li a .a{ margin: 20px 0 0 0; padding: 0 0 0 40px; font-size: 18px;}
    .type_faq ul li a .a:before{ width: 30px; height: 30px; font-size: 15px;}
    .type_faq ul li a i{ right: 0;}
}



.type_notice{ margin: 60px 0 0 0;}
.type_notice .head{ display: flex; background: #f5f8fa;}
.type_notice .head li{ display: flex; justify-content: center; align-items: center; height: 70px;}
.type_notice .head li p{ font-size: 18px; font-weight: 500; color: #000;}
.type_notice .body{ border-top: 1px solid #DDD;}
.type_notice .body li{}
.type_notice .body li .row{ display:flex; flex-wrap:wrap; align-items:center; position:relative; padding: 30px 0; border-bottom: 1px solid #DDD;}
.type_notice .body li .row .number{ width:10%; display:flex; justify-content:center; align-items:center; font-size: 18px; color:#666;}
.type_notice .body li .row .tit{ width:60%; display:flex; align-items:center; padding: 0 15px;}
.type_notice .body li .row .tit a{ max-width: 100%; font-size: 18px; font-weight: 500; color: #000; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer;}
.type_notice .body li .row .date{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 18px; color:#666;}
.type_notice .body li .row .click{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 18px; color:#666;}
.type_notice .body li .row .click span{ display: none;}
.type_notice .body li .row .answer{ width:15%; display:flex; justify-content:center; align-items:center;}
.type_notice .body li .row .answer p{ display:flex; justify-content:center; align-items:center; padding:0 15px; height:30px; border-radius:20px; border:1px solid #DDD; font-size: 14px; color:#666;}
.type_notice .body li .row .answer.on p{ border:1px solid #afd486; background:#afd486; color:#FFF;}
@media(max-width: 768px){
    .type_notice{ margin: 40px 0 0 0;}
    .type_notice .head{ display: none;}
    .type_notice .body li .row{ padding: 20px 0 20px 0;}
    .type_notice .body li .row .number{ justify-content: flex-start; width: 10%; line-height: 30px; font-weight: 700; color: #afd486;}
    .type_notice .body li .row .tit{ padding: 0; width: 90%; line-height: 30px;}
    .type_notice .body li .row .tit a{ font-size: 16px;}
    .type_notice .body li .row .date{ justify-content: flex-start; margin: 5px 20px 0 0; width: auto; font-size: 14px;}
    .type_notice .body li .row .click{ justify-content: flex-start; margin: 5px 0 0 0; width: auto; font-size: 14px;}
    .type_notice .body li .row .click span{ display: block; padding: 0 5px 0 0;}
    .type_notice .body li .row .answer{ width:auto;}
    .type_notice .body li .row .answer p{ height:25px; font-size:10px;}
}


.type_qna{ overflow: hidden; margin: 20px 0 0 0; border-radius: 15px; border: 1px solid #e5e5e5;}
.type_qna .head{ display: flex; background: #f5f5f5;}
.type_qna .head li{ display:flex; justify-content:center; align-items:center; height: 50px;}
.type_qna .head li p{ font-size: 14px; font-weight: 300; color: #000;}
.type_qna .body{}
.type_qna .body li{}
.type_qna .body li .row{ display:flex; flex-wrap:wrap; align-items:center; position:relative; padding: 30px 0; border-top: 1px solid #e5e5e5;}
.type_qna .body li .row .number{ width:10%; display:flex; justify-content:center; align-items:center; font-size: 14px; color:#666;}
.type_qna .body li .row .tit{ width:45%; display:flex; align-items:center; padding:0 15px;}
.type_qna .body li .row .tit a{ max-width: 90%; font-size: 14px; font-weight: 300; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer;}
.type_qna .body li .row .tit i{ margin:0 0 0 5px; font-size: 2em; color:#666; cursor:pointer;}
.type_qna .body li .row .user{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 14px; font-weight: 200; color:#666;}
.type_qna .body li .row .date{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 14px; font-weight: 200; color:#666;}
.type_qna .body li .row .click{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 14px; font-weight: 200; color:#666;}
.type_qna .body li .row .answer{ width:15%; display:flex; justify-content:center; align-items:center;}
.type_qna .body li .row .answer p{ display:flex; justify-content:center; align-items:center; padding: 0 15px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 14px; color:#666;}
.type_qna .body li .row .answer.on p{ border: 1px solid #8bb92c; background:#8bb92c; color: #FFF;}
@media(max-width: 768px){
    .type_qna .head{ display: none;}
    .type_qna .body li:first-child .row{ border-top: 0;}
    .type_qna .body li .row{ padding: 20px 15px 20px 60px;}
    .type_qna .body li .row .number{ position:absolute; top:50%; transform: translate(0,-50%); left: 15px; width:35px; height:35px; border-radius:50%; background: #afd486; color:#FFF;}
    .type_qna .body li .row .tit{ margin: -1px 0 0 0; padding: 0 0 5px 0; width: 100%; line-height: 20px;}
    .type_qna .body li .row .user{ justify-content:flex-start; width:20%; font-size:12px;}
    .type_qna .body li .row .date{ justify-content:flex-start; width:30%; font-size:12px;}
    .type_qna .body li .row .click{ justify-content:flex-start; width:20%; font-size:12px;}
    .type_qna .body li .row .answer{ width:auto;}
    .type_qna .body li .row .answer p{ padding: 0 10px; height: 30px; font-size: 11px;}
}


.type_event{ margin: 60px 0 0 0;}
.type_event ul{ display: flex; flex-wrap: wrap; margin: -30px -15px 0 -15px;}
.type_event ul li{ margin: 30px 0 0 0; width: 25%;}
.type_event ul li a{ display: block; margin: 0 15px; transition: all .2s;}
.type_event ul li a .img{}
.type_event ul li a .img img{ display: block; width: 100%; height: auto; border-radius: 16px;}
.type_event ul li a .fr{ display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 10; padding: 20px 0 0 0; width: 100%;}
.type_event ul li a span{ display: flex; align-items: center; position: absolute; top: -50px; left: 20px; padding: 0 15px; height: 30px; border-radius: 20px; background: #000; font-size: 12px; font-weight: 600; color: #FFF;}
.type_event ul li a span.on{ background: #F00;}
.type_event ul li a .tit{ margin: 0 0 0 0; width: 100%; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.type_event ul li a .txt{ display: none !important; margin: 10px 0 0 0; width: 100%; line-height: 1.5; font-size: 14px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.type_event ul li a .date{ display: flex; align-items: center; margin: 10px 0 0 0; font-size: 16px; color: #999;}
.type_event ul li a .date i{ margin: 0 5px 0 0; font-size: 16px; color: #999;}
.type_event ul li a:hover{ transform: scale(.95);}
@media(max-width: 1025px){
    .type_event ul li{ width: 33.333%;}
}
@media(max-width: 768px){
    .type_event{ margin: 40px 0 0 0;}
    .type_event ul{ margin: -30px -7.5px 0 -7.5px;}
    .type_event ul li{ margin: 30px 0 0 0; width: 50%;}
    .type_event ul li a{ margin: 0 7.5px;}
    .type_event ul li a .img img{ border-radius: 8px;}
    .type_event ul li a .fr{ padding: 10px 0 0 0;}
    .type_event ul li a span{ top: -40px; left: 15px; padding: 0 10px; height: 25px; font-size: 10px;}
    .type_event ul li a .tit{ font-size: 16px;}
    .type_event ul li a .date{ margin: 5px 0 0 0; font-size: 14px;}
    .type_event ul li a .date i{ font-size: 14px;}
}


.type_view{}
.type_view .head{}
.type_view .head .tit{ padding: 0 0 20px 0; line-height: 1.4; font-size: 30px; font-weight: 700; color: #000;}
.type_view .head ul{ display: flex; flex-wrap: wrap; align-items: center; padding: 20px 30px; border-top: 2px solid #000; border-bottom: 1px solid #DDD; background: #f5f8fa;}
.type_view .head ul li{ display: flex; align-items: center; margin: 0 30px 0 0;}
.type_view .head ul li:last-child{ margin: 0;}
.type_view .head ul li p{ display: block; margin: 0 10px 0 0; font-size: 16px; color: #666;}
.type_view .head ul li font{ display: block; font-size: 16px; font-weight: 500; color: #000;}
.type_view .head ul li span{ display:flex; justify-content:center; align-items:center; padding:0 15px; height:30px; border-radius:20px; border:1px solid #DDD; font-size: 14px; font-weight: 200; color:#666;}
.type_view .head ul li span.on{ border:1px solid #afd486; background:#afd486; color:#FFF;}
.type_view .body{ padding: 40px 30px;}
.type_view .body *{ line-height: 1.5; font-size: 16px; color: #000; word-break: break-all !important; word-wrap: break-word !important;}
.type_view .body a{ word-break: break-all !important; word-wrap: break-word !important;}
.type_view .body iframe{ display: block; margin: 0 0 20px 0; width: 100% !important; height: 500px !important;}
.type_view .body img{ display: block; margin: 0 0 20px 0; max-width:100%;}

.type_view .body .qna{}
.type_view .body .qna .head{ padding: 0 0 15px 0; font-size: 16px; font-weight: 400; color: #000;}
.type_view .body .qna .q{}
.type_view .body .qna .a{ margin: 30px 0 0 0; padding: 30px 0 0 0; border-top: 1px solid #DDD;}

.type_view .body .file{ display:flex; flex-wrap: wrap; margin:30px 0 0 0;}
.type_view .body .file a{ display:flex; justify-content:center; align-items:center; margin: 0 10px 0 0; padding:0 30px; height:40px; border-radius: 30px; border:1px solid #09F;}
.type_view .body .file p{ font-size: 14px; color:#09F;}
.type_view .body .file i{ margin:0 0 0 5px; font-size: 14px; color:#09F;}
.type_view .page{ border-top: 1px solid #DDD;}
.type_view .page li{ display:flex; align-content:center; padding: 30px 30px 30px 100px; border-bottom: 1px solid #DDD;}
.type_view .page li p{ float:left; margin:0 0 0 -100px; width:100px; text-align:center; font-size: 16px; color:#999;}
.type_view .page li .tit{ display:flex; align-content:center; width:100%;}
.type_view .page li .tit a{ display:block; max-width:90%; font-size: 16px; font-weight: 500; color: #000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.type_view .page li .tit i{ margin:0 0 0 10px; font-size: 16px; cursor:pointer;}
.type_view .answer{ display:flex; align-items:center; padding:30px; background:#afd486;}
.type_view .answer .fl{ margin:0 30px 0 0; font-size:20px; color:#FFF;}
.type_view .answer .fr{ flex:1 0; padding:30px; border-radius:10px; background:#FFF;}
.type_view .answer .fr *{ line-height:25px; font-size:15px; color:#333;}
.type_view .answer .fr img{ display:block; margin:0 0 20px 0; max-width:100%;}
@media(max-width:767px){
    .type_view .head .tit{ padding: 0 0 15px 0; font-size: 24px;}
    .type_view .head ul{ padding: 20px 15px;}
    .type_view .head ul li{ margin: 0 15px 0 0;}
    .type_view .head ul li p{ font-size: 15px;}
    .type_view .head ul li font{ font-size: 15px;}
    .type_view .body{ padding: 30px 15px;}
    .type_view .body *{ font-size: 15px;}
    .type_view .body iframe{ height: 250px !important;}
    .type_view .body .file a{ margin: 5px 5px 0 0; padding: 0 15px; height: 35px;}
    .type_view .body .file a p{ font-size: 12px;}
    .type_view .page li{ padding: 20px 15px 20px 80px;}
    .type_view .page li p{ margin: 0 0 0 -60px; width:60px; text-align: left; font-size: 15px;}
    .type_view .page li .tit{ font-size: 15px;}
    .type_view .answer{ flex-direction:column; padding:15px;}
    .type_view .answer .fl{ margin:0 0 15px 0; font-size:18px;}
    .type_view .answer .fr{ padding:20px;}
    .type_view .answer .fr *{ font-size:14px;}
}





.type_write{ margin: 50px 0 0 0;}
.type_write:first-child{ margin: 0;}
.type_write .title{ display:flex; justify-content: space-between; align-items: center;}
.type_write .title p{ padding-bottom: 20px; line-height: 30px; font-size: 24px; font-weight: 600; color: #000;}
.type_write .title font{ padding-bottom: 20px; font-size: 14px; color: #F00;}
.type_write ul{ display: grid; grid-gap: 20px; padding: 40px 40px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.type_write ul li.pt{ padding:10px 0 10px 0 ;}
.type_write ul li{}
.type_write ul li a{ display: flex; align-items: center;}
.type_write ul li a > .tit{ width: 100px; font-size: 16px; color: #333;}
.type_write ul li a > .tit span{ padding-left: 5px; color: #F00;}
.type_write ul li a .row{ flex:1 0; display:flex; flex-wrap:wrap; align-items:center;}
.type_write ul li a .text{ line-height: 1.2; font-size: 16px;  color: #000;}

.type_write ul.info{}
.type_write ul.info li{ border: 0;}
.type_write ul.info li a{ align-items: center;}
.type_write ul.info li a > .tit{ line-height: 1.2; font-weight:600; color:#000;}

.type_write input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.type_write select{ display: flex; align-items: center; margin: 0; padding: 0 35px 0 20px; width: 100%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat center right 15px #FFF; background-size: 20px auto; font-size: 16px; color: #000; outline: none; -webkit-appearance: none;}
.type_write select::-ms-expand{ display: none;}
.type_write textarea{ display: flex; align-items: center; margin: 0; padding: 10px 20px; width: 100%; height: 300px; border-radius: 25px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 14px; font-weight: 200; color: #000; outline: none; -webkit-appearance: none;}

.type_write .file{ display: flex; width: 100%;}
.type_write .file .btn{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; margin: 0 0 0 10px; width: 150px; height: 45px; border-radius: 30px; background:#005745; cursor: pointer;}
.type_write .file .btn p{ font-size: 16px; color: #FFF;}
.type_write .file .btn_down{ display:flex; justify-content:center; align-items:center; position:relative; z-index:10; margin:0 0 0 10px; width:140px; height:35px; background:#005745; cursor:pointer;}
.type_write .file .btn_down p{ font-size:14px; color:#FFF;}

.type_write .code{ display: flex; width: 100%;}
.type_write .code .img{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; margin: 0 0 0 10px; width: 150px; height: 45px; border-radius: 25px; background: #333; font-size: 16px; color:#FFF;}

.type_write ul li a .tt{ margin:10px 0 0 0; font-size:12px; color:#F00;}

.type_write .user_plus{ display: flex; width: 100%;}
.type_write .user_plus i{ display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border: 1px solid #DDD; background: #FFF; font-size: 16px; color: #000; cursor: pointer;}
.type_write .user_plus i:nth-child(1){ border-radius: 30px 0 0 30px; border-right: 0;}
.type_write .user_plus i:nth-child(3){ border-radius: 0 30px 30px 0; border-left: 0;}
.type_write .user_plus i:hover{ background: #f0f0f0;}
.type_write .user_plus input{ flex: 1; display: flex; align-items: center; padding: 0; width: 100%; height: 45px; border-radius: 0; border: 1px solid #DDD; background: #FFF; text-align: center; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}

.type_write .privacy{ width:100%;}
.type_write .privacy .title{ line-height:20px; font-size:20px; color:#000;}
.type_write .privacy .check{ margin:15px 0 0 0;}
.type_write .privacy .check label{ display:flex; cursor:pointer;}
.type_write .privacy .check label i{ display:flex; justify-content:center; align-items:center; width:20px; height:20px; border-radius:50%; background:#DDD; font-size:12px; color:#000;}
.type_write .privacy .check label p{ margin:0 0 0 5px; line-height:20px; font-size:15px; color:#333;}
.type_write .privacy .check label.on i{ background:#005745; color:#FFF;}

.type_write .price_guide{ overflow:auto; padding:15px 30px 30px 30px; width:100%; height:150px; border:1px solid rgba(0,0,0,0.1);}
.type_write .price_guide .tit{ padding:15px 0 5px 15px; font-size:15px;}
.type_write .price_guide .tit font{ display:block; float:left; margin:0 0 0 -15px; font-weight:500; color:#005745;}
.type_write .price_guide .txt{ padding:0 0 0 15px; font-size:13px; color:#666;}

.type_write .radio{ display:flex; flex-wrap:wrap; width:100%;}
.type_write .radio p{ display:flex; align-items:center; margin:0 20px 0 0; padding:10px 0; cursor:pointer;}
.type_write .radio p:last-child{ margin:0;}
.type_write .radio p i{ display:flex; justify-content:center; align-items:center; width:25px; height:25px; border-radius:50%; border:1px solid #CCC; font-size:16px; color:#FFF;}
.type_write .radio p font{ margin:0 0 0 5px; font-size:13px; color:#000;}
.type_write .radio p.on i{ border-color:#005745; background:#005745; color:#FFF;}

.type_write .checkbox{ display:flex; flex-wrap:wrap; grid-gap: 10px 30px; width:100%;}
.type_write .checkbox p{ display:flex; align-items:center; font-size: 15px; cursor:pointer;}
.type_write .checkbox p i{ display:flex; justify-content:center; align-items:center; margin: 0 5px 0 0; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #005745; font-size: 12px; color:#FFF;}
.type_write .checkbox p span{ border-bottom: 1px solid #005745; color: #005745; font-weight: 500;}
.type_write .checkbox p.on i{ border-color:#005745; background:#005745; color:#FFF;}

.type_write .password{ display:flex; align-items:center; width:100%;}
.type_write .password input{ width:100px;}
.type_write .password .ck{ display:flex; align-items:center; margin:0 0 0 20px; padding:10px 0; cursor:pointer;}
.type_write .password .ck i{ display:flex; justify-content:center; align-items:center; width:25px; height:25px; border:1px solid #CCC; font-size:16px; color:#FFF;}
.type_write .password .ck p{ margin:0 0 0 5px; font-size:13px; color:#000;}
.type_write .password .ck.on i{ border-color:#005745; background:#005745; color:#FFF;}

.type_write .tel select{ width:80px;}

.type_write .mail .txt{ line-height:35px; font-size:13px; color:#333;}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .type_write .title{ height: auto;}
    .type_write .title p{ padding-bottom: 1rem; line-height: 1; font-size: 1.6rem;}

    .type_write ul{ grid-gap: 2rem; margin: 0; padding: 2rem; border-radius: 1rem;}
    .type_write ul li a{ display: block;}
    .type_write ul li a > .tit{ padding: 0 0 0.4rem 0; width: auto; line-height: 1; font-size: 1.1rem;}
    .type_write ul li a .text{ font-size: 1.2rem;}

    .type_write input{ padding: 0 1.2rem; height: 3rem; font-size: 1.1rem;}
    .type_write select{ padding-left: 1.2rem; height: 3rem; font-size: 1.1rem;}
    .type_write textarea{ padding: 0.8rem 1.2rem; height: 10rem;}

    .type_write .file .btn{ margin: 0 0 0 0.4rem; width: 10rem; height: 3rem;}
    .type_write .file .btn p{ font-size: 1.1rem;}
    .type_write .file .btn_down{ margin:0 0 0 5px;}
    .type_write .file .btn_down p{ font-size:12px;}

    .type_write .user_plus i{ width: 40px; height: 40px; font-size: 14px;}
    .type_write .user_plus input{ height: 40px; font-size: 14px;}

    .type_write .checkbox{ margin-top: 0.6rem;}
    .type_write .checkbox p{ font-size: 1.1rem;}

    .type_write .code .img{ margin: 0 0 0 0.4rem; width: 10rem; height: 3rem; font-size: 1.1rem;}

    .type_write .privacy .title{ line-height:20px; font-size:18px;}
    .type_write .privacy .check label p{ font-size:13px;}
    .type_write .tel input{ flex:1 0; width:50%;}
    .type_write .mail input{ flex:1 0; width:50%;}
    .type_write .mail select{ margin-top:4px !important; width:100%;}

    .type_write .radio{}
    .type_write .radio p{ margin:0 15px 0 0; padding:5px 0;}
}





.intro_terms{ margin: 20px 0 0 0; padding: 50px; border-radius: 8px; background: #FFF; line-height: 1.8 !important; font-size: 14px; color: #666;}
.intro_terms .title{ font-size: 18px !important; color: #000;}
@media(max-width:767px){
    .intro_terms{ padding: 30px;}
}









.new_intro{ position: relative; padding: 0 50px 0 450px;}
.new_intro .left_container{ position: relative; z-index: 10; padding: 50px 0 50px 0;}
.new_intro .left_container .head{ display: flex; flex-direction: column; align-items: center; padding: 50px 50px; border-radius: 0;}
.new_intro .left_container .head .logo{ display: block; height: 43px;}
.new_intro .left_container .head p{ margin: 40px 0 0 0; text-align: center; line-height: 1.2; font-size: 30px; font-weight: 700; color: #000;}
.new_intro .left_container .list{ margin: 50px 0 0 0;}
.new_intro .left_container .list ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: -30px -15px 0 -15px;}
.new_intro .left_container .list ul li{ margin: 30px 0 0 0; width: 25%;}
.new_intro .left_container .list ul li a{ overflow: hidden; display: block; margin: 0 15px; height: 100%; border-radius: 16px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); transition: all .2s;}
.new_intro .left_container .list ul li a .img{ position: relative;}
.new_intro .left_container .list ul li a .img .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0 0 0/0%), rgba(0 0 0/0%), rgba(0 0 0/70%));}
.new_intro .left_container .list ul li a .img img{ display: block; width: 100%;}
.new_intro .left_container .list ul li a .img .btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; font-size: 80px; color: #afd486; opacity: 0; transition: all .3s;}.new_intro .left_container .list ul li a .fr{ position: relative; padding: 30px;}
.new_intro .left_container .list ul li a .fr .t1{ display: flex; align-items: center; position: absolute; z-index: 10; top: -80px; left: 30px; font-size: 40px; font-weight: 800; color: #FFF;}
.new_intro .left_container .list ul li a .fr .t2{ display: flex; position: relative; padding: 0 0 0 25px; line-height: 1.4; font-size: 16px; color: #000;}
.new_intro .left_container .list ul li a .fr .t2 i{ display: flex; justify-content: center; position: absolute; top: 2px; left: 0; width: 20px; font-size: 24px; color: #afd486;}
.new_intro .left_container .list ul li a .fr .t3{ display: flex; position: relative; padding: 5px 0 0 25px; font-size: 26px; font-weight: 700; color: #000;}
.new_intro .left_container .list ul li a:hover{ transform: scale(.95);}
.new_intro .left_container .list ul li a:hover .img .btn{ opacity: 1; transform: translate(-50%,-50%) rotate(360deg);}
.new_intro .bg_img{ position: fixed; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: #f5f8fa;}
@media(max-width: 1921px){
    .new_intro .left_container .list ul li{ width: 50%;}
}
@media(max-width: 1501px){
    .new_intro .left_container .list ul li{ width: 100%;}
}
@media(max-width: 1025px){
    .new_intro{ padding: 0 50px 100px 50px;}
    .new_intro .left_container{ padding: 100px 0 60px 0;}
    .new_intro .left_container .list ul li{ width: 50%;}
}
@media(max-width: 768px){
    .new_intro{ padding: 0 15px 40px 15px;}
    .new_intro .left_container{ padding: 40px 0 40px 0;}
    .new_intro .left_container .head{ padding: 3rem 0;}
    .new_intro .left_container .head .logo{ height: 2rem;}
    .new_intro .left_container .head p{ margin: 20px 0 0 0; font-size: 20px;}
    .new_intro .left_container .list ul{ margin: -15px 0 0 0;}
    .new_intro .left_container .list ul li{ margin: 15px 0 0 0; width: 100%;}
    .new_intro .left_container .list ul li a{ margin: 0;}
    .new_intro .left_container .list ul li a .fr .t1{ top: -70px; font-size: 30px;}
}


.new_intro2{ padding: 50px;}
.new_intro2 .modle_min{ max-width: 600px;}
.new_intro2 .head{}
.new_intro2 .head .logo{ display: block; margin: 0 auto; height: 60px;}
.new_intro2 .head p{ margin: 30px 0 0 0; text-align: center; line-height: 1.2; font-size: 24px; font-weight: 300; color: #666;}
.new_intro2 .list{ margin-top: 50px;}
.new_intro2 .list ul{ display: grid; grid-gap: 20px;}
.new_intro2 .list ul li{}
.new_intro2 .list ul li a{ display: flex; align-items: center; position: relative; padding: 30px 100px 30px 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #f6f8fb; cursor: pointer;}
.new_intro2 .list ul li a .img{ overflow: hidden; flex: 0 0 140px; margin: 0 30px 0 0; width: 140px; height: 140px; border-radius: 10px;}
.new_intro2 .list ul li a .img img{ display: block; width: 100%; height: auto;}
.new_intro2 .list ul li a .fr{}
.new_intro2 .list ul li a .fr .t1{ font-size: 26px; font-weight: 600;}
.new_intro2 .list ul li a .fr .t2{ display: flex; align-items: center; margin: 20px 0 0 0; line-height: 1.4; font-size: 14px; color: #666;}
.new_intro2 .list ul li a .fr .t2 i{ margin: 0 5px 0 0; font-size: 20px; color: #000;}
.new_intro2 .list ul li a .fr .t3{ display: flex; align-items: center; margin: 10px 0 0 0; font-size: 14px; color: #666;}
.new_intro2 .list ul li a .fr .t3 i{ margin: 0 5px 0 0; font-size: 20px; color: #000;}
.new_intro2 .list ul li a .btn{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; right: 30px; transform: translate(0,-50%); width: 50px; height: 50px; border-radius: 50%; background: #005745;}
.new_intro2 .list ul li a .btn i{ font-size: 20px; color: #FFF;}
.new_intro2 .list ul li.off{}
.new_intro2 .list ul li.off a{ background: #f5f5f5;}
.new_intro2 .list ul li.off a .img{ display: flex; justify-content: center; align-items: center; background: #FFF; box-shadow: 0 10px 30px 0 rgba(0 0 0/10%);}
.new_intro2 .list ul li.off a .img img{ display: block; width: auto; height: 50px; opacity: 0.2;}
.new_intro2 .list ul li.off a .fr .t4{ margin: 20px 0 0 0; font-size: 18px; color: #F00;}
@media(max-width: 768px){
    .new_intro2{ padding: 30px 20px;}
    .new_intro2 .head .logo{ height: 40px;}
    .new_intro2 .head p{ margin: 20px 0 0 0; font-size: 15px;}
    .new_intro2 .list{ margin-top: 30px;}
    .new_intro2 .list ul li a{ padding: 20px 60px 20px 15px; border-radius: 10px;}
    .new_intro2 .list ul li a .img{ flex: 0 0 80px; margin: 0 15px 0 0; width: 80px; height: 80px;}
    .new_intro2 .list ul li a .fr .t1{ font-size: 18px;}
    .new_intro2 .list ul li a .fr .t2{ margin: 10px 0 0 0; font-size: 12px;}
    .new_intro2 .list ul li a .fr .t2 i{ font-size: 16px;}
    .new_intro2 .list ul li a .fr .t3{ margin: 5px 0 0 0; font-size: 12px;}
    .new_intro2 .list ul li a .fr .t3 i{ font-size: 16px;}
    .new_intro2 .list ul li a .btn{ transform: translate(0,0); top: calc(50% - 15px); right: 10px; width: 30px; height: 30px;}
    .new_intro2 .list ul li a .btn i{ font-size: 16px;}
    .new_intro2 .list ul li.off a .img img{ height: 30px;}
    .new_intro2 .list ul li.off a .fr .t4{ margin: 10px 0 0 0; font-size: 14px;}
}


.intro_write{ margin-top: 30px; padding: 40px; border-radius: 20px; border: 1px solid #e5e5e5;}
.intro_write .i_head{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.intro_write .i_head .logo{ display: block; height: 16px;}
.intro_write .i_head p{ margin: 5px 0 0 0; font-size: 24px; font-weight: 700; color: #000;}
.intro_write .i_foot{ padding: 30px 40px;}
.intro_write .i_foot .copy{ margin: 20px 0 0 0; text-align: center; font-size: 12px; color: #999;}

.intro_write .row{ padding: 0 40px 40px 40px;}
.intro_write .row::-moz-scrollbar{ width: 4px; background: #FFF;}
.intro_write .row::-moz-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}
.intro_write .row::-ms-scrollbar{ width: 4px; background: #FFF;}
.intro_write .row::-ms-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}
.intro_write .row::-webkit-scrollbar{ width: 4px; background: #FFF;}
.intro_write .row::-webkit-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}

.intro_write .row .name{ display: flex; justify-content: center; align-items: center; position: relative; margin: 40px 0 0 0;}
.intro_write .row .name:after{ content: ""; display: block; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: #DDD;}
.intro_write .row .name p{ position: relative; z-index: 10; padding: 0 20px; background: #FFF; font-size: 16px; font-weight: 500; color: #000;}

.intro_write .write{ margin: 40px 0 0 0;}
.intro_write .write .box{ margin: 20px 0 0 0;}
.intro_write .write .box:first-child{ margin: 0;}
.intro_write .write .box .tit{ padding: 0 0 10px 0; font-size: 14px; color: #333;}
.intro_write .write .box .tit span{ padding: 0 5px 0 0; color: #F00;}
.intro_write .write .box input{ display: flex; align-items: center; margin: 0; padding: 0 15px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/15%); background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.intro_write .write .box select{ display: flex; align-items: center; margin: 0; padding: 0 30px 0 15px; width: 100%; height: 50px; border-radius: 30px; border:1px solid rgba(0 0 0/10%); background:url(/images/basic_select_icon.png) no-repeat center right 15px #FFF; background-size: 12px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.intro_write .write .box select::-ms-expand{ display: none;}

.intro_write .write .box .in_day{ display: flex; margin: 0 -2.5px;}
.intro_write .write .box .in_day select{ width: 30%; margin: 0 2.5px;}
.intro_write .write .box .in_day input{ width: 40%; margin: 0 2.5px; text-align: center;}

.intro_write .write .box .in_code{ display: flex;}
.intro_write .write .box .in_code .btn{ flex: 0 0 100px; display: flex; justify-content: center; align-items: center; margin: 0 0 0 5px; height: 50px; border-radius: 30px; background: #000; cursor: pointer;}
.intro_write .write .box .in_code .btn p{ font-size: 16px; font-weight: 500; color: #FFF;}

.intro_write .terms{ overflow: hidden; margin: 40px 0 0 0; border-radius: 25px; border: 1px solid rgba(0 0 0/15%); background: #FFF;}
.intro_write .terms .scroll{ overflow: auto; padding: 20px; height: 200px; line-height: 1.8 !important; font-size: 14px; color: #666;}
.intro_write .terms .title{ font-size: 18px !important; color: #000;}

.intro_write .terms .scroll::-moz-scrollbar{ width: 4px; background: #FFF;}
.intro_write .terms .scroll::-moz-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}
.intro_write .terms .scroll::-ms-scrollbar{ width: 4px; background: #FFF;}
.intro_write .terms .scroll::-ms-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}
.intro_write .terms .scroll::-webkit-scrollbar{ width: 4px; background: #FFF;}
.intro_write .terms .scroll::-webkit-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}

.intro_write .join_check{ display: flex; align-items: center; margin: 20px 0 0 0;}
.intro_write .join_check i{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #FFF; cursor: pointer;}
.intro_write .join_check i.on{ border-color: #005745; background: #005745; color: #FFF;}
.intro_write .join_check .txt{ display: flex; align-items: center; margin: 1px 0 0 5px;}
.intro_write .join_check .txt a{ font-size: 16px; font-weight: 600; color: #000;}
.intro_write .join_check .txt p{ font-size: 16px; color: #333;}

.intro_write .btn_join{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; background: #005745; cursor: pointer;}
.intro_write .btn_join p{ font-size: 18px !important; font-weight: 700; color: #FFF !important;}
@media(max-width: 1025px){
    .intro_write{ position: relative; z-index: 50; top: initial; right: initial; bottom: initial; left: initial; width: auto; border-radius: 10px;}
}
@media(max-width: 768px){
    .intro_write{ padding: 30px 20px;}
    .intro_write .row{ padding: 0 0 40px 0;}
    .intro_write .i_foot{ padding: 0;}
}










.franchise_inquiry{}
.franchise_inquiry .row{ margin: 0 auto; padding: 50px; max-width: 600px; border-radius: 16px; border: 1px solid rgba(0 0 0/10%); background: #f5f8fa;}
.franchise_inquiry .row::-moz-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .row::-moz-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}
.franchise_inquiry .row::-ms-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .row::-ms-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}
.franchise_inquiry .row::-webkit-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .row::-webkit-scrollbar-thumb{ background-color: #FFF; border-radius: 0;}

.franchise_inquiry .row .title{ text-align: center; font-size: 30px; font-weight: 700; color: #000;}
.franchise_inquiry .row .name{ display: flex; justify-content: center; align-items: center; position: relative; margin: 40px 0 0 0;}
.franchise_inquiry .row .name:after{ content: ""; display: block; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: #DDD;}
.franchise_inquiry .row .name p{ position: relative; z-index: 10; padding: 0 20px; background: #f5f8fa; font-size: 16px; font-weight: 500; color: #000;}

.franchise_inquiry .write{ margin: 40px 0 0 0;}
.franchise_inquiry .write .box{ margin: 20px 0 0 0;}
.franchise_inquiry .write .box:first-child{ margin: 0;}
.franchise_inquiry .write .box .tit{ padding: 0 0 10px 0; font-size: 14px; color: #333;}
.franchise_inquiry .write .box .tit span{ padding: 0 5px 0 0; color: #F00;}
.franchise_inquiry .write .box input{ display: flex; align-items: center; margin: 0; padding: 0 15px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/15%); background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.franchise_inquiry .write .box select{ display: flex; align-items: center; margin: 0; padding: 0 30px 0 15px; width: 100%; height: 50px; border-radius: 30px; border:1px solid rgba(0 0 0/10%); background:url(/images/basic_select_icon.png) no-repeat center right 15px #FFF; background-size: 12px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.franchise_inquiry .write .box select::-ms-expand{ display: none;}

.franchise_inquiry .write .box .in_day{ display: flex; margin: 0 -2.5px;}
.franchise_inquiry .write .box .in_day select{ width: 30%; margin: 0 2.5px;}
.franchise_inquiry .write .box .in_day input{ width: 40%; margin: 0 2.5px; text-align: center;}

.franchise_inquiry .write .box .in_code{ display: flex;}
.franchise_inquiry .write .box .in_code .btn{ flex: 0 0 100px; display: flex; justify-content: center; align-items: center; margin: 0 0 0 5px; height: 50px; border-radius: 30px; background: #000; cursor: pointer;}
.franchise_inquiry .write .box .in_code .btn p{ font-size: 16px; font-weight: 500; color: #FFF;}

.franchise_inquiry .terms{ overflow: hidden; margin: 40px 0 0 0; border-radius: 25px; border: 1px solid rgba(0 0 0/15%); background: #FFF;}
.franchise_inquiry .terms .scroll{ overflow: auto; padding: 20px; height: 200px; line-height: 1.8 !important; font-size: 14px; color: #666;}
.franchise_inquiry .terms .title{ font-size: 18px !important; color: #000;}

.franchise_inquiry .terms .scroll::-moz-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .terms .scroll::-moz-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}
.franchise_inquiry .terms .scroll::-ms-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .terms .scroll::-ms-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}
.franchise_inquiry .terms .scroll::-webkit-scrollbar{ width: 4px; background: #FFF;}
.franchise_inquiry .terms .scroll::-webkit-scrollbar-thumb{ background-color: #DDD; border-radius: 0;}

.franchise_inquiry .join_check{ display: flex; align-items: center; margin: 20px 0 0 0;}
.franchise_inquiry .join_check i{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #FFF; font-size: 12px; color: #FFF; cursor: pointer;}
.franchise_inquiry .join_check i.on{ border-color: #afd486; background: #afd486; color: #FFF;}
.franchise_inquiry .join_check .txt{ display: flex; align-items: center; margin: 1px 0 0 5px;}
.franchise_inquiry .join_check .txt a{ font-size: 16px; font-weight: 600; color: #000;}
.franchise_inquiry .join_check .txt p{ font-size: 16px; color: #333;}

.franchise_inquiry .btn_join{ display: flex; justify-content: center; align-items: center; margin: 40px 0 0 0; height: 60px; border-radius: 30px; background: #afd486; cursor: pointer;}
.franchise_inquiry .btn_join p{ font-size: 20px; font-weight: 700; color: #FFF;}
@media(max-width: 768px){
    .franchise_inquiry .row{ padding: 30px 30px 40px 30px;}
    .franchise_inquiry .row .title{ font-size: 24px;}

    .franchise_inquiry .btn_join{ margin: 30px 0 0 0; height: 50px;}
    .franchise_inquiry .btn_join p{ font-size: 18px;}
}







.sub_guide_facility_img{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 20px; margin-bottom: 50px;}
.sub_guide_facility_img .wrap{}
.sub_guide_facility_img .wrap img{ display: block; width: 100%; border-radius: 10px;}
.sub_guide_facility_img .wrap p{ margin-top: 10px; font-size: 18px; color: #000;}
@media(max-width: 768px){
    .sub_guide_facility_img{ grid-template-columns: repeat(2,1fr); grid-gap: 1.5rem 1rem; margin-bottom: 3rem;}
    .sub_guide_facility_img .wrap img{ border-radius: 0.6rem;}
    .sub_guide_facility_img .wrap p{ margin-top: 0.6rem; font-size: 1.2rem;}
}





.mypage_head{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; padding: 50px; border-radius: 20px; background: #f6f8fb;}
.mypage_head .user{ display: flex; align-items: center;}
.mypage_head .user .img{ display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; border-radius: 50%; border: 1px solid rgba(0 0 0/10%); background: #FFF;}
.mypage_head .user .img img{ display: block; height: 50px; opacity: .2;}
.mypage_head .user .fr{ margin: 0 0 0  20px;}
.mypage_head .user .fr .name{ font-size: 24px; color: #000;}
.mypage_head .user .fr .name span{ font-weight: 700; color: #000;}
.mypage_head .user .fr .txt{ margin: 15px 0 0 0; font-size: 16px; color: #666;}
.mypage_head .user .fr .txt span{ font-weight: 500; color: #000;}
.mypage_head .menu{}
.mypage_head .menu ul{ display: flex; grid-gap: 10px;}
.mypage_head .menu ul li{}
.mypage_head .menu ul li a{ display: flex; justify-content: center; align-items: center; width: 180px; height: 60px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); background: #FFF; transition: all .2s; cursor: pointer;}
.mypage_head .menu ul li a p{ font-size: 18px; font-weight: 500; color: #000; transition: all .2s;}
.mypage_head .menu ul li a:hover{ border-color: #005745;}
.mypage_head .menu ul li a:hover p{ color: #005745;}
.mypage_head .menu ul li.on a{ border-color: #005745; background: #005745;}
.mypage_head .menu ul li.on a p{ color: #FFF;}
@media(max-width: 1500px){
    .mypage_head .menu ul li a{ width: 140px;}
}
@media(max-width: 1024px){
    .mypage_head{ display: block;}
    .mypage_head .menu{ margin-top: 40px;}
    .mypage_head .menu ul{ display: flex; grid-gap: 10px;}
    .mypage_head .menu ul li{ width: 33.333%;}
    .mypage_head .menu ul li a{ width: 100%;}
}
@media(max-width: 768px){
    .mypage_head{ margin-bottom: 3rem; padding: 2rem; border-radius: 1rem;}
    .mypage_head .user .img{ width: 6rem; height: 6rem;}
    .mypage_head .user .img img{ height: 2.4rem;}
    .mypage_head .user .fr{ margin: 0 0 0 1rem;}
    .mypage_head .user .fr .name{ font-size: 1.6rem;}
    .mypage_head .user .fr .txt{ margin: 0.8rem 0 0 0; font-size: 1.1rem;}
    .mypage_head .menu{ margin-top: 1rem;}
    .mypage_head .menu ul{ grid-gap: 0.6rem;}
    .mypage_head .menu ul li a{ height: 3rem; border-radius: 3rem;}
    .mypage_head .menu ul li a p{ font-size: 1.1rem;}
}



















