@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Pretendard';
    font-size: 10px;
    letter-spacing: -2px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend, input, textarea, button, div, span {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
    letter-spacing: -1px;
    font-family: 'Pretendard';
}

select {
    font-family: 'Pretendard', sans-serif;
    padding: 0 10px;
    color: #000;
    font-weight: 500;
}

body {
    position: relative;
    display: block;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
}

body, input, textarea, select, button, table {
    font-family: 'Pretendard';
    color: #1C1C1C;
    font-size: 14px;
    outline: 0;
    vertical-align: middle;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #1C1C1C;
}

ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1C1C1C;
}

table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}

img, video {
    border: 0;
}

ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul:after, ol:after, dl:after {
        display: block;
        clear: both;
        content: ''
    }

em, address {
    font-style: normal
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

a:active, a:focus {
    text-decoration: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.2;
}

span {
    font: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.2;
}

i {
    font-style: normal;
}
 
section {
    padding:0;
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

.yellow {
    color: #FFEA07;
}

.aquablue {
    color: #24FFED;
}

.orange {
    color: #EF7D1B;
}

.bold {
    font-weight: 700;
}
.hide {
    display: none;
}

/**************** Dropdown button ****************/
.dropdown {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.dropdown .dropbtn {
    width: 130px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #bcbcbc;
    padding: 12px 16px;
    background-color: #6b6b6b;
    border-radius: 5px;
    margin: 0;
}

.dropdown:hover .dropbtn {
    background-color: #24A8B2;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    margin-top: -140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 0;
    z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/**************** style START ****************/
.container {
    width: 100%;
    max-width: 1300px;
    margin:0 auto;
    box-sizing: border-box;
}
.bg { display: none; }

/**************** header ****************/
header {
    width: 100%;
    padding: 30px 0 0;
    background: #fff;
    z-index: 9999;
}

header .container {
    display: flex;
    justify-content: flex-start;
}

header .topmenu {
    width: 100%;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
}

header .logo {
    width: 300px;
    height: 80px;
    background: url(../images/top_logo.png) no-repeat left;
    background-size: 50%;
    cursor: pointer;
}

header .nav-menu {
    display: flex;
    align-items: center;
    width: 100%;
}

header .topmenu .aside {
    display: none;
}

header .mo-nav-menu {
    display: none;
}

header .nav-menu li {
    width: 120px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    color: #353535;
}
header .nav-menu li:nth-of-type(2) {
    width: 60% !important;
}

header .nav-menu li a {
    display: block;
}


    header .nav-menu li.login {
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        margin-bottom: 5px;
        border-radius: 80px;
        text-align: center;
        background: #FF9335;
        color: #fff;
    }

header .nav-menu li.login:last-child {
    background: #2162F3;
}


/**************** teacher ****************/
#visual {
    width: 100%;
    height: 757px;
    background: url(../images/banner_01.png) center no-repeat ;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#visual .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

#visual .container {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
#visual .container::before {
    display: block;
    content: "";
    top: -50px;
    left: 15px;
    position: absolute;
    width: 232px;
    height: 44px;
    padding: 7px 18px;
    border-radius: 100px;
    background: #fff url(../images/banner_01_top.png) no-repeat 50% 50%;
}


#visual .visual-txt {
    margin-bottom: 17px;
}

#visual h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

#visual h2 {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -5px;
    font-family: 'GmarketSansBold';
    background-image: linear-gradient(to right, #F3FF9C, #00FFFF, #F3FF9C);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#visual .visual-img {
    margin-top: 55px;
}

/***************** point_banner *****************/
.point_banner {
    display: flex;
}

.point_banner.typeA {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 50px;
    text-align: center;
    background: #0F111E;
}

.point_banner.typeA img {
    position: relative;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.point_banner.typeB {
    background: url(../images/point_banner02.png) no-repeat center 0 / cover;
    min-height: 430px;
}

.point_banner .typeB-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
}

.point_banner .typeB-txt h1 {
    margin-bottom: 18px;
    font-family: 'GmarketSansBold';
    font-size: 60px;
    text-align: center;
    letter-spacing: -3px;
    color: #fff;
}

.point_banner.banner2 {
    background: #3A3A3B;
}

.point_banner .banner {
    position: relative;
    margin: 0 auto;
}

.point_banner.typeC {
    background: url(../images/point_banner03.png) no-repeat center 0 / cover;
    min-height: 425px;
    position: relative;
}

.point_banner.typeC h1 {
    font-size: 50px;
/*    padding-top: 30px;*/
    background-image: linear-gradient(to right, #0082E5, #00CBEF, #00CBEF, #0082E5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

    .point_banner.typeC .btn_contact {
        width: 397px;
        height: 90px;
        background: #2162F3;
        border-radius: 80px;
        font-family: 'GmarketSansBold';
        font-size: 45px;
        line-height: 92px;
        color: #fff;
        box-shadow: 5px 4px 10px 0px rgb(0 0 0 / 30%);
    }

.point_banner.typeC .btn_contact:hover {
    background: #0E4EDE;
}

/**************** sub-content ****************/
.sub-con-wrap {
    width: 1300px;
    margin: 0 auto;
    margin-top: 145px;
}

.sub-con-wrap .sub-con {
    position: relative; 
    width: 100%;
}

.sub-con-wrap .sub-con:nth-of-type(2) {
    margin-top: 110px;
}

.sub-con p {
    position: absolute;
    width: 394px;
    height: 72px;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    border-radius: 50px;
    background: #2162F3;
    color: #fff;
    font-family: 'GmarketSansBold';
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -3px;
}

.sub-con ul {
    margin-top: 45px;
    border: 2px solid #DADADA;
    width: 100%;
    height: 1600px;
    padding: 75px 100px 60px 100px;
    border-radius: 20px;
}
.sub-con:nth-of-type(2) ul {
    height: 550px;
}

.sub-con ul li {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
}

.sub-con ul li img {
    width: 100%;
    margin-top: 40px;
}

.sub-tit {
    display: flex;
    justify-content: center;
    padding: 70px 100px;
    flex-direction: column;
    align-items: center;
}

.sub-tit img {
    width: 450px;
}

.sub-tit p {
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
}

/* laptop-view */
.laptop-view {
    display: none;
    width: 1050px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 100px;
}   
.laptop-view img {
    width: 100%;
    height: 100%;
}

/**************** partner ****************/
#partner {
    width: 100%;
    padding-top: 100px;
    text-align: center;
    box-sizing: border-box;
}

 #partner div {
    margin: 0px auto;
} 

#partner .con-patent ul {
    width: 100%;
}

#partner .con-patent ul li {
    width: 243px !important;
    height: 423px !important;
    display: inline-block;
    margin: 0px 15px;
    background-size: contain !important;
}

    #partner .con-patent ul li:nth-child(1) {
        background: url('../images/img_patent01.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(2) {
        background: url('../images/img_patent02.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(3) {
        background: url('../images/img_patent03.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(4) {
        background: url('../images/img_patent04.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(5) {
        background: url('../images/img_patent05.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(6) {
        background: url('../images/img_patent06.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(7) {
        background: url('../images/img_patent07.png') no-repeat center;
    }

    #partner .con-patent ul li:nth-child(8) {
        background: url('../images/img_patent08.png') no-repeat center;
    }

#partner .swiper_box {
    width: 100%;
    padding: 40px 0px;
}

#partner .swiper {
    max-width: 1200px;
    height: 100%;
    padding: 0 25px;
}

.swiper-wrapper {
    gap: 20px;
}

#partner .swiper-slide {
    text-align: center;
   /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#partner h1 {
    font-family: 'GmarketSansBold';
    font-size: 60px;
    text-align: center;
    letter-spacing: -3px;
}

#partner img {
    width: 460px;
    height: 63px;
}
#partner h2 {
    font-size: 35px;
    line-height: 55px;
    letter-spacing: -3px;
    color: #1E1E1E;
    font-weight: 600;
}

