html, body {
    margin: 0;
    padding: 0;
    color: #2b2b2b
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

#pc_wrap {
    margin:0 auto;
    width:100%;
    height:auto;
    overflow-x:hidden;
}

#pc_wrap #header {
    width: 100%;
    height: 81px;
}

#pc_wrap #header .container {
    margin:0 auto;
    width: 1200px;
    height: 81px;
    line-height: 81px;
    display: flex;
    justify-content: space-between;
}

#pc_wrap #header .container img {
    position: relative;
    top: 7px;
    width: 34px;
    height: 34px;
}

#pc_wrap #header .container .comName {
    font-family: "Pretendard";
    font-weight: 900;
    margin-left: 12px;
    color: #663399;
    font-size: 30px;
}

#pc_wrap #header .container .side {
    display: flex;
    align-items: center;
    column-gap: 59px;
}

#pc_wrap #header .container .side ul {
    font-family: "Noto Sans KR";
    display: inline-flex;
    height: 81px;
    line-height: 81px;
}

#pc_wrap #header .container .side ul li {
    font-weight: bold;
}

#pc_wrap #header .container .side ul li.howtouse {
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

#pc_wrap #header .container .side ul li.howtouse a {
    text-decoration: none;
    color: #000;
}

#pc_wrap #header .container .side ul li.service {
    width: 176px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

#pc_wrap #header .container .side ul li.service a {
    text-decoration: none;
    color: #000;
}

#pc_wrap #header .container .side ul li.login {
    width: 99px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

#pc_wrap #header .container .side ul li.login a {
    text-decoration: none;
    color: #999;
}

#pc_wrap #header .container .side ul li button {
    width: 121px;
    height: 40px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border: 1px solid #663399;
    background: #663399;
    border-radius: 20px;
    cursor: pointer;
}

#pc_wrap #menu {
    width: 100%;
    height: 44px;
    background: #F8EEFF;
}

#pc_wrap #menu .container {
    margin:0 auto;
    width: 1200px;
    height: 44px;
    line-height: 44px;
    text-align: right;
}

#pc_wrap #menu .container ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    height: 44px;
    line-height: 44px;
}

#pc_wrap #menu .container ul li {
    width: 130px;
    height: 44px;
    line-height: 44px;
    align-items:center; 
    display: flex; 
    justify-content:center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    color: #999;
}

#pc_wrap #menu .container ul li img {
    margin-right: 7px;
}

#pc_wrap #menu .container ul li a {
    text-decoration: none;
    color: #999;
}

#pc_wrap #section_01 {
    width:100%;
    height:auto;
}

#pc_wrap #section_01 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_02 {
    width:100%;
    height:auto;
}

#pc_wrap #section_02 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_03 {
    width:100%;
    height:auto;
}

#pc_wrap #section_03 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_04 {
    width:100%;
    height:auto;
}

#pc_wrap #section_04 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_05 {
    width:100%;
    height:auto;
}

#pc_wrap #section_05 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_06 {
    width:100%;
    height:auto;
}

#pc_wrap #section_06 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_07 {
    width:100%;
    height:auto;
}

#pc_wrap #section_07 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_08 {
    width:100%;
    height:auto;
}

#pc_wrap #section_08 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_09 {
    width:100%;
    height:auto;
}

#pc_wrap #section_09 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #section_10 {
    width:100%;
    height:auto;
}

#pc_wrap #section_10 img {
    width:100%;
    height:auto;
    display:block;
}

#pc_wrap #footer {
    width: 100%;
    height: 380px;
    background: #333;
}

#pc_wrap #footer .container {
    margin:0 auto;
    width: 1200px;
    height: 380px;
    padding-top: 80px;
    box-sizing: border-box;
}

#pc_wrap #footer .container .footer_logo {
    width: 1200px;
    height: 45px;
    line-height: 45px;
}

#pc_wrap #footer .container .footer_logo img {
    position: relative;
    top: 7px;
}

#pc_wrap #footer .container .footer_logo .comName {
    margin-left: 15px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 34px;
}

#pc_wrap #footer .container .footer_txt {
    margin-top: 32px;
    width: 1200px;
    height: 31px;
}

#pc_wrap #footer .container .footer_txt .footer_txt_left {
    float: left;
    width: 360px;
    height: 31px;
    line-height: 31px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}

#pc_wrap #footer .container .footer_txt .footer_txt_right {
    float: right;
    width: 530px;
    height: 31px;
    font-family: "Noto Sans KR";
    font-weight: normal;
    color: #999;
    font-size: 18px;
}

#pc_wrap #footer .container .footer_txt .footer_txt_right a {
    text-decoration: none;
    color: #999;
}

#pc_wrap #footer .container .footer_txt .footer_txt_right span {
    margin: 0 10px;
    color: #999;
}

#pc_wrap #footer .container .footer_info {
    margin-top: 14px;
    width: 1200px;
    height: 31px;
}

#pc_wrap #footer .container .footer_info .footer_info_left {
    float: left;
    width: 600px;
    height: 100px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 18px;
}

#pc_wrap #footer .container .footer_info .footer_info_left .top_txt {
    width: 600px;
    height: 40px;
    padding-top: 20px;
    box-sizing: border-box;
}

#pc_wrap #footer .container .footer_info .footer_info_left .bottom_txt {
    width: 600px;
    height: 60px;
    padding-top: 40px;
    box-sizing: border-box;
}

#pc_wrap #footer .container .footer_info .footer_info_right {
    float: left;
    width: 600px;
    height: 100px;
    text-align: right;
}

#pc_wrap #footer .container .footer_info .footer_info_right button {
    display: inline-flex;
    width: 191px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 20px;
    background-image: url(/assets/img/new/footer_kakao_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 18px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

#pc_wrap #footer_1200 {
    width: 100%;
    height: 380px;
    background: #333;
    display: none;
}

#pc_wrap #footer_1200 .container {
    margin:0 auto;
    width: 100%;
    height: 380px;
    padding: 40px;
    box-sizing: border-box;
}

#pc_wrap #footer_1200 .container .footer_logo {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

#pc_wrap #footer_1200 .container .footer_logo img {
    position: relative;
    top: 7px;
}

#pc_wrap #footer_1200 .container .footer_logo .comName {
    margin-left: 15px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 34px;
}

#pc_wrap #footer_1200 .container .footer_txt {
    margin-top: 32px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}

#pc_wrap #footer_1200 .container .footer_link {
    margin-top: 12px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

#pc_wrap #footer_1200 .container .footer_link a {
    text-decoration: none;
    color: #999;
}

#pc_wrap #footer_1200 .container .footer_link span {
    margin: 0 10px;
    color: #999;
}

#pc_wrap #footer_1200 .container .footer_info {
    margin-top: 14px;
    width: 100%;
    height: 80px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 16px;
}

#pc_wrap #footer_1200 .container .footer_info .top_txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#pc_wrap #footer_1200 .container .footer_info .bottom_txt {
    width: 100%;
    height: 60px;
    height: 40px;
    line-height: 40px;
}

#pc_wrap #footer_1200 .container .footer_info_btn button {
    margin-top: 20px;
    width: 191px;
    height: 42px;
    padding-left: 36px;
    border: 1px solid #999;
    border-radius: 20px;
    background-image: url(/assets/img/new/footer_kakao_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

#mobile_wrap {
    margin:0 auto;
    width:100%;
    height:auto;
    overflow-x:hidden;
    display:none;
}

#mobile_wrap #mobile_header {
    width: 100%;
    height: 81px;
}

#mobile_wrap #mobile_header .container {
    margin:0 auto;
    width: 100%;
    height: 81px;
    line-height: 81px;
    text-align: center;
}

#mobile_wrap #mobile_header .container img {
    position: relative;
    top: 7px;
    width: 34px;
    height: 34px;
}

#mobile_wrap #mobile_header .container .comName {
    font-family: "Pretendard";
    font-weight: 900;
    margin-left: 12px;
    color: #663399;
    font-size: 30px;
}

#mobile_wrap #mobile_header2 {
    width: 100%;
    height: 81px;
}

#mobile_wrap #mobile_header2 .container {
    margin:0 auto;
    width: 100%;
    height: 81px;
    line-height: 81px;
    display: flex;
    justify-content: space-between;
}

#mobile_wrap #mobile_header2 .container {
    justify-content: center;
    align-items: center;
    column-gap: 59px;
}

#mobile_wrap #mobile_header2 .container ul {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans KR";
    display: inline-flex;
    width: 357px;
    height: 81px;
    line-height: 81px;
}

#mobile_wrap #mobile_header2 .container ul li {
    font-weight: bold;
}

#mobile_wrap #mobile_header2 .container ul li.howtouse {
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

#mobile_wrap #mobile_header2 .container ul li.howtouse a {
    text-decoration: none;
    color: #000;
}

#mobile_wrap #mobile_header2 .container ul li.service {
    width: 136px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