#partner h1 {
    font-family: 'GmarketSansBold';
    font-size: 50px;
    text-align: center;
    line-height: 55px;
    letter-spacing: -5px;
    color: #303030;
}

#partner h1 span.gradi {
    background-image: linear-gradient(to right, #0082E5, #00CBEF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -5px;
    padding-right: 3px;
}

#partner .con-authn {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    padding: 0 2%;
}

 #partner .con-authn img {
    width: 387px;
    height: 119px;
 } 

 #partner .con-authn img:nth-of-type(2),
 #partner .con-authn img:nth-of-type(5) {
    width: 352px;
    height: 119px;
 } 
 
 #partner .con-authn img:nth-of-type(7),
 #partner .con-authn img:nth-of-type(8) {
    width: 312px;
    height: 119px;
 }

/* con-patent */
#partner .con-patent {
    height: 700px;
    margin-top: 200px;
}

/* con-who */
#partner .con-who {
    margin-top: 100px;
}

#partner .con-who div {
    width: 1500px;
    height: 758px;
    margin: 0 auto;
    margin-top: 60px;
}

#partner .con-who img {
    width: 100%;
    height: 100%;
}

/* con-worry */
#partner .con-worry {
    height: 900px;
    background: #E5F3FF;
    padding-top: 100px;
}

#partner .con-worry > .worry-wrap {
    margin-top: 40px !important;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.worry-wrap::after {
    display: none;
}

#partner .worry-con  {
    position: relative;
    width: 410px;
    height: 480px;
    background: #fff;
    border-radius: 20px;
    padding: 54px 29px 43px 35px;
    text-align: left;
}

#partner .worry-txt .worry-title {
    font-family: 'GmarketSansBold';
    font-size: 33px;
}

.worry-wrap li:nth-of-type(1) .worry-txt .worry-title {
    color: #FF6607;
}
.worry-wrap li:nth-of-type(2) .worry-txt .worry-title {
    color: #136FFB;
}
.worry-wrap li:nth-of-type(3) .worry-txt .worry-title {
    color: #A023D7;
}

#partner .worry-txt p:nth-of-type(2) {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.worry-con li:nth-of-type(2) {
    text-align: right;
}

#partner .worry-con li img {
    width: 244px;
    height: 256px;
    margin-bottom: 0;
}











/**************** 추가 ****************/

/* point_banner typeD */
.point_banner.typeD {
    background: url(../images/point_banner04.png) no-repeat center 0 / cover;
    min-height: 280px;
    margin-bottom: 100px;
}

.point_banner .typeD-txt {
    width: 100%;
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
}

.point_banner .typeD-txt h1 {
    margin-bottom: 18px;
    font-family: 'GmarketSansBold';
    font-size: 48px;
    text-align: center;
    letter-spacing: -3px;
    color: #fff;
}

/* part-teacher, part-student */
.part-teacher,
.part-student {
    position: relative;
    width: 100%;
    height: 106px;
    text-align: center;
    z-index: 2;
}

.part-teacher {
    background: linear-gradient(to bottom, #2D5AFE, #1B3698);
}
.part-student {
    margin-top: 120px;
    background: linear-gradient(to bottom, #068636, #005821);
}
.part-teacher div,
.part-student div {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.part-teacher p,
.part-student p {
    font-family: 'GmarketSansBold';
    font-size: 4rem;
    line-height: 106px;
    color: white;
    text-indent: 122px;
}
.part-teacher div::before,
.part-student div::before {
    display: block;
    content: "";
    width: 122px;
    height: 154px;
    position: absolute;
    top: -47px;
    left: 40px;
}

.part-teacher div::before {
    background: url(../images/part_teacher.png) no-repeat 0 0;
    left: 140px;
}
.part-student div::before {
    top: -37px;
    background: url(../images/part_student.png) no-repeat 0 0;
}

.part-teacher div::after,
.part-student div::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 26px 20px 0px 20px;
    border-color: #1B3698 transparent transparent transparent;
}
.part-student div::after {
    border-color: #005821 transparent transparent transparent;
}

.each-part {
    display: flex;
    display: flex;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.each-part .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    padding: 0 30px;
}
.each-part .section:first-child {
    margin-top: 0;
}

.each-part .section h1 {
    font-size: 55px;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    letter-spacing: -4px;
}

.section .section-con {
    max-width: 1400px;
    justify-content: center;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.section .section-con.con3 {
    flex-wrap: wrap;
}

.section-con > div {
    width: 634px;
    height: 486px;
    background: #EBF6FF;
    border-radius: 20px;
}

.section-con > div p {
    width: 100%;
    height: 76px;
    line-height: 76px;
    color: #fff;
    text-align: center;
    background: #2162F3;
    border-radius: 20px 20px 0 0;
    font-weight: 700;
    font-size: 30px;
}

.section-con.con2 > div {
    background: #FFF0EB;
}
.section-con.con2 > div p {
    background: #EC693D;
}

.section-con.con3 > div {
    background: #E6F9ED;
}
.section-con.con3 > div p {
    background: #059C3E;
}

.section-con > div .section-img {
    padding: 32px 28px;
    text-align: center;
}

/* section - school */
#school {
    width: 100%;
    margin-top: 130px;
    padding: 125px 0;
    text-align: center;
    box-sizing: border-box;
    background: #E0F1FF;
}

#school h1 span.gradi {
    font-family: 'GmarketSansBold';
    font-size: 50px;
    text-align: center;
    line-height: 55px;
    letter-spacing: -5px;
    background-image: linear-gradient(to right, #0082E5, #00C5E5, #030065);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding: 0 10px;
}

#school .con-img {
    margin-top: 40px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
}

#school .con-img img {
    width: 92%;
}

/* section - so-ssam */
#so-ssam {
    width: 100%;
    padding: 125px 0;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/section_bg.png)no-repeat 0 0;
    background-size: cover;
}