#mobile_wrap #mobile_header2 .container ul li.service a {
    text-decoration: none;
    color: #000;
}

#mobile_wrap #mobile_header2 .container ul li.login {
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

#mobile_wrap #mobile_header2 .container ul li.login a {
    text-decoration: none;
    color: #999;
}

#mobile_wrap #mobile_header2 .container ul li button {
    width: 101px;
    height: 40px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: 1px solid #663399;
    background: #663399;
    border-radius: 20px;
    cursor: pointer;
}

#mobile_wrap #mobile_menu {
    width: 100%;
    height: 44px;
    background: #F8EEFF;
}

#mobile_wrap #mobile_menu .container {
    margin:0 auto;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

#mobile_wrap #mobile_menu .container ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    height: 44px;
    line-height: 44px;
}

#mobile_wrap #mobile_menu .container ul li {
    width: 120px;
    height: 44px;
    line-height: 44px;
    align-items:center; 
    display: flex; 
    justify-content:center;
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #999;
}

#mobile_wrap #mobile_menu .container ul li img {
    margin-right: 7px;
}

#mobile_wrap #mobile_menu .container ul li a {
    text-decoration: none;
    color: #999;
}

#mobile_wrap #mobile_section_01 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_01 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_02 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_02 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_03 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_03 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_04 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_04 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_05 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_05 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_06 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_06 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_07 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_07 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_08 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_08 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_09 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_09 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_10 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_10 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_section_11 {
    width:100%;
    height:auto;
}

#mobile_wrap #mobile_section_11 img {
    width:100%;
    height:auto;
    display:block;
}

#mobile_wrap #mobile_footer {
    width: 100%;
    height: 420px;
    background: #333;
}

#mobile_wrap #mobile_footer .container {
    margin:0 auto;
    width: 100%;
    height: 380px;
    padding: 40px;
    box-sizing: border-box;
}

#mobile_wrap #mobile_footer .container .footer_logo {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

#mobile_wrap #mobile_footer .container .footer_logo img {
    position: relative;
    top: 7px;
}

#mobile_wrap #mobile_footer .container .footer_logo .comName {
    margin-left: 15px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 34px;
}

#mobile_wrap #mobile_footer .container .footer_txt {
    margin-top: 32px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}

#mobile_wrap #mobile_footer .container .footer_link {
    margin-top: 12px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

#mobile_wrap #mobile_footer .container .footer_link a {
    text-decoration: none;
    color: #999;
}

#mobile_wrap #mobile_footer .container .footer_link span {
    margin: 0 10px;
    color: #999;
}

#mobile_wrap #mobile_footer .container .footer_info {
    margin-top: 14px;
    width: 100%;
    height: 120px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 16px;
}

#mobile_wrap #mobile_footer .container .footer_info .top_txt {
    width: 100%;
    height: 60px;
}

#mobile_wrap #mobile_footer .container .footer_info .bottom_txt {
    width: 100%;
    height: 60px;
}

#mobile_wrap #mobile_footer .container .footer_info .top_txt p,
#mobile_wrap #mobile_footer .container .footer_info .bottom_txt p {
    margin: 0;
    padding: 0;
}

#mobile_wrap #mobile_footer .container .footer_info_btn button {
    margin-top: 10px;
    width: 191px;
    height: 42px;
    line-height: 42px;
    padding-left: 36px;
    border: 1px solid #999;
    border-radius: 20px;
    background-image: url(/assets/img/new/footer_kakao_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #999;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

@media all and (max-width: 1200px) {
    #pc_wrap {display:block !important;}
    #pc_wrap #header .container {width:100%;}
    #pc_wrap #menu .container {width:100%;}
    #pc_wrap #footer {display:none !important;}
    #pc_wrap #footer_1200 {display:block !important;}
    #mobile_wrap {display:none !important;}
}

@media all and (max-width: 720px) {
    #pc_wrap {display:none !important;}
    #mobile_wrap {display:block !important;}
}

@media all and (max-width: 600px) {
    #mobile_wrap #mobile_footer .container {
        padding: 20px 10px;
    }
    #mobile_wrap #mobile_footer .container .footer_txt {
        font-size: 20px;
    }
    #mobile_wrap #mobile_footer .container .footer_link {
        font-size: 13px;
    }
    #mobile_wrap #mobile_footer .container .footer_link span {
        margin: 0 2px;
    }
    #mobile_wrap #mobile_footer .container .footer_info {
        font-size: 14px;
    }
}