#so-ssam h1 {
    font-family: 'GmarketSansBold';
    font-size: 50px;
    text-align: center;
    line-height: 55px;
    letter-spacing: -5px;
    color: #fff;
}

#so-ssam .con-img {
    margin: 0 auto;
    margin-top: 36px;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

#so-ssam .con-img .each-con {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 634px;
    height: 280px;
    padding: 20px 34px;
    border-radius: 20px;
    text-align: left;
}

#so-ssam .con-img .each-con::before {
    display: block;
    content: "";
    right: 20px;
    top: 18px;
    position: absolute;
    width: 92px;
    height: 20px;
    background: url(../images/icon_sossam.png) 0 0;
}
#so-ssam .con-img .each-con:nth-of-type(2)::before { width: 115px; }
#so-ssam .con-img .each-con:nth-of-type(3)::before,
#so-ssam .con-img .each-con:nth-of-type(4)::before {
    width: 69px;
}

#so-ssam .con-img .each-con::after {
    display: block;
    content: "";
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: 200px;
    height: 164px;
    background: url(../images/icon_sossam_01.png)no-repeat 0 0;
}
    #so-ssam .con-img .each-con:nth-of-type(2)::after {
        background: url(../images/icon_sossam_02.png)no-repeat 0 0;
    }
    #so-ssam .con-img .each-con:nth-of-type(3)::after {
        background: url(../images/icon_sossam_03.png)no-repeat 0 0;
    }
    #so-ssam .con-img .each-con:nth-of-type(4)::after {
        background: url(../images/icon_sossam_04.png)no-repeat 0 0;
    }

.each-con p.each-con-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    color: #2162F3;
}

.each-con p.each-con-sub {
    width: 72%;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.each-con p.each-con-who {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 18px;
}


/*quick*/
.quickPop-wrap {
    position: fixed;
    right: 0;
    width: 201px;
    top: 180px;
    height: 555px;
    display: block;
    overflow-y: hidden;
    padding: 0 !important;
}

#quickPop01 {
    padding-bottom: 10px;
}

#quickPop02 {
    padding-bottom: 10px;
}

/**************** footer ****************/
footer {
    background: #1E2534;
/*    height: 330px;*/
    color: #B9B9B9;
    padding: 20px;
}

footer .footer-top {
    height: 185px;
    border-bottom: 1px solid #313948;
}

footer .footer-top > .footer-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-wrap .footer-top-left {
    width: 350px;
    height: 100%;
}

.footer-top-left p:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
}

.footer-top-left h4 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 4px;
}

.footer-top-left p:nth-of-type(2) {
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
}

.footer-top-left ul {
    display: flex;
    gap: 40px;
    color: #fff;
    margin-top: 40px;
}

.footer-top-left ul li a {
    font-weight: 700;
    font-size: 16px;
}


.footer-wrap .footer-top-right {
    display: flex;
    align-items:end;
    width: 150px;
    gap: 10px;
}

footer .footer-bottom > .footer-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.footer-wrap .footer-bottom-top {
    margin-top: 26px;
    display: flex;
    gap: 20px;
    font-size: 15px;
    font-weight: 400;
}

.footer-wrap .footer-bottom-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #B9B9B9;
    font-size: 15px;
    font-weight: 400;
}

.footer-wrap .footer-bottom-bottom::after {
    display:none;
}

.footerbottom-bottom li {
    flex: 1;
}




    /****************  Back to top button ****************/
    .back-to-top {
        position: fixed;
        display: none;
        right: 20px;
        bottom: 50px;
        z-index: 99999;
    }

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #24A8B2;
    font-size: 15px;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #1d8f98;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #19315d !important;
}

/**************** quickPop ****************/
#quickPop01 {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
    width: 130px;
    height: 260px;
    background: #FFF5EC;
    border: 3px solid #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
#quickPop01 ul li {
    margin-bottom: 5px;
}

#quickPop01 ul li:nth-child(1){
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#quickPop01 .middle li button{
    width: 100px;
    height: 30px;
    background: #FFBEDD url('../images/quickPop_mark_m.png') no-repeat 70px;
    font-size: 15px;
    font-weight: bold;
    text-align: start; 
    padding-left: 15px;
    border-radius: 7px;
}

#quickPop01 .line {
    border: 1px solid #CECECE;
    width: 100px;
    margin: 8px 0px;
}

#quickPop01 .elementary li button{
    width: 100px;
    height: 30px;
    background: #FFDB42 url('../images/quickPop_mark_e.png') no-repeat 70px;
    font-size: 15px;
    font-weight: bold;
    text-align: start; 
    padding-left: 15px;
    border-radius: 7px;
}

